agent-ctrl-cli 0.1.0 → 0.1.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.
- package/README.md +4 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,21 +18,11 @@ A centralized CLI tool for managing AI agent configurations using a **standard d
|
|
|
18
18
|
### Installation
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
#
|
|
22
|
-
|
|
23
|
-
cd agent-ctrl
|
|
24
|
-
|
|
25
|
-
# Install dependencies
|
|
26
|
-
bun install
|
|
27
|
-
|
|
28
|
-
# Build the CLI
|
|
29
|
-
bun run build
|
|
30
|
-
|
|
31
|
-
# Run directly (development)
|
|
32
|
-
bun run dev --help
|
|
21
|
+
# Install from npm (global)
|
|
22
|
+
npm install -g agent-ctrl-cli
|
|
33
23
|
|
|
34
|
-
#
|
|
35
|
-
|
|
24
|
+
# Run CLI
|
|
25
|
+
agent-ctrl --help
|
|
36
26
|
```
|
|
37
27
|
|
|
38
28
|
### Basic Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-ctrl-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A centralized CLI tool for managing AI agent configurations with standard directory-based patterns.",
|
|
5
5
|
"author": "Ahmet Cetinkaya <ahmetcetinkaya@tutamail.com> (https://github.com/ahmet-cetinkaya)",
|
|
6
6
|
"license": "GPL-3.0",
|