mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
5973f9b787
Signed-off-by: phernandez <paul@basicmachines.co>
2.0 KiB
2.0 KiB
title, type, entity, version, schema, settings
| title | type | entity | version | schema | settings | ||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Codex Session | schema | CodexSession | 1 |
|
|
Codex Session
A CodexSession note is a resumable engineering checkpoint. It captures the thread cursor: what changed, what was verified, what decisions matter, and what the next Codex thread should do first.
Codex sessions are found by structured recall:
search_notes(metadata_filters={"type": "codex_session"}, after_date="7d").
What Goes In A CodexSession
- summary - what happened.
- changed_file - changed or inspected paths that matter to resume.
- verification - commands actually run and their outcome.
- decision - choices made or surfaced.
- blocker - open failures, constraints, or rejected approaches.
- next_step - the next concrete action.
Validation is warn so checkpointing never blocks the user's flow.