@rbbtsn0w/adg 0.2.0 → 0.2.1

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,6 +40,8 @@ Install the CLI once, then run `adg` from anywhere:
40
40
  ```bash
41
41
  npm install -g @rbbtsn0w/adg # stable channel
42
42
  npm install -g @rbbtsn0w/adg@beta # pre-release channel
43
+ brew tap RbBtSn0w/tap
44
+ brew install adg
43
45
  # or run ad-hoc, no install:
44
46
  npx @rbbtsn0w/adg --help
45
47
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbbtsn0w/adg",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Agent Directory Group (ADG) toolkit — two domains: plugins and skills.",
5
5
  "type": "module",
6
6
  "license": "MIT",