Agent spawn hook: accept project- reference for board-driven projects #200
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
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/pal-e-api#200
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?
Type
Bug
Lineage
Standalone — board-pal-e-agency process improvement
Repo
~/claude-custom(hooks are hardlinked to~/.claude/hooks/)What Broke
check-agent-spawn.shblocks agent spawns for board-driven projects that don't have plans. Thegeneral-purposeanddottieagent types requireplan-in the prompt, but projects like svelte-playground are board-driven and referenceproject-instead.Repro Steps
general-purposeagent withproject-svelte-playgroundin the promptExpected Behavior
Agent spawn should accept either
plan-ORproject-as a valid scope reference. Board-driven projects are a legitimate workflow — not every project needs a plan.Environment
~/.claude/schemas/agent-spawn-requirements.jsonline 18 and 23:"required_patterns": ["plan-"]~/.claude/hooks/check-agent-spawn.shuses grep -qE against these patternsAcceptance Criteria
plan-pal-e-docsin prompt still passesproject-svelte-playgroundin prompt now passesplan-norproject-still failsRelated
project-pal-e-agency— agent spawn conventionsagent-spawn-conventions— the SOP this enforces