CAS Workstation is the opinionated Windows-first bootstrap bundle for the Coding-Autopilot-System ecosystem. It provides one install surface for a fully configured AI-native coding workstation.
.\setup.ps1
.\doctor.ps1
.\start.ps1
.\upgrade.ps1
.\uninstall.ps1The repository requires Pester 5.7+, PSScriptAnalyzer 1.24+, Python 3.12+, and
the Python jsonschema package. Run the same gate used by CI:
.\Invoke-Quality.ps1The command runs tests, static analysis, contract fixtures, and governance
validation. Machine-readable evidence is written under .artifacts/quality/.
It fails closed when a required validator or check is unavailable.
- Core developer tooling: Git, GitHub CLI, Node.js, Python, uv, .NET, Docker, Azure CLI, WSL
- AI coder CLIs: Codex, Claude Code, Gemini CLI
- Coding-Autopilot-System component repos
- Shared runtime paths under the configured user profile
- Generated MCP client configuration fragments
stack.manifest.json- versioned workstation contractschemas/doctor.schema.json- machine-readable readiness report schemascripts/Cas.Workstation.psm1- shared implementation moduledocs/support-matrix.md- supported platform and component matrixdocs/traceability.json- requirement-to-phase and evidence mapInvoke-Quality.ps1- authoritative local and CI quality gate
.\setup.ps1 -NonInteractive
.\doctor.ps1
.\start.ps1