Documentation Index
Fetch the complete documentation index at: https://docs.stacyide.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Public Readiness Evidence
Use this runbook to create the final evidence bundle before announcing StacyVM as public self-serve production-ready. The codebase can be public-readiness complete before a release is public-launch complete. Public launch also needs proof from the actual tag, host runtimes, network, and staging environment.Candidate Evidence
For a branch or release candidate, run:- shell syntax for public install, release, readiness, upgrade, cluster, and runtime scripts
stacyvm config lint --productionagainst the production config- full Go test suite
- web production build
- public release sanity build and checksum verification
- upgrade and migration sanity
Announcement Evidence
After publishing a real GitHub release tag and choosing the runtime claims for launch, run the full gate:GitHub-Hosted Certification Gate
After a tag is published, maintainers can run the manual Public Readiness Certification workflow from GitHub Actions. Use the published tag, for examplev0.14.3, and the runtime claim to validate on the GitHub-hosted Linux runner.
The workflow performs:
scripts/post-release-validate.sh <version>STACYVM_VALIDATE_INSTALLER=trueinstaller verify-only on Linuxscripts/certify-runtime.sh docker --stacyvm-bin ./stacyvm-linux-amd64- evidence upload as a workflow artifact
Required Attachments
Keep these artifacts with the release:public-readiness-evidence.md- output from
scripts/post-release-validate.sh <version> - runtime certification Markdown for every runtime claimed publicly
- live Postgres contract evidence for cluster or multi-worker claims
- target-network worker RPC mTLS smoke output when enterprise/multi-worker support is claimed
- staging install rehearsal notes from published artifacts
- redacted support bundle generated from the staging deployment
Final Approval Rule
Public announcement is allowed only when:- the readiness evidence verdict is PUBLIC SELF-SERVE READY
- release assets are signed and checksum-verified
- every public runtime claim has host certification evidence
- production config lint passes with real secrets supplied through environment or secret files
server.cors_allowed_originscontains exact trusted origins, not*- rollback, backup/restore, and upgrade rehearsal have been exercised in staging

