core-agent-ide/codex-rs/state/migrations
jif-oai 74ecd6e3b2
state: add memory consolidation lock primitives (#11199)
## Summary
- add a migration for memory_consolidation_locks
- add acquire/release lock primitives to codex-state runtime
- add core/state_db wrappers and cwd normalization for memory queries
and lock keys

## Testing
- cargo test -p codex-state memory_consolidation_lock_
- cargo test -p codex-core --lib state_db::
2026-02-09 21:04:20 +00:00
..
0001_threads.sql feat: sqlite 1 (#10004) 2026-01-28 15:29:14 +01:00
0002_logs.sql chore: unify log queries (#10152) 2026-01-29 16:28:15 +00:00
0003_logs_thread_id.sql chore: unify log queries (#10152) 2026-01-29 16:28:15 +00:00
0004_thread_dynamic_tools.sql [feat] persist thread_dynamic_tools in db (#10252) 2026-02-03 00:06:44 +00:00
0005_threads_cli_version.sql Leverage state DB metadata for thread summaries (#10621) 2026-02-05 16:39:11 +00:00
0006_thread_memory.sql feat: add phase 1 mem db (#10634) 2026-02-04 21:38:39 +00:00
0007_threads_first_user_message.sql Leverage state DB metadata for thread summaries (#10621) 2026-02-05 16:39:11 +00:00
0008_backfill_state.sql feat: resumable backfill (#10745) 2026-02-05 14:34:34 +00:00
0009_memory_consolidation_locks.sql state: add memory consolidation lock primitives (#11199) 2026-02-09 21:04:20 +00:00