You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(docs): sync CLAUDE.md with standardized template (#27)
- Standardize Critical Rules format with linked MS guidelines
- Add ci commit type to Conventional Commit Types table
- Update build commands to reference new solution path
Copy file name to clipboardExpand all lines: CLAUDE.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
13
13
5.**Branch naming** - Use format: `type/scope/short-description` (e.g., `feat/tracing/add-batch-processor`)
14
14
6.**Working an issue** - Always create a new branch from an updated main branch
15
15
7.**Check branch status before pushing** - Verify the remote tracking branch still exists. If a PR was merged/deleted, create a new branch from main instead
16
-
8.**Microsoft coding guidelines** - Follow Microsoft C# coding conventions and .NET library design guidelines
0 commit comments