|
88 | 88 |
|
89 | 89 | [experts."create-expert"] |
90 | 90 | defaultModelTier = "high" |
91 | | -version = "1.0.16" |
| 91 | +version = "1.0.17" |
92 | 92 | description = "Creates and modifies Perstack expert definitions in perstack.toml" |
93 | 93 | instruction = """ |
94 | 94 | 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"] |
133 | 133 |
|
134 | 134 | [experts."@create-expert/plan"] |
135 | 135 | defaultModelTier = "high" |
136 | | -version = "1.0.16" |
| 136 | +version = "1.0.17" |
137 | 137 | description = """ |
138 | 138 | Analyzes the user's request and produces plan.md: domain constraints, test query, verification signals, and role architecture. |
139 | 139 | Provide: (1) what the expert should do, (2) path to existing perstack.toml if one exists. |
@@ -220,7 +220,7 @@ pick = [ |
220 | 220 |
|
221 | 221 | [experts."@create-expert/build"] |
222 | 222 | defaultModelTier = "low" |
223 | | -version = "1.0.16" |
| 223 | +version = "1.0.17" |
224 | 224 | description = """ |
225 | 225 | Orchestrates the write → review → test → verify cycle for perstack.toml. |
226 | 226 | Provide: path to plan.md (containing requirements, architecture, test query, and verification signals). |
@@ -278,7 +278,7 @@ pick = ["readTextFile", "exec", "todo", "attemptCompletion"] |
278 | 278 |
|
279 | 279 | [experts."@create-expert/write-definition"] |
280 | 280 | defaultModelTier = "low" |
281 | | -version = "1.0.16" |
| 281 | +version = "1.0.17" |
282 | 282 | description = """ |
283 | 283 | Writes or modifies a perstack.toml definition from plan.md requirements and architecture. |
284 | 284 | 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 = [ |
381 | 381 |
|
382 | 382 | [experts."@create-expert/review-definition"] |
383 | 383 | defaultModelTier = "low" |
384 | | -version = "1.0.16" |
| 384 | +version = "1.0.17" |
385 | 385 | description = """ |
386 | 386 | Reviews perstack.toml against plan.md for domain knowledge alignment and instruction quality. |
387 | 387 | Provide: (1) path to plan.md, (2) path to perstack.toml. |
@@ -427,7 +427,7 @@ pick = ["readTextFile", "todo", "attemptCompletion"] |
427 | 427 |
|
428 | 428 | [experts."@create-expert/verify-test"] |
429 | 429 | defaultModelTier = "low" |
430 | | -version = "1.0.16" |
| 430 | +version = "1.0.17" |
431 | 431 | description = """ |
432 | 432 | Executes hard signal checks against test-expert's results, verifies their reproducibility, and checks the definition structure. |
433 | 433 | 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"] |
490 | 490 |
|
491 | 491 | [experts."@create-expert/test-expert"] |
492 | 492 | defaultModelTier = "low" |
493 | | -version = "1.0.16" |
| 493 | +version = "1.0.17" |
494 | 494 | description = """ |
495 | 495 | Executes a single test query against a Perstack expert definition and reports what happened. |
496 | 496 | Provide: (1) path to perstack.toml, (2) the test query to execute, (3) the coordinator expert name to test. |
|
0 commit comments