save_kaizen
Log friction points, bugs, or improvement ideas with automatic provenance tracking. When source files change, items are flagged as potentially addressed.
Instructions
Log a friction point, bug, or improvement idea discovered during work. SAME tracks provenance — if the source files change later, the item is automatically flagged as potentially addressed.
Args: description: What was observed (required) area: Area of the codebase (e.g. 'indexer', 'config', 'hooks') (optional) agent: Who observed it (optional) sources: Related file paths for provenance tracking (optional)
Returns confirmation with the file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | What was observed — friction, bug, or improvement idea | |
| area | No | Area of the codebase (e.g. indexer, config, hooks) | |
| agent | No | Who observed it | |
| sources | No | Related file paths for provenance tracking |