Files
2026-06-04 23:14:07 -05:00

1.1 KiB

title, type, entity, version, schema, settings
title type entity version schema settings
Decision schema Decision 1
decision rationale? alternative?(array) consequence?(array) context? affects?(array) supersedes?
string, the choice that was made string, why this choice over alternatives string, options considered and not taken string, what this decision commits the work to string, the situation that prompted the decision Entity, work or notes this decision bears on Entity, a prior decision this one replaces
validation frontmatter
warn
status?(enum, lifecycle of the decision) decided? project?
open
accepted
superseded
rejected
string, when the decision was made string, the Basic Memory project this decision belongs to

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.