From b49086b29e4fe139e4ed3b4dbf6ae7f982d4b1b5 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Sat, 3 Jan 2026 12:16:33 -0500 Subject: [PATCH] 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) --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 6a5b5d8..267740a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -15,6 +15,8 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co 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 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/) 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) +10. **No co-authors** - Do not add any co-author information on commits or pull requests +11. **No "generated by" statements** - Do not add generated-by statements on pull requests ---