Bundle retrieval-reflex policy skill for 100/100 doctor#177
Conversation
|
Warning Review limit reached
More reviews will be available in 12 minutes and 49 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the 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 credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. 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, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (9)
Comment |
Closes #176.
TL;DR
Golden proved the
.6/.7install path can update Eva Brain, searchopenclaw-support-kb, searchworkspace-docs, and load the OpenClaw GBrain plugin. The remaining doctor gap was not a DB or ingestion failure: upstream GBrain 0.42 now checks for aretrieval-reflexpolicy skill inGBRAIN_SKILLS_DIR, and Eva’s distributed/root/eva-brain/skillsdid not include it.This PR bundles the upstream
retrieval-reflexpolicy skill in Eva Brain and bumps the release metadata to0.42.47.8, so the exact-tag updater can bring every VM to 100/100 without manual per-host skill installs.What Changed
skills/retrieval-reflex/SKILL.md.skills/manifest.json.skills/retrieval-reflextoopenclaw.plugin.jsonso OpenClaw bundle visibility matches GBrain doctor expectations.skills/RESOLVER.mdrow and narrow trigger phrases so the policy skill is reachable without competing withquery.0.42.47.8.Why This Is The Right Fix
I intentionally did not patch GBrain core or mutate the VM by hand. This is a packaging/distribution fix, which keeps Eva thin and makes the fleet rollout reproducible.
Validation
Local focused validation from
/Volumes/LEXAR/repos/worktrees/eva-brain-retrieval-reflex-v8:bash -n scripts/update-local-install.shpassed.bun src/cli.ts check-resolvable --strict --skills-dir skills/passed: 53 skills, all reachable.bash scripts/check-skill-brain-first.shpassed.bun test test/local-updater-contract.test.tspassed: 26 tests, 0 failures, 191 assertions.Full validation should run in GitHub Actions. After merge, I’ll create
eva-v0.42.47.8, verify release assets, then resume Golden -> customer fleet rollout from the exact tag.