Armory
Source
Browse
Hooks

context-timeline-2

context-timeline: Claude Code session visualizer. Modes (called by Claude Code hooks via stdin JSON): --server-start SessionStart hook — launch daemon + open browser --event <NAME> PreToolUse / PostToolUse / Stop hook — notify server --shutdown Kill daemon manually --run-server <PORT> Internal: daemon entry point (do not call directly)

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install context-timeline-2 --cli claude

writes the file to.claude/hooks/context-timeline-2Listed as compatible

Configuration
# fetches the hook script into:
.claude/hooks/context-timeline-2
# then register it in your settings.json "hooks" block.

↳ Add the hook entry to settings.json, then restart the harness.

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

context-timeline: Claude Code session visualizer. Modes (called by Claude Code hooks via stdin JSON): --server-start SessionStart hook — launch daemon + open browser --event PreToolUse / PostToolUse / Stop hook — notify server --shutdown Kill daemon manually --run-server Internal: daemon entry point (do not call directly)

When to use it

context-timeline: Claude Code session visualizer. Modes (called by Claude Code hooks via stdin JSON): --server-start SessionStart hook — launch daemon + open browser --event PreToolUse / PostToolUse / Stop hook — notify server --shutdown Kill daemon manually --run-server Internal: daemon entry point (do not call directly)

How to install / invoke

# Wire this hook script into .claude/settings.json
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/hooks/monitoring/context-timeline.py -o .claude/hooks/context-timeline.py

Notes

Extracted from davila7/claude-code-templates, monitoring category.