-
Notifications
You must be signed in to change notification settings - Fork 0
docs(agents): triage groups, git conventions #498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+50
−23
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
74bb5e8
docs(agents): formalize triage label group and add git-conventions doc
claude cfff410
docs(agents): tighten pointers and close a setup gap
claude 2f94330
feat(skills): add setup-chiptus-env, chaining setup-matt-pocock-skills
claude 60c80e5
refactor(agents): collapse agent:wip/agent:pr into agent label + status
claude 5f7bba8
docs: drop stale PR-side-label reference, note GitHub/Linear status p…
claude 6fc7239
docs(agents): fix false cap-count claim and --state/--status mismatch
claude c087158
feat(skills): auto-install matt-pocock skills, external domain-docs
claude e395773
feat(skills): relocate the whole docs/agents/ folder, not just domain…
claude a66e999
feat(skills): default external docs pointer to an env var, not .git/ …
claude f0c398f
refactor(skills): move external-docs resolution off CLAUDE.md onto co…
claude c198261
refactor(skills): merge the two tracker templates into one
claude c5b9f7d
refactor(skills): split autonomic-issues.md into a skeleton + tracker…
claude 10416c2
fix(skills): stop splitting a numbered list across the slot boundary
claude 1f81515
refactor(skills): collapse to one file, tracker specifics in one smal…
claude dbe6d2a
fix(skills): row/column terminology mismatch in Tracker specifics note
claude 50c0626
fix(skills): GitHub column drops agent:wip/agent:pr for one agent label
claude 3331857
fix(skills): move GitHub-PR-parity note to the GitHub column
claude 4239bc3
fix(skills): pr-review-fixer falls back to MCP GitHub tools when gh i…
claude 3dc1777
docs(skills): document GitHub's lack of a native triage-role label group
claude 02e2acf
fix(skills): row-count mention was stale after adding a fifth row
claude ec60bd9
docs(skills): suggest a triage/ label prefix for GitHub to echo Linea…
claude 3b64f37
refactor(skills): writing-for-agents pass on setup-chiptus-env
claude 0306a89
docs: add handoff for a discussion pass on setup-chiptus-env's design
claude fa4a42d
chore: move setup-chiptus-env skill to its own PR
claude 9d380cf
fix(skills): the gh-availability check in pr-review-fixer never ran
claude cbca638
refactor(skills): disclose pr-review-fixer's gh-missing fallback to i…
claude 2b5b7ba
chore: move pr-review-fixer gh-fallback to its own PR
claude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| # Git Conventions | ||
|
|
||
| Single source of truth for branch naming and commit/PR title format. Referenced from `CLAUDE.md` and `docs/agents/autonomic-issues.md` instead of restated there. | ||
|
|
||
| ## Type | ||
|
|
||
| Shared across branch names and commit/PR titles below: one of `feat`, `fix`, `refactor`, `perf`, `test`, `docs`, `style`, `ci`, `chore`, `revert`. | ||
|
|
||
| ## Branch naming | ||
|
|
||
| `<type>/<description-slug>` — e.g. `fix/consolidate-set-types`. | ||
|
|
||
| The autonomic pipeline's issue-linked variant ties a branch to its Linear issue: `<type>-<id>/<slug>`, e.g. `fix-448/consolidate-set-types`, where `<id>` is the numeric part of the Linear identifier (`UPL-448` → `448`). | ||
|
|
||
| ## Commit message / PR title format | ||
|
|
||
| This repo has no commitlint config — `.claude/skills/create-pr/SKILL.md` is the enforced convention for PR titles, and commit messages should follow the same shape: | ||
|
chiptus marked this conversation as resolved.
|
||
|
|
||
| `<type>(<scope>): <subject>` | ||
|
|
||
| - **Scope**: the module/feature affected (e.g. `groups`, `voting`, `auth`, `filters`, `components`). | ||
| - **Subject**: lowercase, imperative mood, no period. | ||
|
|
||
| See `.claude/skills/create-pr/SKILL.md` for the full PR title/description/verification rules. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.