create-expert 0.0.16 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/perstack.toml +1 -1
- package/package.json +1 -1
package/dist/perstack.toml
CHANGED
|
@@ -113,7 +113,7 @@ pick = [
|
|
|
113
113
|
type = "mcpStdioSkill"
|
|
114
114
|
description = "Test-run expert definitions to verify they work correctly"
|
|
115
115
|
command = "npx"
|
|
116
|
-
|
|
116
|
+
packageName = "@perstack/create-expert-skill"
|
|
117
117
|
requiredEnv = ["PROVIDER_API_KEY"]
|
|
118
118
|
lazyInit = true
|
|
119
119
|
rule = "After creating or modifying an expert in perstack.toml, use runExpert to test it with a simple query. Review the activities to verify correctness."
|