docs: sync website docs for v0.6.1 release#321
Merged
Conversation
- docs/changelog.md: sync from root CHANGELOG.md (was stuck at v0.2.0 —
now includes v0.4.x, v0.5.x, v0.6.0, and v0.6.1 with all compare links).
- docs/installation.md:
- Update pinned-version example to v0.6.1.
- Add 'Check for stale copies on PATH' subsection (which -a cora)
cross-linking #314.
- Add 'macOS: Killed: 9 on launch?' subsection documenting the
Gatekeeper quarantine workaround (xattr -dr) from #313.
- Replace placeholder 'cora 0.x.x' in verify snippet with 'cora 0.6.1'.
- docs/cli-reference.md: document new `cora scan` flags
--batch-files <N> and --no-continue-on-batch-error (#316).
- docs/usage.md: add tip about lowering --batch-files for large scans
and the non-fatal batch behavior (#316).
- README.md: update pinned-version example to v0.6.1.
No code changes. Part of the v0.6.1 patch release bundle.
This was referenced Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings the website docs in sync with the v0.6.1 patch bundle (#316 / #312 / #313 / #314) before cutting the release tag.
Changes
docs/changelog.mdWas stuck at v0.2.0 — now a full sync from root
CHANGELOG.md(includes v0.4.x, v0.5.x, v0.6.0, and v0.6.1 with all compare links at the bottom).docs/installation.mdCORA_VERSION=v0.6.0→v0.6.1.which -a corasnippet and cross-link to docs: install instructions don't warn about multiple distribution channels causing PATH conflicts #314.Killed: 9on launch? subsection documenting the Gatekeeper quarantine workaround (xattr -dr com.apple.quarantine/com.apple.provenance) from bug: macOS binary release killed by Gatekeeper quarantine (com.apple.quarantine/provenance) #313.cora 0.x.xin the verify snippet withcora 0.6.1.docs/cli-reference.mdDocument the two new
cora scanflags from #316:--batch-files <N>— max files per LLM batch (default 20)--no-continue-on-batch-error— abort instead of skip-and-continuedocs/usage.mdAdd a tip about lowering
--batch-filesfor large scans that hit provider token limits / rate-limits, and the non-fatal batch behavior (#316).README.mdUpdate pinned-version example to
v0.6.1.Tests
Docs-only.
cargo build,cargo clippy -- -D warnings,cargo fmt --check, andcargo test(564 + 16 + 6) all still pass to keep the release branch green.Checklist
cargo build/clippy/fmt/testclean