awesome-agv 3.0.0 → 3.2.0

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,12 +1,13 @@
1
1
  {
2
2
  "name": "awesome-agv",
3
- "version": "3.0.0",
4
- "description": "1-click installer for Awesome AGV — a rugged, high-quality configuration suite for AI Agents.",
3
+ "version": "3.2.0",
4
+ "description": "Selective installer for Awesome AGV — a rugged, high-quality AI Agent configuration suite with 25 rules, 59 skills, 12 workflows, and 21 agent personas.",
5
5
  "bin": {
6
6
  "awesome-agv": "./bin/awesome-agv.js"
7
7
  },
8
8
  "files": [
9
- "bin/"
9
+ "bin/",
10
+ "agv.config.json"
10
11
  ],
11
12
  "keywords": [
12
13
  "ai",
@@ -27,6 +28,9 @@
27
28
  "bugs": {
28
29
  "url": "https://github.com/irahardianto/awesome-agv/issues"
29
30
  },
31
+ "scripts": {
32
+ "prepublishOnly": "cp ../agv.config.json ./agv.config.json"
33
+ },
30
34
  "license": "MIT",
31
35
  "author": "irahardianto",
32
36
  "engines": {