@aryaminus/controlkeel 0.1.19 → 0.1.21

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/README.md +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,6 +17,18 @@ npx @aryaminus/controlkeel@latest
17
17
 
18
18
  The package installs and exposes the `controlkeel` command.
19
19
 
20
+ Published companion packages that tie into the main CLI:
21
+
22
+ - [`@aryaminus/controlkeel-opencode`](https://www.npmjs.com/package/@aryaminus/controlkeel-opencode) for OpenCode plugin installs
23
+ - [`@aryaminus/controlkeel-pi-extension`](https://www.npmjs.com/package/@aryaminus/controlkeel-pi-extension) for Pi extension installs
24
+
25
+ Main project docs:
26
+
27
+ - [Repository README](https://github.com/aryaminus/controlkeel#readme)
28
+ - [Getting started](https://github.com/aryaminus/controlkeel/blob/main/docs/getting-started.md)
29
+ - [Direct host installs](https://github.com/aryaminus/controlkeel/blob/main/docs/direct-host-installs.md)
30
+ - [Support matrix](https://github.com/aryaminus/controlkeel/blob/main/docs/support-matrix.md)
31
+
20
32
  You can also install the same bootstrap package from GitHub Packages:
21
33
 
22
34
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aryaminus/controlkeel",
3
- "version": "0.1.19",
3
+ "version": "0.1.21",
4
4
  "description": "Bootstrap installer for the ControlKeel native CLI.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {