From 17d1e4eafcc36002152b3bc94ea3740e4079b8d8 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Sat, 3 Jan 2026 17:53:29 -0500 Subject: [PATCH] chore(docs): add co-author and generated-by rules to CLAUDE.md Add critical rules 9-10 prohibiting co-author information and generated-by statements on commits and pull requests. --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index b4a4e7d..de20687 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -14,6 +14,8 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co 6. **Working an issue** - Always create a new branch from an updated main branch 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. **No co-authors** - Do not add co-author information on commits or pull requests +10. **No "generated by" statements** - Do not add generated-by statements on pull requests ---