@thallylabs/cli 0.5.3 → 0.5.5
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/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ stays invisible.
|
|
|
26
26
|
| `thally deploy [--prod]` | Build and deploy to a live URL, print agent endpoints |
|
|
27
27
|
| `thally check [--agents] [--fix]` | Lint content + Agent Readiness Score |
|
|
28
28
|
| `thally new <page-id> [--title]` | Create a page and register it in `docs.json` |
|
|
29
|
-
| `thally migrate <github-url> [dir]` | Migrate docs
|
|
29
|
+
| `thally migrate <github-or-docs-url> [dir]` | Migrate a docs repository or public docs site |
|
|
30
30
|
| `thally translate --locale <code>` | Translate content into a locale |
|
|
31
31
|
| `thally mcp` | Start the Model Context Protocol server (stdio) |
|
|
32
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thallylabs/cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
4
|
"description": "The unified thally CLI — author content + config; the framework stays a hidden runtime",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
"prepublishOnly": "npm run build"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"
|
|
27
|
-
"@thallylabs/mcp": "0.7.
|
|
28
|
-
"
|
|
26
|
+
"@anthropic-ai/sdk": "^0.78.0",
|
|
27
|
+
"@thallylabs/mcp": "0.7.3",
|
|
28
|
+
"create-thally-docs": "0.7.7"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
+
"@thallylabs/agent": "*",
|
|
31
32
|
"@types/node": "^22.0.0",
|
|
32
33
|
"tsup": "^8.0.0",
|
|
33
34
|
"typescript": "^5.0.0",
|
|
34
|
-
"vitest": "^4.0.15"
|
|
35
|
-
"@thallylabs/agent": "*"
|
|
35
|
+
"vitest": "^4.0.15"
|
|
36
36
|
},
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"keywords": [
|