append_log_entry
Append a dated entry to a directory's log.md file, grouping entries under today's ISO 8601 date, newest first. Creates the file if it doesn't exist.
Instructions
Append a dated entry to the log.md file for a directory.
Entries are grouped under today's ISO 8601 date heading, newest first. Creates log.md if it does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory where log.md lives. Empty = bundle root. | |
| action | Yes | Bold action word: "Creation", "Update", "Deletion", "Deprecation", etc. | |
| description | Yes | What was done. May use markdown links to concept IDs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||