fix(lfg): use platform-neutral skill references (#642)
Some checks failed
CI / pr-title (push) Has been cancelled
CI / test (push) Has been cancelled
Release PR / release-pr (push) Has been cancelled
Release PR / publish-cli (push) Has been cancelled

This commit is contained in:
Trevin Chow
2026-04-21 20:08:48 -07:00
committed by GitHub
parent dafe7191de
commit b104ce46be
2 changed files with 9 additions and 7 deletions

View File

@@ -305,7 +305,7 @@ describe("ce-code-review contract", () => {
test("orchestration callers pass explicit mode flags", async () => {
const lfg = await readRepoFile("plugins/compound-engineering/skills/lfg/SKILL.md")
expect(lfg).toContain("/ce-code-review mode:autofix")
expect(lfg).toMatch(/ce-code-review[^\n]*mode:autofix/)
})
test("ce-work shipping-workflow enforces a residual-work gate after Tier 2 review", async () => {