Skip to content

Release git-cas v6.5.4 - #101

Merged
flyingrobots merged 3 commits into
mainfrom
release/v6.5.4
Jul 26, 2026
Merged

Release git-cas v6.5.4#101
flyingrobots merged 3 commits into
mainfrom
release/v6.5.4

Conversation

@flyingrobots

Copy link
Copy Markdown
Member

Linked Issue

Design / Proof

  • Design doc: docs/design/0054-batched-page-retention/batched-page-retention.md
  • Witness: docs/design/0054-batched-page-retention/witness/release-candidate.md

Validation

pnpm run release:verify
# PASS 14/14; 6,844 observed tests

Release Impact

@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@flyingrobots, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 46 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: eab15989-fcf5-42b5-a255-dbdb232878c4

📥 Commits

Reviewing files that changed from the base of the PR and between 63cf58c and 54f37d9.

📒 Files selected for processing (1)
  • UPGRADING.md
📝 Walkthrough

Walkthrough

The PR prepares the v6.5.4 release candidate by documenting batched workspace page retention, updating package and release metadata, adding release notes and upgrade guidance, recording candidate evidence, and extending documentation validation tests.

Changes

v6.5.4 Release Candidate

Layer / File(s) Summary
Batched retention release documentation
UPGRADING.md, docs/design/0054-batched-page-retention/*, docs/releases/v6.5.4.md
Documents workspace.pages.putBatch(), landed design results, benchmark data, compatibility details, verification results, and publication gates.
Version and release tracking
BEARING.md, CHANGELOG.md, README.md, ROADMAP.md, STATUS.md, jsr.json, package.json, src/package-version.js
Updates v6.5.4 version markers, release links, roadmap/status records, and packaged release-note metadata.
Release documentation verification
test/unit/docs/*
Validates packaged release notes, v6.5.4 candidate evidence, publication exclusions, verifier totals, and consistent release messaging.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Possibly related issues

Possibly related PRs

  • git-stunts/git-cas#100 — Added the implementation and design material that this release documentation records.
  • git-stunts/git-cas#93 — Uses the same STATUS.md and release-state validation workflow for a prior release.
  • git-stunts/git-cas#80 — Updates the same release-state documentation contract for a versioned candidate.

Suggested reviewers: git-stunts

Poem

I’m a rabbit with release notes bright,
Batching tiny pages through the night.
v6.5.4 hops into view,
With witnesses stamped and checks passed too.
No migration burrow, no tags just yet—
But every document’s neatly set!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and accurately summarizes the main change: releasing git-cas v6.5.4.
Description check ✅ Passed The description covers the linked issue, design/proof, validation, and release impact sections required by the template.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@flyingrobots

Copy link
Copy Markdown
Member Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@UPGRADING.md`:
- Around line 12-15: Update the putBatch() example in UPGRADING.md to introduce
sources before it is used, using a representative pages/input collection
declaration so the example can be copied and run without undefined variables.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 80cc99ed-28c1-4354-b371-990be71c1d92

📥 Commits

Reviewing files that changed from the base of the PR and between e6c58f1 and 63cf58c.

📒 Files selected for processing (15)
  • BEARING.md
  • CHANGELOG.md
  • README.md
  • ROADMAP.md
  • STATUS.md
  • UPGRADING.md
  • docs/design/0054-batched-page-retention/batched-page-retention.md
  • docs/design/0054-batched-page-retention/witness/release-candidate.md
  • docs/releases/v6.5.4.md
  • jsr.json
  • package.json
  • src/package-version.js
  • test/unit/docs/package-docs.test.js
  • test/unit/docs/release-state.test.js
  • test/unit/docs/release-truth.test.js
📜 Review details
🧰 Additional context used
📓 Path-based instructions (6)
docs/design/**

📄 CodeRabbit inference engine (AGENTS.md)

Use docs/design/ directory for durable design contracts and proof plans

Files:

  • docs/design/0054-batched-page-retention/witness/release-candidate.md
  • docs/design/0054-batched-page-retention/batched-page-retention.md
STATUS.md

📄 CodeRabbit inference engine (AGENTS.md)

Use STATUS.md as a compact snapshot of release and runtime truth

Files:

  • STATUS.md
README.md

📄 CodeRabbit inference engine (AGENTS.md)

Use README.md as the public front door, core value prop, and quick start documentation

Files:

  • README.md
ROADMAP.md

📄 CodeRabbit inference engine (AGENTS.md)

Use ROADMAP.md as a signpost to the GitHub release tracker

Files:

  • ROADMAP.md
BEARING.md

📄 CodeRabbit inference engine (AGENTS.md)

Use BEARING.md to document current execution gravity and active tensions

Files:

  • BEARING.md
CHANGELOG.md

📄 CodeRabbit inference engine (AGENTS.md)

Use CHANGELOG.md to record the historical truth of merged behavior

Files:

  • CHANGELOG.md
🧠 Learnings (3)
📚 Learning: 2026-07-13T17:00:46.222Z
Learnt from: flyingrobots
Repo: git-stunts/git-cas PR: 65
File: src/domain/helpers/isCanonicalCollectionKey.js:21-35
Timestamp: 2026-07-13T17:00:46.222Z
Learning: In git-stunts/git-cas, the codebase is intended to run on multiple JavaScript runtimes (Node, Bun, and Deno), not just Node. During code review, don’t suggest replacing existing portable helper logic with newer Node-only built-ins (e.g., Node 20+ APIs like `String.prototype.isWellFormed()`) unless the change preserves Bun/Deno compatibility (via portable/polyfill implementations or safe runtime gating). If a file includes manual implementations (such as `src/domain/helpers/isCanonicalCollectionKey.js`), treat them as intentional to avoid requiring a higher host built-in baseline.

Applied to files:

  • src/package-version.js
📚 Learning: 2026-02-28T19:21:13.982Z
Learnt from: flyingrobots
Repo: git-stunts/git-cas PR: 15
File: test/unit/domain/services/CasService.envelope.test.js:326-330
Timestamp: 2026-02-28T19:21:13.982Z
Learning: In fuzz tests for cryptographic operations, use a seeded PRNG (e.g., xorshift32) for control-flow variables such as plaintext size selection and recipient index selection to ensure reproducibility. Continue to use randomBytes() for cryptographic keys and nonces to preserve realistic randomness and avoid security anti-patterns. This guideline applies to test files that perform fuzz testing of crypto logic; implement a consistent seed setup (e.g., fixed seed in test initialization) and document the rationale to enable deterministic replays across runs.

Applied to files:

  • test/unit/docs/release-truth.test.js
  • test/unit/docs/package-docs.test.js
  • test/unit/docs/release-state.test.js
📚 Learning: 2026-03-30T19:53:48.000Z
Learnt from: flyingrobots
Repo: git-stunts/git-cas PR: 29
File: docs/design/TR-010-planning-index-consistency-review.md:121-131
Timestamp: 2026-03-30T19:53:48.000Z
Learning: In this repo, CHANGELOG.md entries should be user-facing and descriptive (bullet points) rather than cycle-ID headings (e.g., use a phrase like “Planning-index consistency review” instead of a “TR-010 — …” heading). When searching the changelog, don’t rely on grepping for cycle IDs (e.g., “TR-010”) because it may cause false negatives; search for the descriptive keywords/phrases from the bullet entries instead.

Applied to files:

  • CHANGELOG.md
🪛 LanguageTool
docs/design/0054-batched-page-retention/witness/release-candidate.md

[style] ~91-~91: Consider removing “of” to be more concise
Context: ...Gate Publication remains blocked until all of the following are true: 1. the versioned c...

(ALL_OF_THE)

🔇 Additional comments (14)
docs/design/0054-batched-page-retention/batched-page-retention.md (1)

10-10: LGTM!

Also applies to: 300-307

docs/design/0054-batched-page-retention/witness/release-candidate.md (1)

1-103: LGTM!

docs/releases/v6.5.4.md (1)

1-48: LGTM!

src/package-version.js (1)

1-1: LGTM!

test/unit/docs/package-docs.test.js (1)

21-21: LGTM!

Also applies to: 96-96

test/unit/docs/release-state.test.js (1)

6-8: LGTM!

Also applies to: 34-56, 137-149, 275-305

test/unit/docs/release-truth.test.js (1)

281-295: LGTM!

BEARING.md (1)

17-17: LGTM!

Also applies to: 75-83, 139-147

CHANGELOG.md (1)

10-17: LGTM!

README.md (1)

52-52: LGTM!

Also applies to: 222-223

ROADMAP.md (1)

44-44: LGTM!

Also applies to: 53-56

STATUS.md (1)

4-5: LGTM!

Also applies to: 21-25, 142-142

jsr.json (1)

3-3: LGTM!

package.json (1)

3-3: LGTM!

Also applies to: 43-43

Comment thread UPGRADING.md
@flyingrobots
flyingrobots merged commit a2d23f5 into main Jul 26, 2026
6 checks passed
@flyingrobots
flyingrobots deleted the release/v6.5.4 branch July 26, 2026 13:53
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