refactor(cli)!: rename all skills and agents to consistent ce- prefix (#503)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -61,7 +61,7 @@ describe("release intent parsing", () => {
|
||||
})
|
||||
|
||||
test("supports conventional titles without scope", () => {
|
||||
const parsed = parseReleaseIntent("fix: adjust ce:plan-beta wording")
|
||||
const parsed = parseReleaseIntent("fix: adjust ce-plan wording")
|
||||
expect(parsed.type).toBe("fix")
|
||||
expect(parsed.scope).toBeNull()
|
||||
expect(parsed.breaking).toBe(false)
|
||||
|
||||
Reference in New Issue
Block a user