Skip to content

docs: sync website docs for v0.6.1 release#321

Merged
ajianaz merged 1 commit into
developfrom
release/0.6.1-docs
Jun 17, 2026
Merged

docs: sync website docs for v0.6.1 release#321
ajianaz merged 1 commit into
developfrom
release/0.6.1-docs

Conversation

@ajianaz

@ajianaz ajianaz commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

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.md

Was 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.md

docs/cli-reference.md

Document the two new cora scan flags from #316:

  • --batch-files <N> — max files per LLM batch (default 20)
  • --no-continue-on-batch-error — abort instead of skip-and-continue

docs/usage.md

Add a tip about lowering --batch-files for large scans that hit provider token limits / rate-limits, and the non-fatal batch behavior (#316).

README.md

Update pinned-version example to v0.6.1.

Tests

Docs-only. cargo build, cargo clippy -- -D warnings, cargo fmt --check, and cargo test (564 + 16 + 6) all still pass to keep the release branch green.

Checklist

  • All version references updated to 0.6.1
  • Website changelog synced with root CHANGELOG
  • New flags documented in CLI reference
  • macOS Gatekeeper + multi-channel install gotchas documented
  • cargo build / clippy / fmt / test clean

- 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.
@ajianaz ajianaz merged commit f1027ba into develop Jun 17, 2026
10 checks passed
@ajianaz ajianaz deleted the release/0.6.1-docs branch June 17, 2026 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant