Skip to content

Commit fa87a27

Browse files
committed
chore: switch to bun, remove pnpm lockfile
- README now correctly says 'bun install' (matches bun-types in devDeps) - Removed pnpm-lock.yaml to avoid package manager confusion - Plugin version bump from earlier session work
1 parent 7d754f8 commit fa87a27

3 files changed

Lines changed: 2 additions & 331 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Built on [`joelhooks/swarmtools`](https://github.com/joelhooks/swarmtools) - mul
3434

3535
```bash
3636
git clone https://github.com/joelhooks/opencode-config ~/.config/opencode
37-
cd ~/.config/opencode && pnpm install
37+
cd ~/.config/opencode && bun install
3838
```
3939

4040
### 2. Install CLI Tools

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@opencode-ai/plugin": "0.0.0-dev-202512181632",
3+
"@opencode-ai/plugin": "0.0.0-dev-202512181659",
44
"opencode-swarm-plugin": "^0.12.18",
55
"swarm-mail": "^0.2.1"
66
},

pnpm-lock.yaml

Lines changed: 0 additions & 329 deletions
This file was deleted.

0 commit comments

Comments
 (0)