Documentation Update
Update README.md and agent_logs/LOG.md after completing work.
Steps
- •
Run
git diff HEAD~5 --statto see recent changes - •
Prepend to agent_logs/LOG.md with this format:
code## [YYYY-MM-DD] - Session Summary ### Changes Made - List each significant change ### Files Modified - path/to/file.py - description of changes ### Next Steps - Any pending work or follow-ups
- •
Update README.md if:
- •New features were added
- •Setup/installation changed
- •New dependencies were added
- •File structure changed
- •
Commit documentation:
bashgit add README.md agent_logs/LOG.md && git commit -m "docs: update documentation"