awesome-agv 1.1.3 → 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.
- package/bin/awesome-agv.js +2 -2
- package/package.json +1 -1
package/bin/awesome-agv.js
CHANGED
|
@@ -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 = '.
|
|
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 .
|
|
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}
|