git-subtree-dir: apps/viewer-3d git-subtree-mainline:5e10bb1be4git-subtree-split:a71790070d
7 lines
306 B
Bash
7 lines
306 B
Bash
#!/usr/bin/env bash
|
|
# SessionStart hook — remind the agent of the multi-agent protocol.
|
|
# Output (stdout) is injected as context into the session.
|
|
echo "hmwebviewer: read PLAN.md + PROGRESS.md before starting any work."
|
|
echo "Pick next 'todo' task whose depends_on are all 'done'. See CLAUDE.md."
|
|
exit 0
|