@keystrokehq/cli 0.1.77 → 0.1.78
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.
|
@@ -325,11 +325,9 @@ Invoke/inspect commands print JSON to stdout (exit 0 on success, 1 on failure)
|
|
|
325
325
|
|
|
326
326
|
Docs are the source of truth — this guide only orients you. Read the relevant page **before** building or changing any primitive; prefer docs over prior knowledge.
|
|
327
327
|
|
|
328
|
-
- **CLI:** `keystroke docs search "<query>"` to find pages; `keystroke docs query "cat /<path
|
|
328
|
+
- **CLI:** `keystroke docs search "<query>"` to find pages; `keystroke docs query "cat /<path>"` to read (no file extension). Docs commands need no auth, org, project, or config.
|
|
329
329
|
- **Index:** <https://keystroke.ai/docs/llms.txt>
|
|
330
|
-
- **
|
|
331
|
-
|
|
332
|
-
Non-`.md` URLs on keystroke.ai/docs are for humans; fetch `.md` only.
|
|
330
|
+
- **HTTP fetch:** `https://keystroke.ai/docs/<path>.md` — e.g. `/learn/agents/build-agents` → `https://keystroke.ai/docs/learn/agents/build-agents.md`. Non-`.md` URLs are for humans; fetch `.md` only.
|
|
333
331
|
|
|
334
332
|
Key pages (every `Full detail:` pointer in this guide is also a docs path; the index has the rest):
|
|
335
333
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.78",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"tsdown": "^0.22.0",
|
|
43
43
|
"tsx": "^4.22.3",
|
|
44
44
|
"@keystrokehq/oxlint-config": "0.0.4",
|
|
45
|
-
"@keystrokehq/
|
|
45
|
+
"@keystrokehq/tsdown-config": "0.0.5",
|
|
46
46
|
"@keystrokehq/vitest-config": "0.0.7",
|
|
47
|
-
"@keystrokehq/
|
|
47
|
+
"@keystrokehq/tsconfig": "0.0.3"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"build": "tsdown && node scripts/copy-templates.mjs && node scripts/copy-skills-bundle.mjs && node scripts/copy-configs.mjs",
|