add_story_note
Append timestamped notes to story files for tracking progress, decisions, and blockers. Notes are automatically timestamped and added to the '## Notes' section in markdown format.
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 |