feat: consolidate to the public release tree#261
Conversation
Replaces the tracked tree with the curated public-release content: the canonical architecture set (docs/architecture), frozen contracts, skills, computer-use-server, docs linters, and CI gates, with internal working notes and retired drafts removed. The tree is byte-identical to the next/v1 release root, which is green across all CI workflows (docs-lint, contracts-lint, security). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Important Review skippedToo many files! This PR contains 289 files, which is 139 over the limit of 150. To get a review, narrow the scope: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (289)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
The contents API returns base64 with embedded newlines; strip them before decoding, or the PR-mode config fetch fails on Linux runners. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
gh api prints the 404 error JSON to stdout and exits non-zero when the base ref has no .gitleaks.toml; reset content to empty in that case so the useDefault stub is written instead of base64-decoding the error. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The base-ref-wins rule exists so a PR cannot weaken an existing config; when the base ref has no .gitleaks.toml at all (it is introduced by the change under review), fall back to the tree's own config instead of bare defaults, which false-positive on vendored minified bundles. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Replaces the tracked tree with the curated public-release content: the canonical architecture set (
docs/architecture), frozen contracts, skills, computer-use-server, docs linters, and CI gates, with internal working notes and retired drafts removed.The tree is byte-identical to the
next/v1release root (verified: zero-line diff), which is green across all CI workflows (docs-lint, contracts-lint, security).Recommended merge method: squash — main's tip then carries this tree as a single release commit.
🤖 Generated with Claude Code