awesome-agv 1.1.2 → 1.1.4

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.
@@ -41,7 +41,7 @@ const REPO_OWNER = 'irahardianto';
41
41
  const REPO_NAME = 'awesome-agv';
42
42
  const BRANCH = 'main';
43
43
  const TARBALL_URL = `https://github.com/${REPO_OWNER}/${REPO_NAME}/archive/refs/heads/${BRANCH}.tar.gz`;
44
- const AGENT_DIR = '.agent';
44
+ const AGENT_DIR = '.agents';
45
45
 
46
46
  // ── CLI Argument Parsing ───────────────────────────────────────────────────────
47
47
  function parseArgs(argv) {
@@ -77,7 +77,7 @@ ${color.bold}ARGUMENTS${color.reset}
77
77
  target-dir Directory to install into (default: current directory)
78
78
 
79
79
  ${color.bold}OPTIONS${color.reset}
80
- -f, --force Overwrite existing .agent directory without prompting
80
+ -f, --force Overwrite existing .agents directory without prompting
81
81
  -h, --help Show this help message
82
82
 
83
83
  ${color.bold}EXAMPLES${color.reset}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awesome-agv",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "1-click installer for Awesome AGV — a rugged, high-quality configuration suite for AI Agents.",
5
5
  "bin": {
6
6
  "awesome-agv": "./bin/awesome-agv.js"