fix: add penny case to inject-subagent-context.sh #176
No reviewers
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!176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "157-penny-inject-context"
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?
Summary
Penny agents were getting zero context injection at spawn because
inject-subagent-context.shhad nopennycase branch. This adds the missing case with context scoped to Penny's currently deployed MCP tools.Changes
hooks/inject-subagent-context.sh: addedpenny)case between thedottieand wildcard cases. Context string includes profile pointer (get_note(slug="agent-penny")), available tools (pal-e-docs read-only, Notion full read/write), and constraints (no writes to pal-e-docs, no repo/Forgejo access, no unsanctioned external actions).Test Plan
echo '{"agent_type":"penny"}' | bash hooks/inject-subagent-context.shproduces valid JSON with correct additionalContextReview Checklist
Related Notes