End session - update context and commit changes
haiku# End Session ## Step 1: Find Git Root Run `git rev-parse --show-toplevel` to locate the repository root. ## Step 2: Review Session Work Review what was accomplished this session by examining: - Recent git commits - Files changed - Conversation context ## Step 3: Update Session Context Update `<git-root>/.sessions/index.md`: 1. Update the session entry with: - **Accomplished**: List what was completed - **Decisions**: Key decisions made and rationale - **Files Modified**: Important files changed (if relevant) - **Blockers**: Any issues encountered 2. Update "Next Session...