#!/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