Нарративный отчёт об истории проекта

★ 8.0 · documentation

timeline-report is a Claude Code skill that generates a comprehensive narrative report titled "Journey Into [Project]" by analyzing a project's entire development history stored in claude-mem's persistent memory timeline. It fetches the full timeline via a curl call to the claude-mem worker API, retrieving all observations, session boundaries, and summaries in pre-formatted markdown, then deploys a subagent for deep analysis. The report covers required sections including project genesis, architectural evolution, key breakthroughs, work patterns, and token economics — the last queried directly from the SQLite database at `~/.claude-mem/claude-mem.db`. Before processing, the skill estimates token consumption (ranging from roughly 20K to 750K tokens depending on project size) and asks for user confirmation when the timeline exceeds 100K tokens. It also handles git worktree detection to correctly identify the parent project as the data source. Ideal for developers and teams who need to document decision history, prepare project retrospectives, or reconstruct the full story of a codebase's evolution.