Skip to content

Commit 8962824

Browse files
committed
feat(build): bump build skill version to 1.22.0 and regenerate docs
1 parent c1c4907 commit 8962824

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: build
33
preamble-tier: 4
4-
version: 1.21.4
4+
version: 1.22.0
55
description: |
66
gstack autonomous execution skill. Reads the latest implementation plan and enters
77
a strict coding loop to build the feature in phases, running tests and reviews

build/SKILL.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: build
33
preamble-tier: 4
4-
version: 1.21.4
4+
version: 1.22.0
55
description: |
66
gstack autonomous execution skill. Reads the latest implementation plan and enters
77
a strict coding loop to build the feature in phases, running tests and reviews

build/orchestrator/__tests__/skill-md.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test("SKILL.md.tmpl contains TDD changes", () => {
88
const content = fs.readFileSync(tmplPath, "utf-8");
99

1010
expect(content.includes("**Test Specification")).toBe(true);
11-
expect(content.includes("version: 1.21.4")).toBe(true);
11+
expect(content.includes("version: 1.22.0")).toBe(true);
1212
expect(content.includes("tests_red")).toBe(true);
1313
expect(content.includes("Test Specification (test-writer role)")).toBe(true);
1414
expect(content.includes("exactly this durable sub-checkbox structure")).toBe(
@@ -30,7 +30,7 @@ test("generated SKILL.md reflects TDD changes", () => {
3030
const content = fs.readFileSync(skillPath, "utf-8");
3131

3232
expect(content.includes("**Test Specification")).toBe(true);
33-
expect(content.includes("version: 1.21.4")).toBe(true);
33+
expect(content.includes("version: 1.22.0")).toBe(true);
3434
expect(content.includes("tests_red")).toBe(true);
3535
expect(content.includes("*-gstack/inbox/living-plan")).toBe(true);
3636
expect(content.includes('--project-root "$worktreePath"')).toBe(true);

0 commit comments

Comments
 (0)