@wrongstack/core 0.282.2 → 0.283.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/dist/{agent-subagent-runner-DCczSoQj.d.ts → agent-subagent-runner-BsuWhB28.d.ts} +2 -2
- package/dist/coordination/index.d.ts +12 -12
- package/dist/coordination/index.js +315 -41
- package/dist/coordination/index.js.map +1 -1
- package/dist/defaults/index.d.ts +12 -12
- package/dist/defaults/index.js +316 -53
- package/dist/defaults/index.js.map +1 -1
- package/dist/{events-BOv8h6I1.d.ts → events-KmxSmvho.d.ts} +5 -0
- package/dist/execution/index.d.ts +7 -7
- package/dist/extension/index.d.ts +2 -2
- package/dist/{global-mailbox-MDDFhLYh.d.ts → global-mailbox-rWVt8YlO.d.ts} +70 -7
- package/dist/{goal-store-BEmDmSKF.d.ts → goal-store-8owBXJT2.d.ts} +1 -1
- package/dist/hq/index.d.ts +3 -3
- package/dist/hq/index.js +106 -32
- package/dist/hq/index.js.map +1 -1
- package/dist/{index-Dd-PJJ8A.d.ts → index-BhCteHAF.d.ts} +1 -1
- package/dist/index.d.ts +289 -19
- package/dist/index.js +919 -110
- package/dist/index.js.map +1 -1
- package/dist/infrastructure/index.d.ts +1 -1
- package/dist/kernel/index.d.ts +4 -4
- package/dist/kernel/index.js.map +1 -1
- package/dist/models/index.js +105 -42
- package/dist/models/index.js.map +1 -1
- package/dist/{multi-agent-coordinator-BRqtpn-a.d.ts → multi-agent-coordinator-CrjeTB9i.d.ts} +1 -1
- package/dist/{null-fleet-bus-BkptvIVo.d.ts → null-fleet-bus-D4e9R7Qc.d.ts} +9 -4
- package/dist/observability/index.d.ts +1 -1
- package/dist/{parallel-eternal-engine-BXECuOVG.d.ts → parallel-eternal-engine-iY2uxocj.d.ts} +4 -4
- package/dist/{provider-runner-CJtCs1Rw.d.ts → provider-runner-oQhDaZmH.d.ts} +1 -1
- package/dist/sdd/index.d.ts +4 -4
- package/dist/sdd/index.js.map +1 -1
- package/dist/storage/index.d.ts +5 -5
- package/dist/storage/index.js.map +1 -1
- package/dist/{todos-checkpoint-Bw83WMh9.d.ts → todos-checkpoint-BwCrj4Cb.d.ts} +1 -1
- package/dist/{tool-executor-4mWN2vHW.d.ts → tool-executor-kElSEgO0.d.ts} +4 -4
- package/dist/types/index.d.ts +8 -8
- package/dist/types/index.js +105 -45
- package/dist/types/index.js.map +1 -1
- package/dist/{worktree-manager-BrtjUFYk.d.ts → worktree-manager-BjyAW30D.d.ts} +1 -1
- package/instructions/modes/audit-lite.md +13 -0
- package/instructions/modes/debug-lite.md +13 -0
- package/instructions/modes/plan-lite.md +14 -0
- package/instructions/modes/refactor-lite.md +13 -0
- package/instructions/modes/research-lite.md +13 -0
- package/instructions/modes/review-lite.md +14 -0
- package/instructions/modes/test-lite.md +13 -0
- package/package.json +1 -1
package/dist/{multi-agent-coordinator-BRqtpn-a.d.ts → multi-agent-coordinator-CrjeTB9i.d.ts}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as SubagentConfig, M as MultiAgentCoordinator, b as MultiAgentConfig, c as SubagentRunner, B as BudgetSessionIdSource, F as FleetBus, d as SpawnResult, T as TaskSpec, e as BridgeMessage, f as AgentBridge, C as CoordinatorStatus, g as TaskResult, h as AwaitAnyResult } from './agent-subagent-runner-
|
|
1
|
+
import { S as SubagentConfig, M as MultiAgentCoordinator, b as MultiAgentConfig, c as SubagentRunner, B as BudgetSessionIdSource, F as FleetBus, d as SpawnResult, T as TaskSpec, e as BridgeMessage, f as AgentBridge, C as CoordinatorStatus, g as TaskResult, h as AwaitAnyResult } from './agent-subagent-runner-BsuWhB28.js';
|
|
2
2
|
import { EventEmitter } from 'node:events';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { i as BridgeTransport, e as BridgeMessage, f as AgentBridge, j as AgentBridgeConfig, c as SubagentRunner, T as TaskSpec, S as SubagentConfig, F as FleetBus, k as FleetUsage, l as FleetUsageAggregator, g as TaskResult, C as CoordinatorStatus, b as MultiAgentConfig, h as AwaitAnyResult } from './agent-subagent-runner-
|
|
2
|
-
import { A as AgentPhase, b as AgentDefinition, a as DefaultMultiAgentCoordinator, D as DispatchClassifier } from './multi-agent-coordinator-
|
|
3
|
-
import { E as EventBus, B as BrainArbiter } from './events-
|
|
1
|
+
import { i as BridgeTransport, e as BridgeMessage, f as AgentBridge, j as AgentBridgeConfig, c as SubagentRunner, T as TaskSpec, S as SubagentConfig, F as FleetBus, k as FleetUsage, l as FleetUsageAggregator, g as TaskResult, C as CoordinatorStatus, b as MultiAgentConfig, h as AwaitAnyResult } from './agent-subagent-runner-BsuWhB28.js';
|
|
2
|
+
import { A as AgentPhase, b as AgentDefinition, a as DefaultMultiAgentCoordinator, D as DispatchClassifier } from './multi-agent-coordinator-CrjeTB9i.js';
|
|
3
|
+
import { E as EventBus, B as BrainArbiter } from './events-KmxSmvho.js';
|
|
4
4
|
import { b as SessionWriter, g as Tool, k as SessionStore } from './tool-LVSLiE1s.js';
|
|
5
5
|
import { EventEmitter } from 'node:events';
|
|
6
6
|
import { D as DirectorStateSnapshot } from './director-state-B_GPa78Q.js';
|
|
7
7
|
import { F as FleetConfig, a as ModelMatrixEntry } from './config-DkCbA3Bw.js';
|
|
8
8
|
import { L as Logger } from './logger-B63L5bTg.js';
|
|
9
|
-
import { W as WorktreeManager } from './worktree-manager-
|
|
9
|
+
import { W as WorktreeManager } from './worktree-manager-BjyAW30D.js';
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* In-memory pub/sub transport for agent-to-agent messaging.
|
|
@@ -963,6 +963,11 @@ declare class Director implements ICoordinator {
|
|
|
963
963
|
* Read the leader agent's current context pressure.
|
|
964
964
|
*/
|
|
965
965
|
getLeaderContextPressure(): number;
|
|
966
|
+
/**
|
|
967
|
+
* Remaining USD budget for the entire fleet (when a cap is configured).
|
|
968
|
+
* Returns `undefined` when no cap was set (Infinity).
|
|
969
|
+
*/
|
|
970
|
+
getRemainingBudgetUsd(): number | undefined;
|
|
966
971
|
private resolveMaxContext;
|
|
967
972
|
private currentSessionId;
|
|
968
973
|
/** Optional Brain arbiter for director-level policy decisions. */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { M as MetricsSink, d as MetricLabels, f as MetricsSnapshot, H as HealthRegistry, a as HealthCheck, A as AggregateHealth, T as Tracer, S as Span } from '../observability-D-HZN_mF.js';
|
|
2
|
-
import { E as EventBus } from '../events-
|
|
2
|
+
import { E as EventBus } from '../events-KmxSmvho.js';
|
|
3
3
|
import '../tool-LVSLiE1s.js';
|
|
4
4
|
import '../permission-B6YAtNFz.js';
|
|
5
5
|
|
package/dist/{parallel-eternal-engine-BXECuOVG.d.ts → parallel-eternal-engine-iY2uxocj.d.ts}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { A as Agent, a as AgentFactory } from './agent-subagent-runner-
|
|
2
|
-
import { B as BrainArbiter, E as EventBus } from './events-
|
|
1
|
+
import { A as Agent, a as AgentFactory } from './agent-subagent-runner-BsuWhB28.js';
|
|
2
|
+
import { B as BrainArbiter, E as EventBus } from './events-KmxSmvho.js';
|
|
3
3
|
import { C as Compactor } from './compactor-BxddyCFu.js';
|
|
4
|
-
import { J as JournalEntry } from './goal-store-
|
|
5
|
-
import { D as DispatchClassifier, a as DefaultMultiAgentCoordinator } from './multi-agent-coordinator-
|
|
4
|
+
import { J as JournalEntry } from './goal-store-8owBXJT2.js';
|
|
5
|
+
import { D as DispatchClassifier, a as DefaultMultiAgentCoordinator } from './multi-agent-coordinator-CrjeTB9i.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Design Studio — curated frontend/mobile UI design kits.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as EventBus } from './events-
|
|
1
|
+
import { E as EventBus } from './events-KmxSmvho.js';
|
|
2
2
|
import { L as Logger } from './logger-B63L5bTg.js';
|
|
3
3
|
import { T as Tracer } from './observability-D-HZN_mF.js';
|
|
4
4
|
import { P as Provider, c as Request, d as Context, e as Response } from './tool-LVSLiE1s.js';
|
package/dist/sdd/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { h as Specification, e as SpecStatus, S as SpecAnalysis, g as SpecValidationResult, f as SpecTemplate, b as SpecRequirement } from '../spec-TBi3Jr6T.js';
|
|
2
2
|
import { d as TaskGraph, e as TaskNode, k as TaskFilter, l as TaskSort, c as TaskProgress, T as TaskType, a as TaskPriority } from '../task-graph-CH3acNQ7.js';
|
|
3
|
-
import { E as EventBus, B as BrainArbiter } from '../events-
|
|
4
|
-
import { A as Agent, a as AgentFactory, g as TaskResult, D as DoneCondition } from '../agent-subagent-runner-
|
|
5
|
-
import { W as WorktreeManager } from '../worktree-manager-
|
|
3
|
+
import { E as EventBus, B as BrainArbiter } from '../events-KmxSmvho.js';
|
|
4
|
+
import { A as Agent, a as AgentFactory, g as TaskResult, D as DoneCondition } from '../agent-subagent-runner-BsuWhB28.js';
|
|
5
|
+
import { W as WorktreeManager } from '../worktree-manager-BjyAW30D.js';
|
|
6
6
|
import '../tool-LVSLiE1s.js';
|
|
7
7
|
import '../permission-B6YAtNFz.js';
|
|
8
|
-
import '../index-
|
|
8
|
+
import '../index-BhCteHAF.js';
|
|
9
9
|
import '../logger-B63L5bTg.js';
|
|
10
10
|
import '../pipeline-ixSFe5jg.js';
|
|
11
11
|
import '../mailbox-types-BGZWrYTJ.js';
|