@thallylabs/cli 0.6.0 → 0.7.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -49,8 +49,9 @@ function parseArgs(argv) {
49
49
  function helpText() {
50
50
  const lines = [];
51
51
  lines.push("");
52
- lines.push(" thally \u2014 the unified documentation CLI");
52
+ lines.push(" thally \u2014 keep customer-facing knowledge in sync with product changes");
53
53
  lines.push("");
54
+ lines.push(" Connect product evidence, prepare reviewable updates, and publish one trusted source.");
54
55
  lines.push(" You author content/, docs.json, and snippets/.");
55
56
  lines.push(" The framework (Next.js) is a hidden runtime \u2014 you never touch src/app/.");
56
57
  lines.push("");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@thallylabs/cli",
3
- "version": "0.6.0",
4
- "description": "The unified thally CLI author content + config; the framework stays a hidden runtime",
3
+ "version": "0.7.0",
4
+ "description": "The Thally CLI for authoring knowledge surfaces, tracing product changes, and keeping documentation checked.",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=18"
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@anthropic-ai/sdk": "^0.78.0",
27
- "@thallylabs/mcp": "0.8.0",
28
- "create-thally-docs": "0.8.0"
27
+ "@thallylabs/mcp": "0.9.0",
28
+ "create-thally-docs": "0.9.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@thallylabs/agent": "*",