working_promote
Promote a working memory entry to long-term memory, moving decisions to permanent storage with conflict verification and optional forced promotion.
Instructions
v3.1.0 M2: Promote a working-memory entry to long-term memory and tombstone the source. to='decision' is the fully wired path (calls check_conflict first; force=true overrides). to='skill' and to='playbook' are reserved for M3+; the call returns {deferred: true, milestone: ...} until those stores ship.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Target LTM store | decision |
| tags | No | ||
| force | No | Skip check_conflict warning (e.g., on second-pass promote) | |
| context | No | ||
| entry_id | Yes | The W-id from working_add / working_get | |
| file_path | No | ||
| do_not_revert | No |