@stablebaseline/cli 0.2.0 → 0.3.0
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stablebaseline/cli",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "sb — command-line client for Stable Baseline. End-to-end agent-managed company brain (docs, diagrams, plans, Knowledge Graph).
|
|
3
|
+
"version": "0.3.0",
|
|
4
|
+
"description": "sb — command-line client for Stable Baseline. End-to-end agent-managed company brain (docs, diagrams, plans, Knowledge Graph). 180 tools across 18 categories, all exposed at the CLI.",
|
|
5
5
|
"homepage": "https://stablebaseline.io",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"pretest": "npm run build"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@stablebaseline/sdk": "^0.
|
|
45
|
+
"@stablebaseline/sdk": "^0.3.0",
|
|
46
46
|
"commander": "^12.1.0",
|
|
47
47
|
"kleur": "^4.1.5",
|
|
48
48
|
"open": "^10.1.0"
|