-
Notifications
You must be signed in to change notification settings - Fork 0
Community Release Verification Runbook
Huzefaaa2 edited this page Jun 28, 2026
·
1 revision
Use this runbook after publishing any public CAVRA Community release.
Run verification after the release workflow publishes artifacts and before announcing the release as ready for adoption.
- Open GitHub Actions.
- Run
Verify Community Release. - Enter the Community release tag, version, wheel SHA-256, and source distribution SHA-256 from the release publication record.
- Confirm the workflow completes successfully.
- Record the result in a release verification packet under
docs/release-verifications/. - Update README, wiki, roadmap status, release notes, and changelog links.
python scripts/verify-community-release-artifacts.py \
--tag community-v0.1.1 \
--version 0.1.1 \
--wheel-sha256 32ab7a220eb5f25ea5ab42ccbc62a43b7260de12b9a0d3f3d7bdafa1501a5d6a \
--sdist-sha256 b123c6d2aadd72b055ba916caa68953af94122d34f1215756804d74e91174950- release page URL;
- release workflow URL;
- wheel and source distribution names;
- expected and actual SHA-256 checksums;
- clean virtual environment install result;
-
cavra versionoutput; - README and wiki release-link freshness;
- public boundary statement confirming Community-only artifacts.
If a checksum, download, or install smoke check fails, do not announce the release. Open a release blocker, remove or replace the affected artifact, rerun the release workflow, and publish a corrected verification packet after all checks pass.
CAVRA Field Compass
Before the agent acts, CAVRA asks: who is acting, what will change, what policy applies, and what evidence will prove it?
Before the agent acts, CAVRA asks: who is acting, what will change, what policy applies, and what evidence will prove it?
| Start | Build | Operate | Assure |
|---|---|---|---|
| Quick Start | CLI | Enterprise Guide | AISPM |
| Reader Paths | Policy Syntax | Deployments | Evidence |
| Community | GUI | Troubleshooting | Conclusion |
Textbook home: Before the Agent Acts |
Development archive: development and testing artifacts |
Source repository: github.com/Huzefaaa2/cavra
- Foreword And Reader Paths
- Why CAVRA Exists
- Runtime Authority Model
- Architecture
- Editions
- Install And Deploy
- Community Guide
- Enterprise Guide
- CLI Reference
- GUI And Sandbox
- AISPM Guide
- Policy And Evidence
- Operations And Integrations
- Labs And Use Cases
- Appendices And FAQ
- Policy Language Reference
- Troubleshooting Playbook
- Conclusion