core-agent-ide/codex-rs/state/src
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
..
bin Migrate state DB path helpers to versioned filename (#10623) 2026-02-04 14:31:12 +00:00
model Leverage state DB metadata for thread summaries (#10621) 2026-02-05 16:39:11 +00:00
extract.rs Leverage state DB metadata for thread summaries (#10621) 2026-02-05 16:39:11 +00:00
lib.rs feat: resumable backfill (#10745) 2026-02-05 14:34:34 +00:00
log_db.rs feat: add log retention and delete them after 90 days (#10151) 2026-01-29 16:55:01 +01:00
migrations.rs feat: sqlite 1 (#10004) 2026-01-28 15:29:14 +01:00
paths.rs feat: sqlite 1 (#10004) 2026-01-28 15:29:14 +01:00
runtime.rs state: add memory consolidation lock primitives (#11199) 2026-02-09 21:04:20 +00:00