git-agents 0.1.2 → 0.1.3

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 (3) hide show
  1. package/README.md +9 -2
  2. package/dist/index.js +222 -227
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -8,15 +8,22 @@ A terminal UI tool to sync your AI agents and skills across machines using git.
8
8
 
9
9
  ## Install
10
10
 
11
+ ```bash
12
+ bun install --global git-agents
13
+ ```
14
+
15
+ Or with npm:
16
+
11
17
  ```bash
12
18
  npm install --global git-agents
13
19
  ```
14
20
 
21
+ > **Requires [Bun](https://bun.sh)** — install it first if you haven't already.
22
+
15
23
  ### From source
16
24
 
17
25
  ```bash
18
26
  bun install
19
- bun run build
20
27
  bun link # makes `ga` and `git-agents` available globally
21
28
  ```
22
29
 
@@ -61,6 +68,6 @@ Select **Edit Config** from the main menu to reconfigure your remote at any time
61
68
 
62
69
  ## Requirements
63
70
 
64
- - [Node.js](https://nodejs.org) (v18+)
71
+ - [Bun](https://bun.sh)
65
72
  - [git](https://git-scm.com)
66
73
  - [GitHub CLI](https://cli.github.com) *(only if using the GH CLI remote option)*