chore(framework): wire agent-send.test.sh into CI test:framework-shell (W1 follow-up) #901

Merged
Mos merged 1 commits from chore/wire-agent-send-test-ci into main 2026-07-25 23:23:25 +00:00

1 Commits

Author SHA1 Message Date
mosaic-coder
e2dd1ab293 chore(framework): wire agent-send.test.sh into CI test:framework-shell (W1 follow-up)
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
PR #894 added digest-class assertions to agent-send.test.sh but the test
was never added to the test:framework-shell chain, so it wasn't CI-enforced
and could rot. Add it as the final entry in the existing &&-chain.

Verified self-contained before wiring in: the test never touches a live
tmux server. Tests 1-7 pass explicit -S/-n flags so agent-send.sh never
auto-detects via hostname/tmux, and AGENT_SEND_SENDER swaps in an in-repo
capture stub for send-message.sh. Tests 8-10 additionally override PATH
with a fake tmux binary. Ran standalone (bash agent-send.test.sh) twice:
18/18 assertions pass both times, exit 0, temp files cleaned via trap, no
working-tree changes left behind.

Ran the full test:framework-shell chain end-to-end after wiring it in:
all prior steps plus agent-send.test.sh pass, exit 0.

Part of #892
2026-07-25 18:02:26 -05:00