@wrongstack/core 0.270.0 → 0.272.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.
- package/dist/{agent-bridge-PcHQl_UQ.d.ts → agent-bridge-DFQYEeXf.d.ts} +1 -1
- package/dist/{agent-subagent-runner-SHJW7t8q.d.ts → agent-subagent-runner-BZa_IEcd.d.ts} +7 -7
- package/dist/{brain-BYcK__Ym.d.ts → brain-etbcbRwV.d.ts} +95 -2
- package/dist/{compactor-C2RKEBtC.d.ts → compactor-72ug-ZRB.d.ts} +1 -1
- package/dist/{config-C_ae2k86.d.ts → config-rRS8yorV.d.ts} +71 -2
- package/dist/{context-Dp87Bcaq.d.ts → context-Dw55zZ_Q.d.ts} +110 -1
- package/dist/coordination/index.d.ts +181 -17
- package/dist/coordination/index.js +1018 -166
- package/dist/coordination/index.js.map +1 -1
- package/dist/defaults/index.d.ts +25 -25
- package/dist/defaults/index.js +804 -222
- package/dist/defaults/index.js.map +1 -1
- package/dist/execution/index.d.ts +23 -18
- package/dist/execution/index.js +136 -41
- package/dist/execution/index.js.map +1 -1
- package/dist/execution/prompt-enhancer.d.ts +36 -6
- package/dist/execution/prompt-enhancer.js +35 -9
- package/dist/execution/prompt-enhancer.js.map +1 -1
- package/dist/extension/index.d.ts +6 -6
- package/dist/{global-mailbox-Bvrz1P3f.d.ts → global-mailbox-DJ4EoRr0.d.ts} +145 -5
- package/dist/{goal-preamble-CA_4yiGQ.d.ts → goal-preamble-hM8BH7TK.d.ts} +9 -9
- package/dist/{goal-store-DhuJoUNG.d.ts → goal-store-CWlbT0TO.d.ts} +1 -1
- package/dist/hq/index.d.ts +95 -6
- package/dist/hq/index.js +628 -50
- package/dist/hq/index.js.map +1 -1
- package/dist/{index-whDfTANu.d.ts → index-2Lhk5v0o.d.ts} +2 -2
- package/dist/{index-W4VJCzHa.d.ts → index-DWm_PE9L.d.ts} +5 -5
- package/dist/{index-CZQ6Pwbs.d.ts → index-DqW4o62H.d.ts} +8 -8
- package/dist/index.d.ts +96 -56
- package/dist/index.js +2464 -519
- package/dist/index.js.map +1 -1
- package/dist/infrastructure/index.d.ts +6 -6
- package/dist/infrastructure/index.js +5 -3
- package/dist/infrastructure/index.js.map +1 -1
- package/dist/kernel/index.d.ts +9 -9
- package/dist/kernel/index.js.map +1 -1
- package/dist/{mcp-servers-DJdZiRcv.d.ts → mcp-servers-BpWHTKlE.d.ts} +3 -3
- package/dist/models/index.d.ts +5 -5
- package/dist/models/index.js +28 -5
- package/dist/models/index.js.map +1 -1
- package/dist/{models-registry-C3a-2-Yd.d.ts → models-registry-CXQFUn5t.d.ts} +1 -1
- package/dist/{multi-agent-coordinator-CJSpTe5O.d.ts → multi-agent-coordinator-jyimfo7D.d.ts} +1 -1
- package/dist/{null-fleet-bus-QVshIsDx.d.ts → null-fleet-bus-DOGQcvrY.d.ts} +6 -6
- package/dist/observability/index.d.ts +2 -2
- package/dist/{parallel-eternal-engine-D9y5Pkcc.d.ts → parallel-eternal-engine-rItJBYp9.d.ts} +9 -9
- package/dist/{path-resolver-CnQ8SIfh.d.ts → path-resolver-DrpF5MGK.d.ts} +3 -3
- package/dist/{permission-CvYQNUqZ.d.ts → permission-CC7XFYWG.d.ts} +1 -1
- package/dist/{permission-policy-D5Ss8j4B.d.ts → permission-policy-cYR4RJmw.d.ts} +2 -2
- package/dist/{pipeline-l_zzFRh3.d.ts → pipeline-Ckkn3AOA.d.ts} +2 -2
- package/dist/{plan-templates-NtPgyeJA.d.ts → plan-templates-BvHw5Znw.d.ts} +33 -9
- package/dist/{provider-model-resolve-d5poT5y0.d.ts → provider-model-resolve-nZqnCeaR.d.ts} +3 -3
- package/dist/{provider-runner-gkctlQV_.d.ts → provider-runner-zVOn1p67.d.ts} +3 -3
- package/dist/{retry-policy-CtFhfwa8.d.ts → retry-policy-BV7nzeAd.d.ts} +1 -1
- package/dist/sdd/index.d.ts +8 -8
- package/dist/sdd/index.js +2 -0
- package/dist/sdd/index.js.map +1 -1
- package/dist/{secret-vault-BLsVmTIK.d.ts → secret-vault-eMBKfheR.d.ts} +9 -1
- package/dist/security/index.d.ts +5 -5
- package/dist/security/index.js +137 -10
- package/dist/security/index.js.map +1 -1
- package/dist/{selector-CXl2_y9W.d.ts → selector-C4ORTOid.d.ts} +1 -1
- package/dist/{session-event-bridge-Ccud20CC.d.ts → session-event-bridge-CeNpUL9w.d.ts} +1 -1
- package/dist/{session-reader-ZeXQmsmE.d.ts → session-reader-BepLSnGL.d.ts} +1 -1
- package/dist/storage/index.d.ts +50 -13
- package/dist/storage/index.js +620 -220
- package/dist/storage/index.js.map +1 -1
- package/dist/tools/index.d.ts +2 -2
- package/dist/tools/index.js +9 -2
- package/dist/tools/index.js.map +1 -1
- package/dist/types/index.d.ts +19 -19
- package/dist/types/index.js +202 -41
- package/dist/types/index.js.map +1 -1
- package/dist/utils/index.d.ts +17 -4
- package/dist/utils/index.js +48 -9
- package/dist/utils/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as ModelsRegistry, a as ModelsDevPayload, R as ResolvedProvider, b as ResolvedModel, W as WireFamily } from './config-
|
|
1
|
+
import { M as ModelsRegistry, a as ModelsDevPayload, R as ResolvedProvider, b as ResolvedModel, W as WireFamily } from './config-rRS8yorV.js';
|
|
2
2
|
|
|
3
3
|
interface DefaultModelsRegistryOptions {
|
|
4
4
|
cacheFile: string;
|
package/dist/{multi-agent-coordinator-CJSpTe5O.d.ts → multi-agent-coordinator-jyimfo7D.d.ts}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as SubagentConfig, M as MultiAgentCoordinator, c as MultiAgentConfig, d as SubagentRunner, F as FleetBus, e as SpawnResult, T as TaskSpec, a as BridgeMessage, A as AgentBridge, C as CoordinatorStatus, f as TaskResult } from './agent-subagent-runner-
|
|
1
|
+
import { S as SubagentConfig, M as MultiAgentCoordinator, c as MultiAgentConfig, d as SubagentRunner, F as FleetBus, e as SpawnResult, T as TaskSpec, a as BridgeMessage, A as AgentBridge, C as CoordinatorStatus, f as TaskResult } from './agent-subagent-runner-BZa_IEcd.js';
|
|
2
2
|
import { EventEmitter } from 'node:events';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { A as AgentPhase, b as AgentDefinition, a as DefaultMultiAgentCoordinator, D as DispatchClassifier } from './multi-agent-coordinator-
|
|
2
|
-
import { F as FleetBus, i as FleetUsage, S as SubagentConfig, j as FleetUsageAggregator, f as TaskResult, C as CoordinatorStatus, T as TaskSpec, c as MultiAgentConfig, d as SubagentRunner } from './agent-subagent-runner-
|
|
3
|
-
import {
|
|
4
|
-
import { B as BrainArbiter, E as EventBus } from './brain-
|
|
1
|
+
import { A as AgentPhase, b as AgentDefinition, a as DefaultMultiAgentCoordinator, D as DispatchClassifier } from './multi-agent-coordinator-jyimfo7D.js';
|
|
2
|
+
import { F as FleetBus, i as FleetUsage, S as SubagentConfig, j as FleetUsageAggregator, f as TaskResult, C as CoordinatorStatus, T as TaskSpec, c as MultiAgentConfig, d as SubagentRunner } from './agent-subagent-runner-BZa_IEcd.js';
|
|
3
|
+
import { b as SessionWriter, T as Tool, k as SessionStore } from './context-Dw55zZ_Q.js';
|
|
4
|
+
import { B as BrainArbiter, E as EventBus } from './brain-etbcbRwV.js';
|
|
5
5
|
import { EventEmitter } from 'node:events';
|
|
6
6
|
import { L as Logger } from './logger-B63L5bTg.js';
|
|
7
7
|
import { D as DirectorStateSnapshot } from './director-state-BfeCUbmk.js';
|
|
8
|
-
import { d as ModelMatrixEntry } from './config-
|
|
9
|
-
import { I as InMemoryAgentBridge } from './agent-bridge-
|
|
8
|
+
import { d as ModelMatrixEntry } from './config-rRS8yorV.js';
|
|
9
|
+
import { I as InMemoryAgentBridge } from './agent-bridge-DFQYEeXf.js';
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Alert levels the Director can emit when a collab session needs attention.
|
|
@@ -1,6 +1,6 @@
|
|
|
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 '../brain-
|
|
3
|
-
import '../context-
|
|
2
|
+
import { E as EventBus } from '../brain-etbcbRwV.js';
|
|
3
|
+
import '../context-Dw55zZ_Q.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* In-memory metrics sink. Suitable for embedded use, tests, and /metrics
|
package/dist/{parallel-eternal-engine-D9y5Pkcc.d.ts → parallel-eternal-engine-rItJBYp9.d.ts}
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { R as RetryPolicy, E as ErrorHandler, a as RecoveryDecision } from './retry-policy-
|
|
3
|
-
import { C as Compactor, a as CompactReport } from './compactor-
|
|
4
|
-
import { M as ModelsRegistry } from './config-
|
|
5
|
-
import { T as ToolExecutorOptions, a as ToolExecutorStrategy, b as ToolBatchResult } from './index-
|
|
6
|
-
import { g as Agent, h as AgentFactory } from './agent-subagent-runner-
|
|
7
|
-
import { B as BrainArbiter, E as EventBus } from './brain-
|
|
8
|
-
import { J as JournalEntry } from './goal-store-
|
|
9
|
-
import { D as DispatchClassifier, a as DefaultMultiAgentCoordinator } from './multi-agent-coordinator-
|
|
1
|
+
import { g as ProviderError, C as Context, T as Tool, r as ToolUseBlock, s as ToolResultBlock } from './context-Dw55zZ_Q.js';
|
|
2
|
+
import { R as RetryPolicy, E as ErrorHandler, a as RecoveryDecision } from './retry-policy-BV7nzeAd.js';
|
|
3
|
+
import { C as Compactor, a as CompactReport } from './compactor-72ug-ZRB.js';
|
|
4
|
+
import { M as ModelsRegistry } from './config-rRS8yorV.js';
|
|
5
|
+
import { T as ToolExecutorOptions, a as ToolExecutorStrategy, b as ToolBatchResult } from './index-DWm_PE9L.js';
|
|
6
|
+
import { g as Agent, h as AgentFactory } from './agent-subagent-runner-BZa_IEcd.js';
|
|
7
|
+
import { B as BrainArbiter, E as EventBus } from './brain-etbcbRwV.js';
|
|
8
|
+
import { J as JournalEntry } from './goal-store-CWlbT0TO.js';
|
|
9
|
+
import { D as DispatchClassifier, a as DefaultMultiAgentCoordinator } from './multi-agent-coordinator-jyimfo7D.js';
|
|
10
10
|
|
|
11
11
|
declare class DefaultRetryPolicy implements RetryPolicy {
|
|
12
12
|
shouldRetry(err: Error | ProviderError, attempt: number): boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { E as EventBus } from './brain-
|
|
2
|
-
import { M as ModelsRegistry, b as ResolvedModel } from './config-
|
|
3
|
-
import {
|
|
1
|
+
import { E as EventBus } from './brain-etbcbRwV.js';
|
|
2
|
+
import { M as ModelsRegistry, b as ResolvedModel } from './config-rRS8yorV.js';
|
|
3
|
+
import { e as TokenCounter, U as Usage, f as CacheStats } from './context-Dw55zZ_Q.js';
|
|
4
4
|
import { P as PathResolver } from './path-resolver-CPRj4bFY.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { T as Tool, C as Context } from './context-
|
|
1
|
+
import { T as Tool, C as Context } from './context-Dw55zZ_Q.js';
|
|
2
2
|
import { I as InputReader } from './input-reader-E-ffP2ee.js';
|
|
3
|
-
import { P as PermissionPolicy, a as PermissionDecision } from './permission-
|
|
3
|
+
import { P as PermissionPolicy, a as PermissionDecision } from './permission-CC7XFYWG.js';
|
|
4
4
|
|
|
5
5
|
interface PermissionPolicyOptions {
|
|
6
6
|
trustFile: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { T as Tool,
|
|
1
|
+
import { T as Tool, q as TextBlock, i as ContentBlock } from './context-Dw55zZ_Q.js';
|
|
2
2
|
import { a as MailboxAgentStatus } from './mailbox-types-Ct2hJq0P.js';
|
|
3
|
-
import { H as HookEvent, f as HookMatcher, I as InProcessHook, S as ShellHook, g as HookEntry } from './config-
|
|
3
|
+
import { H as HookEvent, f as HookMatcher, I as InProcessHook, S as ShellHook, g as HookEntry } from './config-rRS8yorV.js';
|
|
4
4
|
|
|
5
5
|
/** Model capabilities relevant to prompt composition. */
|
|
6
6
|
interface ModelCapabilities {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { E as EventBus, M as MemoryScope, b as MemoryEntry, c as MemoryStore, d as MemoryRelevanceContext, S as ScoredEntry } from './brain-
|
|
2
|
-
import { S as SecretScrubber } from './permission-
|
|
3
|
-
import {
|
|
4
|
-
import { A as AttachmentStore, a as AddAttachmentInput, b as AttachmentRef, c as Attachment } from './session-reader-
|
|
1
|
+
import { E as EventBus, M as MemoryScope, b as MemoryEntry, c as MemoryStore, d as MemoryRelevanceContext, S as ScoredEntry } from './brain-etbcbRwV.js';
|
|
2
|
+
import { S as SecretScrubber } from './permission-CC7XFYWG.js';
|
|
3
|
+
import { k as SessionStore, j as SessionMetadata, b as SessionWriter, u as ResumedSession, v as SessionData, w as SessionSummary, i as ContentBlock, S as SessionEvent, x as TodoItem, y as ConversationState } from './context-Dw55zZ_Q.js';
|
|
4
|
+
import { A as AttachmentStore, a as AddAttachmentInput, b as AttachmentRef, c as Attachment } from './session-reader-BepLSnGL.js';
|
|
5
5
|
import { W as WstackPaths } from './wstack-paths-hOpNLmvf.js';
|
|
6
|
-
import { j as ConfigStore, i as Config, k as ConfigLoader, l as SyncConfig } from './config-
|
|
6
|
+
import { j as ConfigStore, i as Config, k as ConfigLoader, l as SyncConfig } from './config-rRS8yorV.js';
|
|
7
7
|
import { S as SecretVault } from './secret-vault-BAKpgFw_.js';
|
|
8
8
|
|
|
9
9
|
interface SessionStoreOptions {
|
|
@@ -13,7 +13,7 @@ interface SessionStoreOptions {
|
|
|
13
13
|
/**
|
|
14
14
|
* Optional secret scrubber. When set, `user_input` and `llm_response` event
|
|
15
15
|
* content is scrubbed before being persisted to the JSONL log and the
|
|
16
|
-
* summary sidecar
|
|
16
|
+
* summary sidecar — so a secret a user pastes or the model echoes does not
|
|
17
17
|
* sit in cleartext on disk (and does not ride along in history cloud-sync).
|
|
18
18
|
* Tool output is already scrubbed upstream by the executor; this closes the
|
|
19
19
|
* conversation-turn gap (finding F-06).
|
|
@@ -37,6 +37,7 @@ declare class DefaultSessionStore implements SessionStore {
|
|
|
37
37
|
private readonly _loadCache;
|
|
38
38
|
private _indexCache;
|
|
39
39
|
private static readonly LOAD_CACHE_MAX_ENTRIES;
|
|
40
|
+
private static readonly LIST_SCAN_CONCURRENCY;
|
|
40
41
|
constructor(opts: SessionStoreOptions);
|
|
41
42
|
/**
|
|
42
43
|
* Clear the load() cache. Useful for testing or when the caller knows
|
|
@@ -82,12 +83,16 @@ declare class DefaultSessionStore implements SessionStore {
|
|
|
82
83
|
* fresh _index.jsonl. Useful after manual cleanup or index corruption.
|
|
83
84
|
*/
|
|
84
85
|
rebuildIndex(): Promise<number>;
|
|
86
|
+
private listFromDirectoryScan;
|
|
87
|
+
private collectSessionFiles;
|
|
85
88
|
/** Recursively collect session IDs from date-shard subdirectories.
|
|
86
|
-
* IDs include the date-prefix path (e.g. "2026-06-06/17-46-57Z_
|
|
89
|
+
* IDs include the date-prefix path (e.g. "2026-06-06/17-46-57Z_…").
|
|
87
90
|
* Skips `.jsonl`/`.summary.json` root files, dot-files, and
|
|
88
91
|
* sub-directories that belong to fleet/subagent sessions. */
|
|
89
92
|
private collectSessionIds;
|
|
90
93
|
private summaryFor;
|
|
94
|
+
private readSummaryManifest;
|
|
95
|
+
private summaryHeaderFor;
|
|
91
96
|
/**
|
|
92
97
|
* Delete a session and all associated files: JSONL, summary, plan/todos
|
|
93
98
|
* sidecars, and the session directory (fleet.json, shared/, subagents/).
|
|
@@ -102,8 +107,7 @@ declare class DefaultSessionStore implements SessionStore {
|
|
|
102
107
|
prune(maxAgeDays?: number): Promise<number>;
|
|
103
108
|
clearHistory(id: string): Promise<void>;
|
|
104
109
|
private summarize;
|
|
105
|
-
private
|
|
106
|
-
private replay;
|
|
110
|
+
private iterSessionEvents;
|
|
107
111
|
}
|
|
108
112
|
|
|
109
113
|
/**
|
|
@@ -249,10 +253,30 @@ declare class DefaultMemoryStore implements MemoryStore {
|
|
|
249
253
|
*/
|
|
250
254
|
private readonly persistBackup;
|
|
251
255
|
private readonly backupDir;
|
|
256
|
+
/**
|
|
257
|
+
* Per-scope tracked byte sizes — incremented on `remember()`, decremented on
|
|
258
|
+
* `forget()`, recalculated after `consolidate()`. Eliminates the redundant
|
|
259
|
+
* readAll() call that previously checked the file size after every write.
|
|
260
|
+
*/
|
|
261
|
+
private readonly _trackedByteSizes;
|
|
262
|
+
/** Result cache for scoreRelevant() — keyed by scope + context hash, TTL 30s. */
|
|
263
|
+
private readonly _scoreCache;
|
|
264
|
+
/**
|
|
265
|
+
* Per-entry cached lowercase strings — computed once per scoreRelevant() call,
|
|
266
|
+
* stored here so repeated scoring of the same entries avoids re-computation.
|
|
267
|
+
* Cleared on every mutation (remember/forget/consolidate/clear).
|
|
268
|
+
*/
|
|
269
|
+
private _cachedLower;
|
|
252
270
|
constructor(opts: MemoryStoreOptions);
|
|
253
271
|
/** Expose the backend for plugin introspection and advanced queries. */
|
|
254
272
|
getBackend(): MemoryBackend;
|
|
255
273
|
private runSerialized;
|
|
274
|
+
/**
|
|
275
|
+
* Recalculate the tracked byte size for a scope by re-reading the file and
|
|
276
|
+
* summing the serialized byte length of each line. Called after consolidate()
|
|
277
|
+
* (which modifies the file) to keep the tracker accurate.
|
|
278
|
+
*/
|
|
279
|
+
private _recalcTrackedByteSize;
|
|
256
280
|
readAll(): Promise<string>;
|
|
257
281
|
read(scope: MemoryScope): Promise<string>;
|
|
258
282
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { M as ModeStore, a as ModeConfig, b as Mode } from './mode-CZlO9iU1.js';
|
|
2
|
-
import { P as Provider, M as Message } from './context-
|
|
3
|
-
import { M as MessageSelector, S as SelectorResult } from './selector-
|
|
4
|
-
import { e as ModelsDevModel, R as ResolvedProvider } from './config-
|
|
2
|
+
import { P as Provider, M as Message } from './context-Dw55zZ_Q.js';
|
|
3
|
+
import { M as MessageSelector, S as SelectorResult } from './selector-C4ORTOid.js';
|
|
4
|
+
import { e as ModelsDevModel, R as ResolvedProvider } from './config-rRS8yorV.js';
|
|
5
5
|
|
|
6
6
|
declare class DefaultModeStore implements ModeStore {
|
|
7
7
|
private activeModeId;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { E as EventBus } from './brain-
|
|
1
|
+
import { E as EventBus } from './brain-etbcbRwV.js';
|
|
2
2
|
import { L as Logger } from './logger-B63L5bTg.js';
|
|
3
3
|
import { T as Tracer } from './observability-D-HZN_mF.js';
|
|
4
|
-
import { P as Provider,
|
|
5
|
-
import { R as RetryPolicy } from './retry-policy-
|
|
4
|
+
import { P as Provider, c as Request, C as Context, d as Response } from './context-Dw55zZ_Q.js';
|
|
5
|
+
import { R as RetryPolicy } from './retry-policy-BV7nzeAd.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Options passed to a ProviderRunner when calling the provider.
|
package/dist/sdd/index.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { h as Specification, S as SpecAnalysis, g as SpecValidationResult, e as SpecStatus, f as SpecTemplate, b as SpecRequirement } from '../spec-TBi3Jr6T.js';
|
|
2
2
|
import { d as TaskGraph, e as TaskNode, i as TaskFilter, j as TaskSort, c as TaskProgress, T as TaskType, a as TaskPriority } from '../task-graph-u1q9Jkyk.js';
|
|
3
|
-
import { E as EventBus } from '../brain-
|
|
4
|
-
import { D as DoneCondition, g as Agent, h as AgentFactory, f as TaskResult } from '../agent-subagent-runner-
|
|
5
|
-
import '../context-
|
|
6
|
-
import '../index-
|
|
3
|
+
import { E as EventBus } from '../brain-etbcbRwV.js';
|
|
4
|
+
import { D as DoneCondition, g as Agent, h as AgentFactory, f as TaskResult } from '../agent-subagent-runner-BZa_IEcd.js';
|
|
5
|
+
import '../context-Dw55zZ_Q.js';
|
|
6
|
+
import '../index-DWm_PE9L.js';
|
|
7
7
|
import '../logger-B63L5bTg.js';
|
|
8
|
-
import '../pipeline-
|
|
8
|
+
import '../pipeline-Ckkn3AOA.js';
|
|
9
9
|
import '../mailbox-types-Ct2hJq0P.js';
|
|
10
|
-
import '../config-
|
|
10
|
+
import '../config-rRS8yorV.js';
|
|
11
11
|
import '../observability-D-HZN_mF.js';
|
|
12
|
-
import '../permission-
|
|
13
|
-
import '../retry-policy-
|
|
12
|
+
import '../permission-CC7XFYWG.js';
|
|
13
|
+
import '../retry-policy-BV7nzeAd.js';
|
|
14
14
|
|
|
15
15
|
declare class SpecParser {
|
|
16
16
|
parse(content: string): Specification;
|
package/dist/sdd/index.js
CHANGED
|
@@ -6220,6 +6220,8 @@ var FLEET_ROSTER_BUDGETS = {
|
|
|
6220
6220
|
"refactor-planner": { timeoutMs: 7.5 * 60 * 60 * 1e3, maxIterations: 6e3, maxToolCalls: 18e3 },
|
|
6221
6221
|
"security-scanner": { timeoutMs: 10 * 60 * 60 * 1e3, maxIterations: 8e3, maxToolCalls: 2e4 },
|
|
6222
6222
|
"critic": { timeoutMs: 5 * 60 * 60 * 1e3, maxIterations: 4e3, maxToolCalls: 12e3 },
|
|
6223
|
+
"shadow-agent": { timeoutMs: 24 * 60 * 60 * 1e3, maxIterations: 1e4, maxToolCalls: 5e3 },
|
|
6224
|
+
// Long-running background monitor
|
|
6223
6225
|
...Object.fromEntries(
|
|
6224
6226
|
ALL_AGENT_DEFINITIONS.map((d) => [d.config.role, d.budget])
|
|
6225
6227
|
)
|