Fix pipeline friction: permissions, branch setup, skill file access#36
Merged
jodavis merged 2 commits intoJun 13, 2026
Merged
Conversation
jodavis-claude
commented
Jun 12, 2026
Collaborator
- Pre-approve common git/script commands in ~/.claude/settings.json to eliminate repeated approval prompts for get-context-path.sh and git ops
- Add setting-up pipeline state + SetupWorkspaceStep: finds epic branch via spec/Jira, pulls latest, creates dev/claude/ before research
- Fix task-runner to embed skill content in sub-agent prompt (reads skill file itself and substitutes $TASK_BRIEF/$ARGUMENTS/etc.) so sub-agents no longer need plugin-dir file access via the Skill tool
- Fix developer-implement step 0: check for exact dev/claude/ branch name instead of loose "contains work-item-id" which matched feature branches
- Simplify branch naming: drop slug suffix, use dev/claude/ only
- Pass plugin_root to task-runner so it knows where to load skill files from
- Pre-approve common git/script commands in ~/.claude/settings.json to eliminate repeated approval prompts for get-context-path.sh and git ops - Add setting-up pipeline state + SetupWorkspaceStep: finds epic branch via spec/Jira, pulls latest, creates dev/claude/<work-item-id> before research - Fix task-runner to embed skill content in sub-agent prompt (reads skill file itself and substitutes $TASK_BRIEF/$ARGUMENTS/etc.) so sub-agents no longer need plugin-dir file access via the Skill tool - Fix developer-implement step 0: check for exact dev/claude/<id> branch name instead of loose "contains work-item-id" which matched feature branches - Simplify branch naming: drop slug suffix, use dev/claude/<work-item-id> only - Pass plugin_root to task-runner so it knows where to load skill files from Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
build-and-test: Python test resultsStatus: ✅ Passed Test log |
jodavis
approved these changes
Jun 12, 2026
jodavis
pushed a commit
that referenced
this pull request
Jun 19, 2026
) * Fix pipeline friction: permissions, branch setup, skill file access - Pre-approve common git/script commands in ~/.claude/settings.json to eliminate repeated approval prompts for get-context-path.sh and git ops - Add setting-up pipeline state + SetupWorkspaceStep: finds epic branch via spec/Jira, pulls latest, creates dev/claude/<work-item-id> before research - Fix task-runner to embed skill content in sub-agent prompt (reads skill file itself and substitutes $TASK_BRIEF/$ARGUMENTS/etc.) so sub-agents no longer need plugin-dir file access via the Skill tool - Fix developer-implement step 0: check for exact dev/claude/<id> branch name instead of loose "contains work-item-id" which matched feature branches - Simplify branch naming: drop slug suffix, use dev/claude/<work-item-id> only - Pass plugin_root to task-runner so it knows where to load skill files from Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Update dev-team version to 1.2.3 --------- Co-authored-by: Joe Davis <ElwoodMoves@hotmail.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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.