| name | agent-log |
| description | Create a journal entry documenting work completed in this session |
Agent Log Entry
Create a brief journal entry documenting work completed in this session.
Instructions
- Read
docs/agent-logs/CONTEXT.md for formatting requirements and the filename pattern
- Check
git status to understand the current state
- If there are uncommitted changes, ask the user whether to proceed or if they'd like to commit first
- Copy the template from
docs/agent-logs/2026-02-13-000-template.md
- Fill in the entry based on what was accomplished this session
- Use
git log to determine the commit range for the frontmatter (if applicable)
- After creating the log entry, stage it and make a commit with the format
docs: added agent log <title>. Make sure that this commit includes only the file created.