Remember code memory
remember_codeCapture code memories tagged by project and category (e.g., architecture decision, bug fixed) for coding agents, with provenance and importance.
Instructions
Capture a CODE memory tagged by category + project, for the coding-agent views. code_kind: one of
architecture_decision | dependency_choice | convention | bug_fixed | recurring_failure |
forbidden_action | command_worked | command_failed. Use forbidden_action for rules the agent must not
violate (they gate check_forbidden_action); afterwards project_state shows the live state by
category. No LLM. Set provenance="user_confirmation" only when the user explicitly confirmed it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| project | Yes | ||
| session | No | default | |
| code_kind | Yes | ||
| namespace | No | ||
| importance | No | ||
| provenance | No |