opencode-swarm 7.15.0 → 7.16.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 +2 -2
- package/dist/cli/index.js +1341 -332
- package/dist/commands/close.d.ts +14 -1
- package/dist/commands/registry.d.ts +3 -3
- package/dist/index.js +1443 -1265
- package/dist/services/skill-improver.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1344,8 +1344,8 @@ Control how tool outputs are summarized for LLM context.
|
|
|
1344
1344
|
| `/swarm specify [description]` | Generate or import a feature specification |
|
|
1345
1345
|
| `/swarm clarify [topic]` | Clarify and refine an existing feature specification |
|
|
1346
1346
|
| `/swarm analyze` | Analyze spec.md vs plan.md for requirement coverage gaps |
|
|
1347
|
-
| `/swarm finalize [--prune-branches]` | Idempotent session close-out: retrospectives, lesson curation, evidence archive, context.md reset, config-backup cleanup, optional branch pruning |
|
|
1348
|
-
| `/swarm close [--prune-branches]` | Deprecated alias for `/swarm finalize [--prune-branches]` |
|
|
1347
|
+
| `/swarm finalize [--prune-branches] [--skill-review]` | Idempotent session close-out: retrospectives, lesson curation, evidence archive, context.md reset, config-backup cleanup, optional branch pruning, optional skill-improver proposal |
|
|
1348
|
+
| `/swarm close [--prune-branches] [--skill-review]` | Deprecated alias for `/swarm finalize [--prune-branches] [--skill-review]` |
|
|
1349
1349
|
| `/swarm write-retro` | Write a phase retrospective manually |
|
|
1350
1350
|
| `/swarm handoff` | Generate a handoff summary for context-budget-critical sessions |
|
|
1351
1351
|
| `/swarm simulate` | Simulate plan execution without writing code |
|