add_story_note
Add timestamped notes to story files to document progress, decisions, or blockers. Notes are automatically appended with ISO 8601 timestamps under a dedicated section in markdown files.
Instructions
Append a timestamped note to a story file. Use to record progress, decisions made, or blockers encountered. Notes are appended under a '## Notes' section with an ISO 8601 timestamp. Returns {story_id, appended_at, path}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | The note text to append. Can be multi-line. Will be stored with a UTC timestamp. | |
| story_id | Yes | Story ID to annotate, e.g. STORY-047 |