Skip to content

Commit bf66d2f

Browse files
committed
test: drop ce-work-beta assertions (skill removed upstream in #1013)
#1013 deleted the ce-work-beta skill entirely. During the rebase its modify/delete conflicts were resolved by accepting the deletion, and the pure ce-work-beta port commit was dropped. Remove the now-dangling ce-work-beta read + assertions from the unified-plan contract test (renamed to 'ce-work is readiness-aware').
1 parent ab55d66 commit bf66d2f

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

tests/skills/unified-plan-artifact-contract.test.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const ceWorkEngines = readRepoFile(
2727
const planMarkdownRendering = readRepoFile(
2828
"skills/ce-plan/references/markdown-rendering.md",
2929
)
30-
const ceWorkBeta = readRepoFile("skills/ce-work-beta/SKILL.md")
3130
const lfg = readRepoFile("skills/lfg/SKILL.md")
3231
const docReview = readRepoFile("skills/ce-doc-review/SKILL.md")
3332
const docReviewTemplate = readRepoFile(
@@ -113,7 +112,7 @@ describe("unified plan artifact contract", () => {
113112
expect(planSkill).toContain("Do not write a launch prompt into the doc")
114113
})
115114

116-
test("ce-work and ce-work-beta are readiness-aware before execution", () => {
115+
test("ce-work is readiness-aware before execution", () => {
117116
expect(ceWork).toContain("classify `artifact_readiness` before reading the body")
118117
expect(ceWork).toContain("requirements-only` -> stop")
119118
expect(ceWork).toContain("Any other readiness value")
@@ -122,10 +121,6 @@ describe("unified plan artifact contract", () => {
122121
expect(ceWork).toContain("mode:return-to-caller <plan-path>")
123122
expect(ceWork).toContain("standalone_shipping_skipped: true")
124123
expect(ceWork).not.toContain("artifact_readiness: approach-plan")
125-
126-
expect(ceWorkBeta).toContain("not the primary unified-plan executor")
127-
expect(ceWorkBeta).toContain("mirror stable")
128-
expect(ceWorkBeta).toContain("requirements-only")
129124
})
130125

131126
test("lfg delegates implementation to ce-work return-to-caller mode", () => {

0 commit comments

Comments
 (0)