fix: Phase 16 QA nits — Penny SubagentStart matcher + betty-sue.md Related #120
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/claude-custom#120
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Lineage
todo-phase-16-qa-nits(no plan ancestry — QA nit cleanup from PR #119)Repo
forgejo_admin/claude-customUser Story
As the platform operator
I want the SubagentStart hook matcher to include
pennyand betty-sue.md's Related section to reflect the current 5-agent modelSo that Penny agent spawns get proper session context injection and docs stay accurate
Context
PR #119 (Phase 16: Agent Model Completion) was approved and merged. QA flagged two non-blocking nits that need cleanup:
penny, meaning Penny spawns won't get injected session contextFile Targets
Files to modify:
settings.jsonline 232 — addpennyto the SubagentStart matcher regex:"qa|dev|dev-backend|dev-frontend|devops|frontend-qa|dev-qa|devops-qa|general-purpose|dottie"→ add|pennyagents/betty-sue.mdlines 73-76 — replace deprecated agent references with 5-agent model (Betty Sue, Penny, Dev, QA, Dottie)Files NOT to touch:
hooks/inject-subagent-context.sh— the hook itself is correct, only the matcher needs updatingAcceptance Criteria
pennyappears in the SubagentStart matcher insettings.jsonagents/betty-sue.mdRelated section references the 5-agent model: Betty Sue, Penny, Dev, QA, DottieTest Expectations
grep -c penny settings.jsonreturns at least 1grep -c 'dev-frontend' agents/betty-sue.mdreturns 0jq '.hooks.SubagentStart[0].matcher' settings.json— output should containpennyConstraints
/tmp/claude-custom-{branch}— never work in~/claude-customdirectlyChecklist
Related
project-pal-e-agency— project this affectsQA review in progress for PR #121.