Prepare v18.0.0 release metadata and final gates#107
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThis PR finalizes v18.0.0 release preparation by aligning all package manifests to 18.0.0, adding release-prep design and gate evidence, formalizing acceptance of residual raw content/property compatibility risk, updating release status and blockers, and publishing v18 release notes plus a technical teardown. Changesv18.0.0 Release Preparation
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
Release Preflight
If you tag this commit as |
Release Preflight
If you tag this commit as |
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 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 `@TECHNICAL_TEARDOWN.md`:
- Line 288: The "Learn about Provenance" bullet currently references a
non-existent "Golden Path 9"; replace the "Golden Path 9" mention with an
existing section title or anchor (for example the documented "Golden Paths"
overview or the specific "Golden Path 3" entry) so the link/label points to a
real section—update the string "Golden Path 9" in that bullet to the correct
existing heading/anchor used elsewhere in the document.
- Around line 207-248: The Mermaid public-API diagram is incorrect: update the
WarpGraph shape to match the actual contract in src/domain/WarpGraph.ts by
replacing the incorrect fields (info, patches, query) with the actual surface
properties commitment: CommitmentSurface, folding: FoldingSurface, revelation:
RevelationSurface, governance: GovernanceSurface, and represent the flat
capability aliases (e.g., patches, query) as method-level aliases delegating to
the corresponding surface methods (or document them as aliases of
CommitmentSurface and RevelationSurface methods) instead of typing them as
grouped surface objects; ensure the class relationships point to
CommitmentSurface, FoldingSurface, RevelationSurface and GovernanceSurface
accordingly and that method signatures (createPatch, patch, hasNode,
getNodeProps, worldline, observer, syncWith, createCheckpoint, join, reduce)
match the surface interfaces.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
@codex Self-review findings for PR #107. Please confirm before merge.
Evidence commands run locally: |
|
@codex Self-review findings from the teardown audit were resolved in commit
Verification after the fix: The push ran IRONCLAD M9 pre-push gates successfully, including link check, lint/type/policy/surface/markdown gates, and |
|
@codex Self-review findings for PR #107 after the follow-up teardown cleanup. Please confirm before merge.
Evidence commands run locally: |
Release Preflight
If you tag this commit as |
|
Resolved the self-review findings in
Verification: |
Release Preflight
If you tag this commit as |
Summary
18.0.0.main.Evidence
npm exec vitest run test/unit/scripts/release-policy-shape.test.tsnpm run release:preflightnpm run test:localNotes
npm run release:preflightpasses with the expected non-main branch warning.npm audit --omit=dev --audit-level=highreports no high or critical vulnerabilities; one moderatebrace-expansionadvisory remains non-blocking.TECHNICAL_TEARDOWN.mdis an unrelated untracked local side-project file and is not part of this PR.Summary by CodeRabbit
Chores
Documentation
Tests