spore_update
Update an open spore's metadata fields such as tier, text, salience, domain, pointer, or next date. Append a dated note to the spore using add_note parameter.
Instructions
Metadata surgery on an OPEN spore. Only the fields you pass change; pass an empty string to next/pointer/domain to CLEAR them. Does NOT bump seen (use spore_touch to signal engagement). Use add_note to append a dated note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spore_id | Yes | ||
| tier | No | ||
| next | No | YYYY-MM-DD, or empty string to clear. | |
| text | No | ||
| salience | No | ||
| domain | No | Empty string clears. | |
| pointer | No | Empty string clears. | |
| add_note | No | Append a dated note. |