Epilogue nits: stale refs, jq flag, spawn gate comment #91
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#91
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
plan-pal-e-agency→ Epilogue (nits #14-17)Repo
forgejo_admin/claude-customUser Story
As a platform operator
I want hooks and commands to reflect the current operating model
So that there are no stale references that cause confusion
Context
QA reviews of PRs #87, #88, and #90 found 4 non-blocking nits. These are minor fixes batched from the plan-pal-e-agency epilogue.
File Targets
Files to modify:
commands/update-docs.md— replace stale sprint tool references with board tool equivalents (nit #14). Sprint tools were replaced by board tools in MCP v0.3.0.hooks/check-mcp-servers.sh— handle scoped npm packages without@versionsuffix that produce empty fingerprint (nit #15). Edge case:@scope/packagewithout version produces empty hash. Not triggered by current config but should be handled defensively.hooks/check-agent-spawn.sh— remove unnecessary-rflag fromjq ... | lengthcall (nit #16). The-r(raw output) flag has no effect on numeric output fromlength.hooks/check-agent-spawn.sh— update header comment from "no issue, no agent" to reflect capability-based pass-through model (nit #17). After PR #90 (capability-based spawn gate), Explore agents can spawn without issues. The header comment is misleading.Acceptance Criteria
update-docs.mdreferences board tools instead of sprint toolscheck-mcp-servers.shhandles empty fingerprint for scoped packages-rflag removed fromcheck-agent-spawn.shcheck-agent-spawn.shupdated to reflect capability-based modelTest Expectations
Constraints
sop-claude-config-development— hooks are hardlinked, changes are live immediately on pullChecklist
Related
plan-pal-e-agency— epilogue nits #14-17sop-claude-config-development— development workflow for this repo