memory.manual.create
Save a structured memory entry with an explicit category like DesignRule, BusinessRule, ArchitecturalDecision, or DesignPattern to retain key decisions and rules for future recall.
Instructions
Cria memória estruturada com categoria explícita (DesignRule, BusinessRule, ArchitecturalDecision, DesignPattern).
Use when: o usuário dá uma regra/decisão/padrão já classificável e você sabe a categoria. Do NOT use for: salvar rápido sem categoria (memory.upsert); PR (memory.pr.create); passo-a-passo (memory.procedure.create); evento (memory.episode.create). ArchitecturalDecision exige alternatives_considered. Example: memory.manual.create(project='ExampleProject', category='DesignRule', title='Cache key', summary='pj:cache:{tenant}:{entity}'). Omit project to derive it from the agent workspace folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| domain | No | ||
| details | No | ||
| modules | No | ||
| project | No | ||
| summary | Yes | ||
| trigger | No | ||
| category | Yes | ||
| examples | No | ||
| objective | No | ||
| event_date | No | ||
| stakeholders | No | ||
| related_files | No | ||
| business_rules | No | ||
| action_triggers | No | ||
| alternatives_considered | No | ||
| architectural_rationale | No |