store_decision
Save a decision with a context label to a persistent store, using write-lock arbitration to prevent concurrent conflicts.
Instructions
Persist a single decision to the SQLite store with write-lock arbitration to prevent concurrent conflicts. Provide a short context label and the decision text. Decisions stored here are queryable via query_history and surfaced in get_state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | Short label for the decision context, e.g. 'architecture' or 'dependencies'. | |
| decision | Yes | The decision text to persist. |