@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { C as ContextManagerAction, a as ContextManagerInput, b as ContextManagerResult, c as ContextManagerToolOptions, D as DefaultLogger, d as DefaultLoggerOptions, L as LogFormat, e as allServers, f as awsServer, g as blockServer, h as braveSearchServer, i as context7Server, j as contextManagerTool, k as createContextManagerTool, l as everArtServer, m as filesystemServer, n as githubServer, o as googleMapsServer, p as miniMaxVisionServer, q as playwrightServer, s as sentinelServer, r as slackServer, t as sshManagerServer, z as zaiVisionServer } from '../mcp-servers-BUx9A_AQ.js';
|
|
2
2
|
export { D as DefaultPathResolver } from '../path-resolver-CMS5307d.js';
|
|
3
|
-
import { E as EventBus } from '../events-
|
|
3
|
+
import { E as EventBus } from '../events-KmxSmvho.js';
|
|
4
4
|
import { M as ModelsRegistry, R as ResolvedModel } from '../config-DkCbA3Bw.js';
|
|
5
5
|
import { T as TokenCounter, U as Usage, C as CacheStats } from '../tool-LVSLiE1s.js';
|
|
6
6
|
import '../compactor-BxddyCFu.js';
|
package/dist/kernel/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { T as Token, a as Renderer, S as SystemPromptBuilder, H as HookRegistry } from '../pipeline-ixSFe5jg.js';
|
|
2
2
|
export { d as BindOptions, C as Container, D as Decorator, F as Factory, b as Middleware, M as MiddlewareHandler, N as NextFn, P as Pipeline, e as PipelineOptions } from '../pipeline-ixSFe5jg.js';
|
|
3
|
-
import { c as MemoryStore, B as BrainArbiter } from '../events-
|
|
4
|
-
export { E as EventBus, m as EventLogger, n as EventMap, a as EventName, L as Listener, v as ScopedEventBus } from '../events-
|
|
3
|
+
import { c as MemoryStore, B as BrainArbiter } from '../events-KmxSmvho.js';
|
|
4
|
+
export { E as EventBus, m as EventLogger, n as EventMap, a as EventName, L as Listener, v as ScopedEventBus } from '../events-KmxSmvho.js';
|
|
5
5
|
import { C as Compactor } from '../compactor-BxddyCFu.js';
|
|
6
6
|
import { i as ConfigLoader, k as ConfigStore, M as ModelsRegistry } from '../config-DkCbA3Bw.js';
|
|
7
7
|
import { E as ErrorHandler, R as RetryPolicy } from '../retry-policy-V67lBOJz.js';
|
|
@@ -10,12 +10,12 @@ import { L as Logger } from '../logger-B63L5bTg.js';
|
|
|
10
10
|
import { M as ModeStore } from '../mode-CZlO9iU1.js';
|
|
11
11
|
import { P as PathResolver } from '../path-resolver-CPRj4bFY.js';
|
|
12
12
|
import { P as PermissionPolicy } from '../permission-B6YAtNFz.js';
|
|
13
|
-
import { P as ProviderRunner } from '../provider-runner-
|
|
13
|
+
import { P as ProviderRunner } from '../provider-runner-oQhDaZmH.js';
|
|
14
14
|
import { S as SecretScrubber } from '../secret-scrubber-3MHDDAtm.js';
|
|
15
15
|
import { T as TokenCounter, k as SessionStore } from '../tool-LVSLiE1s.js';
|
|
16
16
|
import { P as PromptLoader } from '../prompt-DLd35n4Q.js';
|
|
17
17
|
import { S as SkillLoader } from '../skill-DHniprNl.js';
|
|
18
|
-
import { W as WorktreeManager } from '../worktree-manager-
|
|
18
|
+
import { W as WorktreeManager } from '../worktree-manager-BjyAW30D.js';
|
|
19
19
|
import '../mailbox-types-BGZWrYTJ.js';
|
|
20
20
|
import '../observability-D-HZN_mF.js';
|
|
21
21
|
|