Ops & config surfaces that used to clutter the Tasks page: the Claude Code hooks wired into this host, and the runtime-profile lint (tasks whose declared model tier disagrees with what their script actually calls).
Claude Code hooks from ~/.claude/settings.json — they fire around tool calls and session events, not on the cron schedule.
| Event | Matcher | Script |
|---|---|---|
| SessionStart | * | session-start.sh |
| SessionStart | * | capability-inject.sh |
| SessionStart | * | /home/lucienne/.local/share/uv/tools/ccgram/bin/… |
| SessionStart | * | context-mode-cache-heal.mjs |
| SessionEnd | * | session-end.sh |
| SessionEnd | * | /home/lucienne/.local/share/uv/tools/ccgram/bin/… |
| PostToolUse | * | mc_hook.py |
| PostToolUse | * | auto-skill-evolver.sh |
| PostToolUse | Write|Edit | format_hook.py |
| PostToolUse | Skill | auto-skill-usage-counter.sh |
| Stop | * | capability-guard.py |
| Stop | * | mc_hook.py |
| Stop | * | luci_autopush.sh |
| Stop | * | /home/lucienne/.local/share/uv/tools/ccgram/bin/… |
| PreCompact | * | precompact_hook.py |
| PreToolUse | Read|Grep|Glob | vault_context_hook.py |
| PreToolUse | Edit|Write | wiki_context_hook.py |
| PreToolUse | Glob|Grep | [ -f graphify-out/graph.json ] && echo '{"hookSp… |
| PreToolUse | Bash | rtk hook claude |
| UserPromptSubmit | * | context-hook.sh |
| UserPromptSubmit | * | skill-suggester.sh |
| UserPromptSubmit | * | capability-reassert.sh |
| UserPromptSubmit | * | delegation-guard.sh |
| UserPromptSubmit | * | jq -n --arg t "$(date '+%A %Y-%m-%d %H:%M:%S %Z … |
| Notification | * | /home/lucienne/.local/share/uv/tools/ccgram/bin/… |
| StopFailure | * | /home/lucienne/.local/share/uv/tools/ccgram/bin/… |
| SubagentStart | * | /home/lucienne/.local/share/uv/tools/ccgram/bin/… |
| SubagentStop | * | /home/lucienne/.local/share/uv/tools/ccgram/bin/… |
| TeammateIdle | * | /home/lucienne/.local/share/uv/tools/ccgram/bin/… |
| TaskCompleted | * | /home/lucienne/.local/share/uv/tools/ccgram/bin/… |
Mission Control is the board for your delegated work: requests come in, Luci coordinates the next step, and evidence stays visible for review.
Luci is your always-on assistant for routing, status updates, and follow-through. Operators can still open deeper evidence when needed.