Skip to content

Commit 8df0f0d

Browse files
committed
chore(docs): move local rules to main CLAUDE.md
- Add "No co-authors" rule (#10) - Add "No generated by statements" rule (#11) - Remove CLAUDE.local.md (rules now in main file)
1 parent 13b3921 commit 8df0f0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
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
1616
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/)
1717
9. **WPF for all UI** - All UI must be implemented using WPF (XAML/C#). No web-based technologies (HTML, JavaScript, WebView)
18+
10. **No co-authors** - Do not add any co-author information on commits or pull requests
19+
11. **No "generated by" statements** - Do not add generated-by statements on pull requests
1820

1921
---
2022

0 commit comments

Comments
 (0)