opencode-swarm 6.5.0 → 6.6.1

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 (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://img.shields.io/badge/version-6.3.0-blue" alt="Version">
2
+ <img src="https://img.shields.io/badge/version-6.6.1-blue" alt="Version">
3
3
  <img src="https://img.shields.io/badge/license-MIT-green" alt="License">
4
4
  <img src="https://img.shields.io/badge/opencode-plugin-purple" alt="OpenCode Plugin">
5
5
  <img src="https://img.shields.io/badge/agents-9-orange" alt="Agents">
@@ -483,6 +483,8 @@ Five tools that improve planning quality and post-phase validation:
483
483
  - [Architecture Deep Dive](docs/architecture.md)
484
484
  - [Design Rationale](docs/design-rationale.md)
485
485
  - [Installation Guide](docs/installation.md)
486
+ - [Linux + Native Windows + Docker Desktop Install Guide](docs/installation-linux-docker.md)
487
+ - [LLM Operator Install Guide](docs/installation-llm-operator.md)
486
488
 
487
489
  ---
488
490
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "6.5.0",
3
+ "version": "6.6.1",
4
4
  "description": "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",