opencode-swarm 6.29.3 → 6.29.5
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 +13 -9
- package/dist/cli/index.js +16 -12
- package/dist/index.js +271 -205
- package/dist/session/snapshot-writer.d.ts +1 -0
- package/dist/tools/test-runner.d.ts +1 -0
- package/package.json +1 -1
|
@@ -37,6 +37,7 @@ export interface SerializedAgentSession {
|
|
|
37
37
|
lastCompletedPhaseAgentsDispatched: string[];
|
|
38
38
|
qaSkipCount: number;
|
|
39
39
|
qaSkipTaskIds: string[];
|
|
40
|
+
pendingAdvisoryMessages: string[];
|
|
40
41
|
taskWorkflowStates?: Record<string, string>;
|
|
41
42
|
/** Flag for one-shot scope violation warning injection (omitted when undefined for additive-only schema) */
|
|
42
43
|
scopeViolationDetected?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-swarm",
|
|
3
|
-
"version": "6.29.
|
|
3
|
+
"version": "6.29.5",
|
|
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",
|