Regenerate the readiness block for kernel 0.12.2 - #48
Conversation
Pairs with `CTRLRun/ctrlrun#223`, which cuts 0.12.2, and carries the same branch name so that repository's `docs` job checks this branch instead of `main`. Version 0.12.1 to 0.12.2 and 6,223 tests to 6,248, in the four generated files and in the two pages that embed the block, `docs.mdx` and `docs/production/index.mdx`. The generator writes `generated/` and the state; the embedded copies are pasted from its own `render()` so they cannot drift from it. Every audit step green: capabilities, cli, schemas, api, cookbook, probe, soak, readiness, badges, lint and links. Signed-off-by: arpan <contact@arpanghoshal.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (4)
Included review availability: Your plan provides up to 10 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe documentation updates release references from 0.12.1 to 0.12.2. The reported test count changes from 6,223 to 6,248. ChangesRelease documentation
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~3 minutes Change: Other Merge Risk: ⚪ Minimal · up to This PR updates release references and reported test counts without an established product or operational impact. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Three pages quote a `ctrlrun verify` transcript whose first line carries the version, and `test_every_quoted_verify_transcript_is_one_verify_actually_prints` runs verify and compares: `docs/verify.md`, `docs/guides/verify-in-ci.mdx` and `docs/cookbook/verify-in-github-actions.mdx`. The kernel branch's own CI printed the real line, `ctrlrun 0.12.2, catalogue ctrlrun.guarantees/v7`, which is what they now say. The OWASP landscape page is pinned to the newest released version by `test_the_version_the_page_is_written_against_is_released`, so its five version references move too. Nothing else on it changes and nothing should: 0.12.2 touches no enforcement path, the catalogue is still `ctrlrun.guarantees/v7`, and the guarantees are still G1 to G32, so every tick on the page stands exactly as it was reviewed. Signed-off-by: arpan <contact@arpanghoshal.com>
Pairs with CTRLRun/ctrlrun#223, which cuts 0.12.2. Same branch name, so that repository's
docsjob checks this branch rather thanmain, and this repository's CI checks the kernel branch beside it.Version 0.12.1 to 0.12.2, tests 6,223 to 6,248, in the four generated files and in the two pages that embed the block,
docs.mdxanddocs/production/index.mdx. The generator writesgenerated/and the state; the embedded copies are pasted from its ownrender(), so the two cannot drift apart.Nothing else changed. Every audit step green locally: capabilities, cli, schemas, api, cookbook, probe, soak, readiness, badges, lint, links.
Merge this right after #223, per the pairing rule.
Summary by CodeRabbit