@kiroku-solutions/kiroku-ai 0.2.6 → 0.2.8

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 (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@kiroku-solutions/kiroku-ai",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "description": "Interactive CLI to bootstrap Kiroku AI Standards (AI Context as Code) into any project.",
5
5
  "type": "module",
6
6
  "bin": {
7
+ "kiroku": "./bin/kiroku-ai.mjs",
7
8
  "kiroku-ai": "./bin/kiroku-ai.mjs"
8
9
  },
9
10
  "comment:files": "Only the bootstrap loader is published to npm. The real CLI (src/, templates/) is fetched from the private SSOT repo at runtime; deps below are needed by that fetched runtime.",