| Runtime Context |
.claude/runtime/hook_context.json |
JSON |
context/adaptive/strategies.py |
Hook-injected context for Claude discovery |
| Launcher Context |
.claude/runtime/launcher_context.json |
JSON |
context/adaptive/detector.py, hooks/launcher_detector.py |
Launcher environment context |
| Session Logs |
.claude/runtime/logs/<session_id>/ |
Mixed |
session.py, hooks |
Per-session decision records and logs |
| Trace Log |
~/.amplihack/trace.jsonl |
JSONL |
tracing/trace_logger.py |
LLM call traces for observability |
| Discoveries |
~/.amplihack/.claude/context/DISCOVERIES.md |
Markdown |
memory.discoveries |
Cross-session learning store |
| Patterns |
~/.amplihack/.claude/context/PATTERNS.md |
Markdown |
Agents, context |
Proven patterns and solutions |
| User Preferences |
~/.amplihack/.claude/context/USER_PREFERENCES.md |
Markdown |
All agents |
Persisted user preference settings |
| Settings |
~/.claude/settings.json |
JSON |
settings.py, settings_generator/ |
Claude Code global settings with hook configuration |
| Bundle Manifests |
<bundle_path>/manifest.json |
JSON |
bundle_generator/ |
Bundle metadata and agent definitions |
| Bundle Config |
<bundle_path>/config/bundle_config.json |
JSON |
bundle_generator/ |
Per-bundle configuration |
| Plugin State |
~/.amplihack/.claude/ |
Directory tree |
plugin_manager/, mode_detector/ |
Installed plugin files (skills, agents, hooks, etc.) |
| Recipe Files |
.claude/recipes/*.yaml |
YAML |
recipe_cli/, recipes/ |
Workflow recipe definitions |
| Fleet Transcripts |
$CLAUDE_PROJECT_DIR/.claude/runtime/fleet/ |
JSON |
fleet/_transcript.py |
Multi-agent fleet session transcripts |