Merged
Conversation
Move branch name derivation into Git agent's setup-task operation.
When given an issue number, derives {type}/{number}-{slug} from labels
and title. When given free text, infers type from keywords and slugifies.
Falls back to task-{timestamp} when neither is provided.
Removes TASK_ID generation from implement commands - the Git agent now
owns branch naming and returns the created branch name as output.
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.
Summary
setup-taskoperation, so/implement #42automatically createsfeature/42-add-jwt-authinstead oftask-2025-01-15_1430{type}/{number}-{slug}from labels and title (bug→fix, docs→docs, refactor→refactor, default→feature){type}/{slug}task-{YYYY-MM-DD_HHMM}when neither issue nor description is providedTASK_IDgeneration from bothimplement.mdandimplement-teams.md— the Git agent now owns and returns the branch nameTest plan
npm run build— verify clean build with agent distributed to plugins/implement #<issue-with-bug-label>— verify branch:fix/{number}-{slug}/implement #<issue-no-labels>— verify branch:feature/{number}-{slug}/implement add JWT auth— verify branch:feature/add-jwt-auth/implement fix login bug— verify branch:fix/login-bug/implement(conversation context only) — verify fallback:task-{timestamp}