Skip to content

Commit d67f1a5

Browse files
authored
chore(docs): add co-author and generated-by rules to CLAUDE.md (#34)
Add critical rules 10-11 prohibiting co-author information and generated-by statements on commits and pull requests.
1 parent b097a50 commit d67f1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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
18+
10. **No co-authors** - Do not add co-author information on commits or pull requests
1919
11. **No "generated by" statements** - Do not add generated-by statements on pull requests
2020

2121
---

0 commit comments

Comments
 (0)