npx claudepluginhub crisandrews/clawcode --plugin agentDefined in hooks/hooks.json
echo '[clawcode] Session ending. If this was a significant conversation, write a brief summary to memory/'$(date +%Y-%m-%d)'.md before closing. Include: what was discussed, decisions made, open items.'echo '[clawcode] Context nearing compaction. Save important information from this conversation to memory/'$(date +%Y-%m-%d)'.md — APPEND only, do not overwrite existing entries. If nothing to save, skip.'CronCreatebash ${CLAUDE_PLUGIN_ROOT}/hooks/cron-pretool.shDIR="${CLAUDE_PROJECT_DIR:-$PWD}"; mkdir -p "$DIR/memory/.dreams" 2>/dev/null; echo '{"type":"session.end","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'"}' >> "$DIR/memory/.dreams/events.jsonl" 2>/dev/null; exit 0CronCreate|CronDeletebash ${CLAUDE_PLUGIN_ROOT}/hooks/cron-posttool.shbash ${CLAUDE_PLUGIN_ROOT}/hooks/reconcile-crons.shAutomates cron job management: reconciles crons on SessionStart, runs bash scripts pre/post CronCreate/Delete tool uses. Logs session ends to memory/.dreams/events.jsonl; echoes reminders to save summaries on Stop/PreCompact.
Share bugs, ideas, or general feedback.