Tom Boucher
|
59134fa426
|
docs: update documentation for v2.23 release features (#788)
New v2.23 features documented:
- getting-started.md: Add VS Code extension install section (chat participant,
sidebar dashboard, command palette, RPC requirement)
- README.md: Add VS Code extension to documentation index, update troubleshooting
link to include forensics
- docs/README.md: Add VS Code extension to user documentation table
- architecture.md: Add headless mode, MCP server mode, and VS Code extension to
system structure diagram; expand Browser Tools description to cover 10 new tools
(PDF export, device emulation, visual regression, structured extraction, route
mocking, etc.); add missing extensions (Async Jobs, Remote Questions, TTSR,
Universal Config)
- auto-mode.md: Add validate-milestone phase to the pipeline diagram and phase
descriptions — reconciliation gate before milestone completion
- configuration.md: Add models.json resolution section — custom model definitions
with ~/.gsd/agent/models.json and ~/.pi/agent/models.json fallback
Co-authored-by: TÂCHES <afromanguy@me.com>
|
2026-03-16 21:56:00 -06:00 |
|
Jeremy McSpadden
|
01b0d530c8
|
docs: parallel milestone orchestration documentation
New: docs/parallel-orchestration.md — comprehensive guide covering:
- Architecture overview with coordinator/worker diagram
- Worker isolation model (process, worktree, state, context)
- Eligibility analysis (dependencies + file overlap)
- Configuration reference (all parallel.* keys)
- Commands reference (/gsd parallel start|status|stop|pause|resume|merge)
- Signal lifecycle (coordinator → worker communication)
- Merge reconciliation with conflict handling
- Budget management across workers
- Doctor integration and health monitoring
- Safety model breakdown
- File layout (.gsd/parallel/ and .gsd/worktrees/)
- Troubleshooting guide
Updated existing docs:
- auto-mode.md: cross-reference to parallel orchestration
- configuration.md: parallel config block with all keys
- commands.md: parallel commands table
- git-strategy.md: parallel worktree branching diagram
- README.md: added to documentation index
|
2026-03-16 20:32:10 -06:00 |
|
Tom Boucher
|
330e5200bc
|
docs: add v2.18/v2.19 feature documentation (#631)
New docs:
- dynamic-model-routing.md — complexity classification, tier models,
escalation, budget pressure, cost table, adaptive learning
- captures-triage.md — fire-and-forget capture, triage pipeline,
classification types, dashboard integration, worktree awareness
- visualizer.md — four-tab TUI overlay (progress, deps, metrics,
timeline), controls, auto-refresh, auto_visualize preference
Updated docs:
- README.md — added links to three new docs
- commands.md — added capture, triage, visualize, knowledge, queue reorder
- configuration.md — added dynamic_routing and auto_visualize settings,
updated full example with new config options
- auto-mode.md — added capture, visualize sections, dashboard badge,
dynamic model routing reference
- architecture.md — updated dispatch pipeline (routing + captures steps),
added key modules table for v2.19
- cost-management.md — added dynamic routing and visualizer tips
|
2026-03-16 09:00:58 -06:00 |
|