chore: bump to v3.2.0, rewrite README, update CHANGELOG#251
Merged
flyingrobots merged 1 commit intomainfrom Feb 17, 2026
Merged
chore: bump to v3.2.0, rewrite README, update CHANGELOG#251flyingrobots merged 1 commit intomainfrom
flyingrobots merged 1 commit intomainfrom
Conversation
- Bump version 3.1.0 → 3.2.0 (M10 LENS is a minor feature addition) - Rewrite README: add lens/view section, full command coverage, import YAML format, commit directives, multi-repo, AI curation, JSON scripting, causal versioning framing; fix stale alpha version - CHANGELOG: add [3.2.0] entry documenting M10 LENS additions and all changes from PR #250 - Update GitHub repo description via gh CLI
Contributor
📝 WalkthroughWalkthroughThe pull request updates the package version from 3.1.0 to 3.2.0 in package.json, indicating a minor version release. No changes to runtime logic, control flow, exports, or error handling are present. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
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. Comment |
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
3.1.0→3.2.0(M10 LENS is a minor feature addition)[3.2.0]entry documenting all M10 LENS additions and PR feat: M10 LENS — composable view projections #250 fixesProblem Statement
README was written before M1 and hadn't been updated since. It referenced
v2.0.0-alpha.0, omitted 10 of 17 commands, and made no mention of views, lenses, AI curation, time-travel, or multi-repo federation — all of which have shipped. Version inpackage.jsonwas at3.1.0with no changelog entry for M10.ADR Compliance (Required)
Architecture Laws Checklist (Hard Gates)
--at,--observer,--trust) or deterministically defaulted.Scope Control
Docs and version bump only. No logic changes.
Backward Compatibility
N/A — documentation and version metadata only.
Test Plan (Required)
Unit
No logic changes; existing 461 tests cover all code paths.
Integration
N/A.
Determinism
N/A.
Contract/Schema
No schema changes.
Policy Gates
Security / Trust Impact
Performance Impact
Observability / Debuggability
Operational Notes
Linked Issues / Milestones
Reviewer Quick Verdict Block (for maintainers)
MUST (Hard Gates)
SHOULD (Quality)
Verdict