Skip to content

Commit 358dc7b

Browse files
committed
Fix readme link to swarm-tools
1 parent 3732acb commit 358dc7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
An [OpenCode](https://opencode.ai) configuration that turns Claude into a multi-agent system. You describe what you want. It decomposes the work, spawns parallel workers, tracks what strategies work, and adapts. Anti-patterns get detected. Proven patterns get promoted. Confidence decays unless revalidated.
2323

24-
Built on [`joelhooks/swarmtools`](https://github.com/joelhooks/swarmtools) - multi-agent orchestration with outcome-based learning.
24+
Built on [`joelhooks/swarm-tools`](https://github.com/joelhooks/swarm-tools) - multi-agent orchestration with outcome-based learning.
2525

2626
> [!IMPORTANT]
2727
> **This is an OpenCode config, not a standalone tool.** Everything runs inside OpenCode. The CLIs (`swarm`, `semantic-memory`, `cass`) are backends that agents call - not meant for direct human use.
@@ -211,7 +211,7 @@ Workers get disposable context. Coordinator context stays clean. Parallel work d
211211
╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝
212212
```
213213

214-
**Built on [`joelhooks/swarmtools`](https://github.com/joelhooks/swarmtools)** - the core innovation.
214+
**Built on [`joelhooks/swarm-tools`](https://github.com/joelhooks/swarm-tools)** - the core innovation.
215215

216216
### The System
217217

@@ -386,7 +386,7 @@ Load via `@knowledge/file-name.md` references when relevant.
386386

387387
## Credits
388388

389-
- **[joelhooks/swarmtools](https://github.com/joelhooks/swarmtools)** - The swarm orchestration core
389+
- **[joelhooks/swarm-tools](https://github.com/joelhooks/swarm-tools)** - The swarm orchestration core
390390
- **[nexxeln/opencode-config](https://github.com/nexxeln/opencode-config)** - `/rmslop`, notify plugin, Effect-TS patterns
391391
- **[OpenCode](https://opencode.ai)** - The foundation
392392

0 commit comments

Comments
 (0)