jambavan_failure_store
Prevent repeating failed commands by storing structured failure records including symptom, attempted fix, root cause, resolution, and advice on what not to retry.
Instructions
Store a structured failure record in the memory palace. Use after a command/approach fails to prevent repeating the same mistake in future sessions. Stores: command, symptom, attempted fix, root cause, resolution, status, and advice on what NOT to retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Memory scope / project name. Defaults to project scope derived from project root. | |
| status | No | Current status. Default: unresolved. | |
| command | Yes | The command or action that failed. | |
| symptom | Yes | What went wrong (error message, behavior). | |
| next_path | No | Suggested next approach if unresolved. | |
| resolution | No | What actually fixed it (if resolved). | |
| root_cause | No | Why it failed (if known). | |
| do_not_retry | No | What specifically should NOT be tried again. | |
| attempted_fix | No | What was tried to fix it. |