feat(skills): add rollout promotion contract and sync planning state

This commit is contained in:
William Valentin
2026-02-13 08:51:19 -08:00
parent 46099664f0
commit 8f644d5e25
8 changed files with 464 additions and 56 deletions
@@ -2,7 +2,7 @@
Created: 2026-02-12
Owner: Flynn core
Status: ready to implement
Status: completed
## Goal
@@ -86,3 +86,12 @@ pnpm build
## Commit Message
`feat(session): add history indexing and topic search metadata`
## Completion Notes (2026-02-13)
- Implemented `history_index` config with defaults and bounds.
- Added migration-safe message metadata persistence in SQLite.
- Implemented indexing/tokenization and ranked history search with recency weighting.
- Wired indexing/search lifecycle in `SessionManager` and routing boost hook in daemon routing.
- Added gateway handlers for `history.search` and `history.reindex`.
- Verified with full suite: `pnpm test:run` (`1593/1593`), plus `pnpm typecheck` and `pnpm build`.