- Rebrand commits already in history (gsd → forge) - Sync pre-existing doc, docker, and CI config updates - All rebrand artifacts verified in place: * Native crates: forge-engine, forge-ast, forge-grep * Log prefixes: [forge] across 22+ files * Binary: ~/bin/sf-run * Workspace scopes: @sf-run/*, @singularity-forge/* * Nix flake: Rust toolchain ready System ready for: nix develop && bun run build:native Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.7 KiB
1.7 KiB
Captures & Triage
Captures let you fire-and-forget thoughts during auto-mode execution. Instead of pausing auto mode to steer, capture ideas, bugs, or scope changes and let SF triage them at natural seams between tasks.
Quick Start
While auto mode is running (or any time):
/gsd capture "add rate limiting to the API endpoints"
/gsd capture "the auth flow should support OAuth, not just JWT"
Captures are appended to .gsd/CAPTURES.md and triaged automatically between tasks.
How It Works
Capture → Triage → Confirm → Resolve → Resume
- Capture — your thought is saved with a timestamp
- Triage — between tasks, SF classifies each capture
- Confirm — you see the proposed resolution and approve or adjust
- Resolve — the resolution is applied
- Resume — auto mode continues
Classification Types
Each capture is classified into one of five types:
| Type | Meaning | What Happens |
|---|---|---|
quick-task |
Small, self-contained fix | Executed immediately |
inject |
New task needed in current slice | Task added to active slice |
defer |
Important but not urgent | Deferred to roadmap reassessment |
replan |
Changes the current approach | Triggers slice replan |
note |
Informational, no action needed | Acknowledged, no changes |
Plan-modifying resolutions (inject, replan) require your confirmation.
Manual Triage
Trigger triage manually at any time:
/gsd triage
Useful when you've accumulated several captures and want to process them before the next natural seam.
Dashboard Integration
The progress widget shows a pending capture count badge when captures are waiting for triage.