aio-snapshot
From plugin aio-planning ·
v1.1.2· Install:/plugin install aio-planning@aiocean-plugins
Environment
- GitNexus: !
npx gitnexus status 2>/dev/null && echo "AVAILABLE" || echo "NOT INSTALLED"
Snapshot — Create Baseline
Create a GitNexus baseline before coding so you can detect changes after.
Prerequisites
- GitNexus indexed (
npx gitnexus analyze)
Workflow
Step 1: Check freshness
npx gitnexus status
If stale, re-index. If fresh and recent (<5 min), skip to step 2.
Step 2: Create baseline
npx gitnexus analyze
Note the current git HEAD or timestamp as your baseline reference.
Step 3: Announce
Baseline recorded.
Ready to start implementation. Run `/review` after coding to detect changes against this baseline.
Notes
- Re-run
npx gitnexus analyzeafter large changes to keep the index fresh - Save the baseline git ref (commit hash or branch) — useful for
/review - Create multiple baselines during long work sessions to track progress