Configure Review Mode
memory.review_configure_modeSave the review mode for memory proposals in the configuration file without modifying canonical memory, supporting modes such as assisted, autonomous, balanced, batch, and strict.
Instructions
Persist the active review mode in .ai-dememory.toml without editing canonical memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| reviewer | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| active | Yes | ||
| reviewer | No | ||
| requested_mode | Yes | ||
| allow_apply_reviewed | Yes | ||
| canonical_memory_updated | Yes | ||
| allow_llm_merge_proposals | Yes | ||
| require_human_for_durable | Yes | ||
| allow_llm_false_positive_triage | Yes | ||
| allow_autonomous_inbox_proposals | Yes | ||
| allow_llm_conflict_recommendations | Yes |