swarm-tools

(★ 731)

🐝 Multi-agent swarm coordination for OpenCode with learning capabilities, agent issue tracking, and management

File Explorer

  • .gitattributes
  • .gitignore
  • AGENTS.md
  • BUGS-TO-FILE.md
  • bun.lock
  • CHANGELOG.md
  • COMPACTION-THRESHOLD-TUNING.md
  • CONTRIBUTING.md
  • DRIZZLE-MIGRATION-STATUS.md
  • FEATURE-CATALOG.md
  • IMPLEMENTATION-NOTES-EVENT-CAPTURES.md
  • IMPLEMENTATION_SUMMARY.md
  • package.json
  • README.md
  • SECURITY_SUPPLY_CHAIN.md
  • SESSION_MESSAGE_SCANNING.md
  • SWARM-CONTEXT.md
  • SWARM-TESTING-GUIDE.md
  • TEST-ISOLATION-STATUS.md
  • TEST-STATUS.md
  • turbo.json

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

bun install

View Details ▼

Install JavaScript dependencies for a project from `package.json`.

bun {{[i|install]}}

Install all dependencies listed in `package.json`:

bun {{[i|install]}} {{package_name}}@{{version}}

Install a single package (this is an alias for `bun add`):

bun {{[i|install]}} {{[-g|--global]}} {{package_name}}

Install a package globally:

🔍

bun

View Details ▼

JavaScript runtime and toolkit.
Includes a bundler, a test runner, and a package manager.

bun init

Create a new Bun project in the current directory:

bun run {{path/to/file|script_name}}

Run a JavaScript file or a `package.json` script:

bun test

Run unit tests:

🔍

hive

View Details ▼

Tool for Apache Hive.

hive

Start a Hive interactive shell:

hive -e "{{hiveql_query}}"

Run HiveQL:

hive {{[-d|--define]}} {{key}}={{value}} -f {{path/to/file.sql}}

Run a HiveQL file with a variable substitution:

🔍

npm install

View Details ▼

Install Node packages.

npm {{[i|install]}}

Install dependencies listed in `package.json`:

npm {{[i|install]}} {{package_name}}@{{version}}

Download a specific version of a package and add it to the list of dependencies in `package.json`:

npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}

Download the latest version of a package and add it to the list of dev dependencies in `package.json`:

# Project Badges

// repository documentation