repo-mailbox/scripts
Kjell Tore Guttormsen 34f263cf28 fix(coord-send): drop the ~/.claude fallback in the skill's own script path
A Bash tool call never has CLAUDE_PLUGIN_ROOT set as a real shell variable --
only the skill's own markdown rendering resolves that bare token -- so the
${CLAUDE_PLUGIN_ROOT:-$HOME/.claude} fallback silently won every time the
engine line was actually executed, routing through whatever the operator's
personal ~/.claude/scripts/coord-send.sh happened to be instead of the
plugin's own bundled script. Same defect class board.sh was already fixed
for; coord-send still had it. Reported live by org-ops (2026-07-31): a
--fyi send hit an old deployed copy lacking the flag.

coord-selftest.sh grows three checks (156 -> 159) pinning the SKILL.md
engine line and ruling the fallback out entirely.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YJMJanRHkUhEf9EYxMpbM5
2026-07-31 18:22:44 +02:00
..
board-selftest.sh test(board): make the no-commit check fail when the row is missing 2026-07-31 11:07:35 +02:00
board.sh feat(board): split the age column, so a silent repo cannot hide behind a fresh plan 2026-07-31 11:04:27 +02:00
coord-count.sh feat(engine): let a message say it needs no answer, and count debt without losing sight of the rest 2026-07-31 15:46:14 +02:00
coord-done.sh feat(engine): make a bulk close state what Rule 7 says must be stated 2026-07-31 15:48:42 +02:00
coord-inbox.sh feat(engine): let a message say it needs no answer, and count debt without losing sight of the rest 2026-07-31 15:46:14 +02:00
coord-selftest.sh fix(coord-send): drop the ~/.claude fallback in the skill's own script path 2026-07-31 18:22:44 +02:00
coord-send.sh feat(engine): let a message say it needs no answer, and count debt without losing sight of the rest 2026-07-31 15:46:14 +02:00
route-selftest.sh fix(route): measure the effort a session ran with, instead of asking for it 2026-07-31 17:21:10 +02:00
route.sh fix(route): measure the effort a session ran with, instead of asking for it 2026-07-31 17:21:10 +02:00