@ideaspaces/cli 0.1.0 → 0.1.4

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 (3) hide show
  1. package/README.md +26 -14
  2. package/bundle/ideaspaces.js +3585 -1353
  3. package/package.json +6 -4
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@ideaspaces/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
- "description": "IdeaSpaces CLI — persistent, searchable knowledge from the command line",
5
+ "description": "IdeaSpaces CLI — capture durable agent knowledge from the command line",
6
6
  "keywords": [
7
7
  "ideaspaces",
8
8
  "knowledge",
@@ -24,18 +24,20 @@
24
24
  "build": "npm run clean && tsc && npm run bundle",
25
25
  "bundle": "node build.mjs",
26
26
  "check:package": "npm run build && node scripts/check-package.mjs",
27
+ "check:consumers": "node scripts/check-consumers.mjs",
27
28
  "dev": "tsc --watch",
28
29
  "test": "vitest run",
29
30
  "test:watch": "vitest",
30
31
  "prepare": "npm run build"
31
32
  },
32
33
  "devDependencies": {
33
- "@ideaspaces/protocol": "github:IdeaSpaces-xyz/ideaspace-protocol#197a82e6319cc98536570c9e1d312cf19335bc17",
34
+ "@ideaspaces/protocol": "github:IdeaSpaces-xyz/ideaspace-protocol#342f78f255fbf981018540a5241ada9061d610e9",
34
35
  "@ideaspaces/sdk": "github:IdeaSpaces-xyz/sdk#7ed027a6b4f51dfc8c546d94eb4d26e62843c58b",
35
36
  "@types/node": "^22.0.0",
36
37
  "esbuild": "^0.28.0",
37
38
  "typescript": "^5.8.3",
38
- "vitest": "^3.1.1"
39
+ "vitest": "^3.1.1",
40
+ "yaml": "^2.9.0"
39
41
  },
40
42
  "engines": {
41
43
  "node": ">=20"