chore(tooling): refresh claude settings and main pr triggers - #117
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 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 |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Fixed the blocking CI issues for this PR. Done
Next
|
|
Fixed the remaining Rust CI flake. Done
Next
|
Summary
.claude/settings.jsonso the local Claude/Codex environment uses the newer MCP, plugin, and hook configuration expected in this workspace.Testworkflow from running ondevelop -> mainpull requests somainonly enforcesMain PR Policyinstead of showing non-required failures.Changes
.claude/settings.json: enabled the current project MCP/plugin set and updated hook wiring for the local Claude tooling configuration..github/workflows/test.yml: removedmainfrom thepull_requestbranch trigger so the test workflow only runs fordevelopand feature PRs.Testing
cargo test --all-targets— passescargo llvm-cov --all-targets --summary-only --fail-under-lines 90— passes with total line coverage above 90%npx --yes markdownlint-cli README.md CONTRIBUTING.md CLAUDE.md RELEASE.md docs/README.md docs/configuration.md docs/development.md docs/tools.md docs/benchmark-results.md docs/benchmark-results.ja.md docs/troubleshooting/README.md docs/troubleshooting/capabilities-none.md UnityCliBridge/Packages/unity-cli-bridge/**/*.md .github/workflows/README.md --config .markdownlint.json --ignore-path .markdownlintignore— passesRelated Issues / Links
Checklist
cargo clippy,cargo fmt,svelte-check) —svelte-checkN/A: no Svelte projectNotes