toolcraft 0.0.15 → 0.0.16
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/cli.js
CHANGED
|
@@ -921,7 +921,7 @@ function renderGroupHelp(group, breadcrumb, scope, casing, globalOptions, rootUs
|
|
|
921
921
|
...formatGlobalOptionRows(globalOptions),
|
|
922
922
|
...collectSchemaGlobalFieldRows(group, scope, casing, globalLongOptionFlags)
|
|
923
923
|
];
|
|
924
|
-
sections.push(`${text.sectionHeader("
|
|
924
|
+
sections.push(`${text.sectionHeader("Options")}\n${formatHelpOptionList(globalRows)}`);
|
|
925
925
|
}
|
|
926
926
|
return renderHelpDocument({
|
|
927
927
|
breadcrumb,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "toolcraft",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"mustache": "^4.2.0",
|
|
50
50
|
"smol-toml": "^1.3.0",
|
|
51
51
|
"tiny-stdio-mcp-server": "^0.1.0",
|
|
52
|
-
"toolcraft-schema": "^0.0.
|
|
52
|
+
"toolcraft-schema": "^0.0.16",
|
|
53
53
|
"yaml": "^2.8.2"
|
|
54
54
|
},
|
|
55
55
|
"files": [
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@poe-code/agent-human-in-loop": "*",
|
|
82
82
|
"@poe-code/agent-mcp-config": "*",
|
|
83
83
|
"@poe-code/config-mutations": "*",
|
|
84
|
-
"@poe-code/design-system": "^0.0.
|
|
84
|
+
"@poe-code/design-system": "^0.0.2",
|
|
85
85
|
"@poe-code/file-lock": "*",
|
|
86
86
|
"@poe-code/process-runner": "*",
|
|
87
87
|
"@poe-code/task-list": "*",
|