docs(autonomic-issues): add epic label for fully-split tracking issues - #482
Merged
Conversation
Lets triage recognize an already-split tracking parent and self-label it `epic` (skipped by intake thereafter) instead of re-triaging it from comment history each sweep. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Pp8kfg4yZ4nhuhEDGvFb4S
…tup checklist The rubric had two bullets stating the same "sub-issues already carry state labels" recognition criterion; merge them into one. Also list `epic` among the labels the setup checklist says to create. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Pp8kfg4yZ4nhuhEDGvFb4S
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The change is a small, coherent docs-only update with no functional/runtime impact and only minor clarification suggested.
Pull request overview
Updates the autonomic issue-triage playbook to introduce an epic label for fully-split tracking parent issues, so routine intake can skip those tracker-only issues and avoid re-deriving their status from comment history.
Changes:
- Extend triage intake filtering to skip
epic(alongsidewayfinder:*). - Define when to apply
epicto a fully-split parent issue and how it behaves in future sweeps. - Add
epicto the one-time setup checklist for label creation.
File summaries
| File | Description |
|---|---|
| docs/agents/autonomic-issues.md | Documents the new epic label semantics and updates triage intake + setup instructions to account for it. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Playwright test resultsDetails
|
triage-labels.md now documents every label the autonomic pipeline reads or writes (canonical triage roles, agent:/priority:/epic/ wayfinder: pipeline labels, categories) with a meaning and an applied-by column, addressing PR feedback that epic wasn't discoverable from the doc that claims to be "the label vocabulary". autonomic-issues.md now points to that dictionary for label meaning instead of restating it inline, keeping only the pipeline mechanics (when/how each label gets applied) and dropping a couple of sentences that duplicated the Fix firing steps. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Pp8kfg4yZ4nhuhEDGvFb4S
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds an
epiclabel so triage can recognize an already-split tracking parent (like #41, #106) and self-label it instead of re-deriving that from comment history every sweep. Intake now skipsepicalongsidewayfinder:*.No Verification section: pure docs/playbook change, nothing runtime to exercise.
epicwas applied to #41 and #106 directly via the GitHub API as part of this session's triage sweep.Generated by Claude Code