Archive completed session work
haiku# Archive Session ## Step 1: Find Git Root Run `git rev-parse --show-toplevel` to locate the repository root. ## Step 2: Review Completed Work Read `<git-root>/.sessions/index.md` and identify completed work: - Sessions with merged PRs - Completed features/tasks - Work that's no longer active ## Step 3: Create Archive Entry Move completed session content to `<git-root>/.sessions/archive/`. **Naming convention**: `YYYY-MM-DD-<issue-id>-<topic>.md` Examples: - `2025-12-22-GTMENG-387-inbound-improvements.md` (with issue ID) - `2025-12-22-fix-login-redirect.md` (without issue ID) Use t...
Properly archive completed orchestrations while preserving valuable data, metrics, and lessons learned for future reference.
Manually archive completed increments and sync living docs - NEVER auto-archives, explicit user action only
Archive all logs for a completed issue to cloud storage
Archive a completed feature.
Archive specifications for completed work