Uh oh!
There was an error while loading. Please reload this page.
Stage whole skill dirs (companions resolve) + three skill-text fixes - #394
Conversation
stageOpencodeSkills copies the resolved skill's whole dir instead of SKILL.md alone — relative companion links (tdd's craft docs, the physics references/ dirs) resolve in the stage copy; the source dir was already fully granted via skillGrants, so nothing new is exposed, and the stage root still holds only the resolved set (test extended). Skill texts: engine-neutral explore dispatch (improve-codebase-architecture), live example URL (amico-slack), mkdir -p for the device lock parent (amico-lab). Closes#393
Warning Review limit reached
Next review available in:16 minutes Limit details: You’ve used all 3 included reviews currently available under your plan. Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?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 reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. 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, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
Comment |
…ty base flagged on this PR
aarontrowbridge
commented
Aug 16, 2026
Uh oh!
There was an error while loading. Please reload this page.
Closes#393.
What
stageOpencodeSkillsnow copies each resolved skill's whole dir (fs.cpSyncrecursive) instead ofSKILL.mdalone — companion files (tdd's 5 craft docs, 9references/dirs, …) land beside the stagedSKILL.mdso its relative links resolve. No guard change: the stage root still holds only the resolved set, andskillGrantsalready granted the entire source skill dir, so nothing new becomes readable.improve-codebase-architecture: engine-neutral explore dispatch (names Task/Agent per engine).amico-slack: example link repointed from the retired amico-plugin to amicode.amico-lab: device-lock instruction creates the parent dir.Verification
vitest run test/scores/package_skills.test.ts— 28/28 (incl. new companion-staging test).tsc --noEmit— clean.main(verified via stash on the base commit):golden_parity.test.tsbyte-mismatches from the WS1 — The pack interface: one manifest per domain, score as a field of a pack #391 pack merge. Out of scope here; flagging for the pack work.