Поиск по истории сессий в базе данных

★ 6.6 · knowledge-management

chronicle is a Claude Code skill that analyzes indexed Aily chat session history to retrieve prior decisions, tool executions, generated artifacts, daily summaries, and usage tips, and to rebuild the local session index. It operates through the `session_store_sql` tool with two actions: `query` runs a read-only SQL statement against a local SQLite store, and `reindex` rebuilds the index from saved session history. The store exposes tables for `sessions`, `turns`, `checkpoints`, `session_files`, `session_refs`, `tool_requests`, and a full-text `search_index`; queries use `MATCH` for FTS and `LI