opencode-swarm 7.33.1 → 7.34.0

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.
package/README.md CHANGED
@@ -1018,6 +1018,10 @@ Control how tool outputs are summarized for LLM context.
1018
1018
  | `/swarm knowledge migrate` | Migrate knowledge entries to the current format |
1019
1019
  | `/swarm knowledge quarantine [id]` | Move a knowledge entry to quarantine |
1020
1020
  | `/swarm knowledge restore [id]` | Restore a quarantined knowledge entry |
1021
+ | `/swarm memory status` | Show memory provider and JSONL migration status |
1022
+ | `/swarm memory export` | Export memory records and proposals to JSONL |
1023
+ | `/swarm memory import` | Import legacy JSONL memory into SQLite |
1024
+ | `/swarm memory migrate` | Run the one-time JSONL to SQLite migration |
1021
1025
  | `/swarm turbo` | Enable turbo mode for the current session (bypasses QA gates) |
1022
1026
  | `/swarm full-auto` | Toggle Full-Auto Mode for the current session [on|off] |
1023
1027
  | `/swarm checkpoint` | Save a git checkpoint for the current state |
@@ -1064,7 +1068,7 @@ bun test
1064
1068
  - [Installation Guide](docs/installation.md) — comprehensive reference
1065
1069
  - [Architecture Deep Dive](docs/architecture.md) — control model, pipeline, tools
1066
1070
  - [Design Rationale](docs/design-rationale.md) — why every major decision
1067
- - [Commands Reference](docs/commands.md) — all 41 `/swarm` subcommands
1071
+ - [Commands Reference](docs/commands.md) — `/swarm` subcommands grouped by function
1068
1072
  - [Modes Guide](docs/modes.md) — session modes (Turbo, Full-Auto) and project modes (strict/balanced/fast)
1069
1073
  - [Configuration](docs/configuration.md) — all config keys and examples
1070
1074
  - [Planning Guide](docs/planning.md) — task format, phase structure, sizing