git-agents 0.1.1 → 0.1.2

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