Continuous Claude — архитектура системы с памятью
documentation
system_overview is a Claude Code skill that explains how Continuous Claude works — an opinionated setup combining a persistent memory layer, event-driven hooks, and a session continuity system. Memory is backed by PostgreSQL + pgvector and holds 78,000+ temporal facts extracted automatically at session end, queryable via the `recall_temporal_facts.py` recall script. Nine hook types span the full session lifecycle — SessionStart, UserPromptSubmit, PreToolUse, PostToolUse, PreCompact, Stop, SubagentStart, SubagentStop, and SessionEnd — handling context injection, smart search routing, and YAML handoff creation. TLDR code intelligence runs five-layer analysis (AST → Call Graph → CFG → DFG → PDG), cutting token usage by up to 95% compared to reading raw source files. The skill is the go-to reference for anyone deploying Continuous Claude who needs a clear picture of its components and commands.
- #system-architecture
- #continuous-claude
- #memory-layer
- #hooks
- #knowledge-base