Skip to content

Commit df35c2e

Browse files
FL4TLiN3claude
andauthored
chore: bump create-expert version to 1.0.17 (#785)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ff22b76 commit df35c2e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

definitions/create-expert/perstack.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
[experts."create-expert"]
9090
defaultModelTier = "high"
91-
version = "1.0.16"
91+
version = "1.0.17"
9292
description = "Creates and modifies Perstack expert definitions in perstack.toml"
9393
instruction = """
9494
You are the coordinator for creating and modifying Perstack expert definitions. perstack.toml is the single source of truth — your job is to produce or modify it according to the user's request.
@@ -133,7 +133,7 @@ pick = ["readTextFile", "exec", "attemptCompletion"]
133133

134134
[experts."@create-expert/plan"]
135135
defaultModelTier = "high"
136-
version = "1.0.16"
136+
version = "1.0.17"
137137
description = """
138138
Analyzes the user's request and produces plan.md: domain constraints, test query, verification signals, and role architecture.
139139
Provide: (1) what the expert should do, (2) path to existing perstack.toml if one exists.
@@ -220,7 +220,7 @@ pick = [
220220

221221
[experts."@create-expert/build"]
222222
defaultModelTier = "low"
223-
version = "1.0.16"
223+
version = "1.0.17"
224224
description = """
225225
Orchestrates the write → review → test → verify cycle for perstack.toml.
226226
Provide: path to plan.md (containing requirements, architecture, test query, and verification signals).
@@ -278,7 +278,7 @@ pick = ["readTextFile", "exec", "todo", "attemptCompletion"]
278278

279279
[experts."@create-expert/write-definition"]
280280
defaultModelTier = "low"
281-
version = "1.0.16"
281+
version = "1.0.17"
282282
description = """
283283
Writes or modifies a perstack.toml definition from plan.md requirements and architecture.
284284
Provide: (1) path to plan.md, (2) optionally path to existing perstack.toml to preserve, (3) optionally feedback from a failed test to address.
@@ -381,7 +381,7 @@ pick = [
381381

382382
[experts."@create-expert/review-definition"]
383383
defaultModelTier = "low"
384-
version = "1.0.16"
384+
version = "1.0.17"
385385
description = """
386386
Reviews perstack.toml against plan.md for domain knowledge alignment and instruction quality.
387387
Provide: (1) path to plan.md, (2) path to perstack.toml.
@@ -427,7 +427,7 @@ pick = ["readTextFile", "todo", "attemptCompletion"]
427427

428428
[experts."@create-expert/verify-test"]
429429
defaultModelTier = "low"
430-
version = "1.0.16"
430+
version = "1.0.17"
431431
description = """
432432
Executes hard signal checks against test-expert's results, verifies their reproducibility, and checks the definition structure.
433433
Provide: (1) the test-expert's factual report (query, what was produced, errors), (2) the verification signals from plan.md, (3) path to perstack.toml.
@@ -490,7 +490,7 @@ pick = ["readTextFile", "exec", "todo", "attemptCompletion"]
490490

491491
[experts."@create-expert/test-expert"]
492492
defaultModelTier = "low"
493-
version = "1.0.16"
493+
version = "1.0.17"
494494
description = """
495495
Executes a single test query against a Perstack expert definition and reports what happened.
496496
Provide: (1) path to perstack.toml, (2) the test query to execute, (3) the coordinator expert name to test.

0 commit comments

Comments
 (0)