mirror of
https://github.com/glittercowboy/get-shit-done
synced 2026-05-13 10:36:38 +02:00
Companion docs page for the v1.42.0-rc.1 release tag, scoped to the new features in 1.42.0: - Security: package legitimacy gate against slopsquatting (#3215) — three layers across researcher, planner, executor; plus npx --yes hardening and graceful degradation when slopcheck is unavailable - Architecture: SDK package seam deepened; runtime-global skills policy converged into a single Module (#3238) - Architecture: phase lifecycle seams deepened — extracts Phase Numbering Policy, Phase Filesystem Adapter, and Phase Roadmap Mutation modules from phase-lifecycle.ts (#3267) Fix list is intentionally omitted — those fixes are rolled up from v1.41.1 and listed on the v1.41.1 release page; this doc links out to both v1.41.1 and v1.41.0 instead of restating them. Format follows the established docs/RELEASE-v*.md pattern (compact one-paragraph intro, categorized sections, install footer, link-out to prior train). Closes #3279
GSD Documentation
Comprehensive documentation for the Get Shit Done (GSD) framework — a meta-prompting, context engineering, and spec-driven development system for AI coding agents.
Language versions: English · Português (pt-BR) · 日本語 · 简体中文
Documentation Index
| Document | Audience | Description |
|---|---|---|
| Architecture | Contributors, advanced users | System architecture, agent model, data flow, and internal design |
| Feature Reference | All users | Feature narratives and requirements for released features (see CHANGELOG for latest additions) |
| Command Reference | All users | Stable commands with syntax, flags, options, and examples |
| Configuration Reference | All users | Full config schema, workflow toggles, model profiles, git branching |
| CLI Tools Reference | Contributors, agent authors | gsd-tools.cjs programmatic API for workflows and agents |
| Agent Reference | Contributors, advanced users | Role cards for primary agents — roles, tools, spawn patterns (the agents/ filesystem is authoritative) |
| User Guide | All users | Workflow walkthroughs, troubleshooting, and recovery |
| Issue-Driven Orchestration | All users | Recipe for driving GSD from a tracker issue (GitHub / Linear / Jira) using existing primitives — no new commands or daemon |
| Context Monitor | All users | Context window monitoring hook architecture |
| Discuss Mode | All users | Assumptions vs interview mode for discuss-phase |
| Canary Stream | Contributors, early adopters | dev → @canary dist-tag policy, when to install, rollback path |
Quick Links
- What's new: see CHANGELOG for current release notes, and upstream README for release highlights
- Canary preview:
docs/CANARY.md— opt into the early-preview stream fromdev. Active cut:v1.50.0-canary.1 - Getting started: README → install →
/gsd-new-project - Full workflow walkthrough: User Guide
- All commands at a glance: Command Reference
- Configuring GSD: Configuration Reference
- How the system works internally: Architecture
- Contributing or extending: CLI Tools Reference + Agent Reference