Files
dwg-dxf-viewer-sample/apps/viewer-3d/.claude/hooks/session-start.sh
T
lectom bedb357259 chore(monorepo): import hmwebviewer history at a717900
git-subtree-dir: apps/viewer-3d
git-subtree-mainline: 5e10bb1be4
git-subtree-split: a71790070d
2026-07-29 09:04:52 +09:00

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