singularity-forge/docs-internal
TÂCHES 5f8bbbc6e1 fix(auto): align UAT artifact suffix with gsd_slice_complete output (#2592)
* fix(auto): align UAT artifact suffix with gsd_slice_complete output

The auto-mode files referenced UAT-RESULT as the artifact suffix,
but gsd_slice_complete writes files as S##-UAT.md. This mismatch
caused ENOENT errors during validate-milestone dispatch.

Fixes #2564

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(auto): update test and doc references from UAT-RESULT to UAT

Aligns test assertions and ADR documentation with the corrected
artifact suffix.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(auto): replace separate UAT-RESULT file check with in-file verdict check

The original two-file model (UAT spec + UAT-RESULT verdict) never
worked because gsd_slice_complete only writes S##-UAT.md. The blind
string replacement made checkNeedsRunUat always return null by
resolving the same file twice. Now checks for a verdict: line inside
the UAT file content to determine if UAT has been completed.

Also deduplicates a redundant resolveSliceFile call in the verdict
gate and updates tests to verify the single-file verdict model.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 22:12:08 -06:00
..
building-coding-agents docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
context-and-hooks docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
extending-pi docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
pi-ui-tui docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
pr-876 docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
pr-1530 docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
proposals docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
superpowers docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
what-is-pi docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
ADR-001-branchless-worktree-architecture.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
ADR-003-pipeline-simplification.md fix(auto): align UAT artifact suffix with gsd_slice_complete output (#2592) 2026-03-25 22:12:08 -06:00
agent-knowledge-index.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
architecture.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
auto-mode.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
captures-triage.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
ci-cd-pipeline.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
commands.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
configuration.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
cost-management.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
custom-models.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
dynamic-model-routing.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
FILE-SYSTEM-MAP.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
getting-started.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
git-strategy.md refactor: move GSD metadata from commit subject scopes to git trailers 2026-03-25 22:56:48 +00:00
migration.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
node-lts-macos.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
parallel-orchestration.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
PRD-branchless-worktree-architecture.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
README.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
remote-questions.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
skills.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
token-optimization.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
troubleshooting.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
visualizer.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
web-interface.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
working-in-teams.md docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00

GSD Documentation

Welcome to the GSD documentation. This covers everything from getting started to advanced configuration, auto-mode internals, and extending GSD with the Pi SDK.

User Documentation

Guide Description
Getting Started Installation, first run, and basic usage
Auto Mode How autonomous execution works — the state machine, crash recovery, and steering
Commands Reference All commands, keyboard shortcuts, and CLI flags
Remote Questions Discord and Slack integration for headless auto-mode
Configuration Preferences, model selection, git settings, and token profiles
Custom Models Add custom providers (Ollama, vLLM, LM Studio, proxies) via models.json
Token Optimization Token profiles, context compression, complexity routing, and adaptive learning (v2.17)
Dynamic Model Routing Complexity-based model selection, cost tables, escalation, and budget pressure (v2.19)
Captures & Triage Fire-and-forget thought capture during auto-mode with automated triage (v2.19)
Workflow Visualizer Interactive TUI overlay for progress, dependencies, metrics, and timeline (v2.19)
Cost Management Budget ceilings, cost tracking, projections, and enforcement modes
Git Strategy Worktree isolation, branching model, and merge behavior
Parallel Orchestration Run multiple milestones simultaneously with worker isolation and coordination
Working in Teams Unique milestone IDs, .gitignore setup, and shared planning artifacts
Skills Bundled skills, skill discovery, and custom skill authoring
Migration from v1 Migrating .planning directories from the original GSD
Troubleshooting Common issues, /gsd doctor (real-time visibility v2.40), /gsd forensics (full debugger v2.40), and recovery procedures
Web Interface Browser-based project management with pi --web (v2.41)
VS Code Extension Chat participant, sidebar dashboard, and RPC integration for VS Code

Architecture & Internals

Guide Description
Architecture Overview System design, extension model, state-on-disk, and dispatch pipeline
Native Engine Rust N-API modules for performance-critical operations
ADR-001: Branchless Worktree Architecture Decision record for the v2.14 git architecture
ADR-003: Pipeline Simplification Research merged into planning, mechanical completion (v2.30)

Pi SDK Documentation

These guides cover the underlying Pi SDK that GSD is built on. Useful if you want to extend GSD or build your own agent application.

Guide Description
What is Pi Core concepts — modes, agent loop, sessions, tools, providers
Extending Pi Building extensions — tools, commands, UI, events, state
Context & Hooks Context pipeline, hook reference, inter-extension communication
Pi UI / TUI Terminal UI components, theming, keyboard input, rendering

Research

Guide Description
Building Coding Agents Research notes on agent design — decomposition, context engineering, cost/quality tradeoffs