@hanzlaa/rcode 2.3.4 → 2.3.6

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzlaa/rcode",
3
- "version": "2.3.4",
3
+ "version": "2.3.6",
4
4
  "description": "Rihal Code (rcode) — installable context-brain for Rihalians. 43 agents, 99 slash commands, 56 skills, pullable Rihal standards. Unified install for Claude Code, Cursor, and Gemini.",
5
5
  "main": "cli/index.js",
6
6
  "bin": {
@@ -8,14 +8,6 @@
8
8
  "rihal": "dist/rcode.js",
9
9
  "rihal-code": "dist/rcode.js"
10
10
  },
11
- "scripts": {
12
- "dashboard": "node server/dashboard.js",
13
- "test": "node --test",
14
- "test:ci": "node --test --test-reporter=spec",
15
- "postinstall": "node cli/postinstall.js",
16
- "build:cli": "node scripts/build.cjs",
17
- "build": "node scripts/build.cjs"
18
- },
19
11
  "files": [
20
12
  "cli/",
21
13
  "rihal/",
@@ -70,5 +62,13 @@
70
62
  },
71
63
  "publishConfig": {
72
64
  "access": "public"
65
+ },
66
+ "scripts": {
67
+ "dashboard": "node server/dashboard.js",
68
+ "test": "node --test",
69
+ "test:ci": "node --test --test-reporter=spec",
70
+ "postinstall": "node cli/postinstall.js",
71
+ "build:cli": "node scripts/build.cjs",
72
+ "build": "node scripts/build.cjs"
73
73
  }
74
- }
74
+ }