Skip to content

Commit 2c36199

Browse files
jcasimirclaude
andcommitted
fix: Update lfg test to match delegation pattern
/lfg now delegates to /ce:run lfg, so the test checks for the delegation call instead of inline review mode flags. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ed547b0 commit 2c36199

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/review-skill-contract.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ describe("ce-review contract", () => {
260260

261261
test("orchestration callers pass explicit mode flags", async () => {
262262
const lfg = await readRepoFile("plugins/compound-engineering/skills/lfg/SKILL.md")
263-
expect(lfg).toContain("/ce:review mode:autofix")
263+
// lfg delegates to /ce:run lfg — mode flags are in the orchestrator definition, not here
264+
expect(lfg).toContain("/ce:run lfg")
264265

265266
const slfg = await readRepoFile("plugins/compound-engineering/skills/slfg/SKILL.md")
266267
// slfg uses report-only for the parallel phase (safe with browser testing)

0 commit comments

Comments
 (0)