diff --git a/CLAUDE.md b/CLAUDE.md index aa268de..be173de 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -10,9 +10,11 @@ These rules override all other instructions: 2. **Conventional commits** - Format: `type(scope): description` 3. **GitHub Issues for TODOs** - Use `gh` CLI to manage issues, no local TODO files. Use conventional commit format for issue titles 4. **Pull Request titles** - Use conventional commit format (same as commits) -5. **Branch naming** - Use format: `type/short-description` (e.g., `feat/new-input`) +5. **Branch naming** - Use format: `type/scope/short-description` (e.g., `feat/action/new-input`) 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. **No co-authors** - Do not add co-author information on commits or pull requests +9. **No "generated by" statements** - Do not add generated-by statements on pull requests ## Project Overview