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>
1.1 KiB
1.1 KiB
title, type, entity, version, schema, settings
| title | type | entity | version | schema | settings | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Decision | schema | Decision | 1 |
|
|
Decision
A Decision note records a real choice with rationale and consequences. Codex uses decisions to avoid relitigating the same tradeoff in later threads.
Decisions are found by structured recall:
search_notes(metadata_filters={"type": "decision", "status": "open"}).
Capture decisions sparingly. Use one note per genuine durable choice.