Skip to content

Commit fdc8d4e

Browse files
authored
chore(docs): sync CLAUDE.md with standardized template (#30)
- Add Microsoft coding guidelines reference (rule #8) - Add perf commit type to Conventional Commit Types table - Standardize GitHub CLI Commands section - Update build commands to reference new solution path
1 parent 662fe19 commit fdc8d4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CLAUDE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
1313
5. **Branch naming** - Use format: `type/short-description` (e.g., `feat/settings-dialog`)
1414
6. **Working an issue** - Always create a new branch from an updated main branch
1515
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. **WinUI 3 for all UI** - All UI must use WinUI 3/XAML with modern styling (Fluent Design, theme resources, no hardcoded colors except brand purple #68217A)
16+
8. **Microsoft coding guidelines** - Follow [Microsoft C# coding conventions](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions) and [.NET library design guidelines](https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/)
17+
9. **WinUI 3 for all UI** - All UI must use WinUI 3/XAML with modern styling (Fluent Design, theme resources, no hardcoded colors except brand purple #68217A)
1718

1819
---
1920

@@ -36,6 +37,7 @@ gh issue close <number>
3637
| `refactor` | Code change that neither fixes a bug nor adds a feature |
3738
| `test` | Adding or updating tests |
3839
| `chore` | Maintenance tasks |
40+
| `perf` | Performance improvement |
3941
| `ci` | CI/CD changes |
4042

4143
---

0 commit comments

Comments
 (0)