save_note
Save durable knowledge such as conventions, how-tos, and environment quirks to shared team memory, with option to link related files for context. Use personal scope for private notes; never store secrets.
Instructions
Save durable knowledge (conventions, environment quirks, how-to) to shared memory and push instantly. files=[] links related repo paths (enables PR review + decay tracking). scope='personal' keeps it private on this machine. NEVER store secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| files | No | ||
| scope | No | team | |
| title | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |