Update remind-sprint-update.sh hook text for boards #83
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!83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "82-board-hook-text"
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
Updates the
remind-sprint-update.shhook text to use board terminology instead of sprint terminology, aligning with the renamed pal-e-docs MCP tools.Changes
hooks/remind-sprint-update.sh-- replaced all "sprint" references with "board" equivalents:mcp__pal-e-docs__move_sprint_item->mcp__pal-e-docs__move_board_itemTest Plan
bash hooks/remind-sprint-update.sh | jq .Review Checklist
move_board_item)Related
PR #83 Review
BLOCKERS
None.
NITS
remind-sprint-update.shwas not renamed to reflect the board terminology. Not blocking since the file works fine, but worth a follow-up issue if you want full consistency./sprint-syncreference retained -- TheadditionalContextstring still says "Use /sprint-sync or manually call...". The/sprint-syncskill exists atskills/sprint-sync/SKILL.mdand has not been renamed, so this reference is currently correct. If/when the skill gets renamed, this hook will need another text pass.SOP COMPLIANCE
82-board-hook-textreferences #82)Closes #82present in Related sectionVERDICT: APPROVED
Clean text-only change. All "sprint" references in the reminder output and comments have been replaced with "board" equivalents. The MCP tool name correctly updated to
mcp__pal-e-docs__move_board_item. JSON structure is unchanged. The two nits (filename,/sprint-synccommand name) are out of scope for this PR and can be addressed separately.