@wrongstack/core 0.51.3 → 0.54.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.
Files changed (54) hide show
  1. package/dist/{agent-bridge-CjbD-i7-.d.ts → agent-bridge-Dnhw4tnM.d.ts} +1 -1
  2. package/dist/{agent-subagent-runner-DfvlBx5N.d.ts → agent-subagent-runner-By7jruZ_.d.ts} +3 -3
  3. package/dist/{compactor-D1RHFRmF.d.ts → compactor-Duhsf0ge.d.ts} +1 -1
  4. package/dist/{config-ZRCf7sTu.d.ts → config-bht0txXS.d.ts} +33 -2
  5. package/dist/{context-7u93AcGD.d.ts → context-DtPKqKYV.d.ts} +1 -0
  6. package/dist/coordination/index.d.ts +12 -12
  7. package/dist/coordination/index.js.map +1 -1
  8. package/dist/defaults/index.d.ts +22 -22
  9. package/dist/defaults/index.js +31 -16
  10. package/dist/defaults/index.js.map +1 -1
  11. package/dist/{events-Bt44ikPN.d.ts → events-CbHTS4ZZ.d.ts} +1 -1
  12. package/dist/execution/index.d.ts +14 -14
  13. package/dist/execution/index.js.map +1 -1
  14. package/dist/extension/index.d.ts +6 -6
  15. package/dist/{goal-store-BeRsj7YX.d.ts → goal-store-DwcTDDiX.d.ts} +1 -1
  16. package/dist/{index-mAWBdLyJ.d.ts → index-CI271MjL.d.ts} +5 -5
  17. package/dist/{index-OzA1XjHL.d.ts → index-ge5F2dnc.d.ts} +8 -8
  18. package/dist/index.d.ts +33 -33
  19. package/dist/index.js +116 -64
  20. package/dist/index.js.map +1 -1
  21. package/dist/infrastructure/index.d.ts +6 -6
  22. package/dist/kernel/index.d.ts +9 -9
  23. package/dist/{mcp-servers-DONdo-XM.d.ts → mcp-servers-DE6gzBry.d.ts} +3 -3
  24. package/dist/models/index.d.ts +3 -3
  25. package/dist/models/index.js +31 -16
  26. package/dist/models/index.js.map +1 -1
  27. package/dist/{models-registry-gwMAo6E3.d.ts → models-registry-Cuq1C8V9.d.ts} +7 -0
  28. package/dist/{multi-agent-Ba9Ni2hC.d.ts → multi-agent-BmC_xiog.d.ts} +2 -2
  29. package/dist/{multi-agent-coordinator-BuKq0q89.d.ts → multi-agent-coordinator-CjNX4uBD.d.ts} +2 -2
  30. package/dist/{null-fleet-bus-C0xd73YP.d.ts → null-fleet-bus-BNiSlTna.d.ts} +7 -7
  31. package/dist/observability/index.d.ts +2 -2
  32. package/dist/{path-resolver-nkmdiFgi.d.ts → path-resolver-Bax85amb.d.ts} +2 -2
  33. package/dist/{permission-B6sldrSp.d.ts → permission-Drm7LpPo.d.ts} +1 -1
  34. package/dist/{permission-policy-CtNscWOA.d.ts → permission-policy-CU6sqWxF.d.ts} +2 -2
  35. package/dist/{plan-templates-BmDdJ7UL.d.ts → plan-templates-CLRcurWN.d.ts} +4 -4
  36. package/dist/{provider-runner-BGro2qQB.d.ts → provider-runner-BikCxGCx.d.ts} +3 -3
  37. package/dist/{retry-policy-KF18W4dg.d.ts → retry-policy-Chtlvr5b.d.ts} +1 -1
  38. package/dist/sdd/index.d.ts +8 -8
  39. package/dist/sdd/index.js.map +1 -1
  40. package/dist/security/index.d.ts +3 -3
  41. package/dist/{selector-DmXxpFyM.d.ts → selector-BvSPdJj6.d.ts} +1 -1
  42. package/dist/{session-reader-bfgsy2a0.d.ts → session-reader-BGhzMir4.d.ts} +1 -1
  43. package/dist/storage/index.d.ts +6 -6
  44. package/dist/storage/index.js +57 -37
  45. package/dist/storage/index.js.map +1 -1
  46. package/dist/{system-prompt-CM6zOhd2.d.ts → system-prompt-dtzV_mLm.d.ts} +1 -1
  47. package/dist/{tool-executor-p4tP9tGF.d.ts → tool-executor-CgU0yWpB.d.ts} +4 -4
  48. package/dist/types/index.d.ts +15 -15
  49. package/dist/types/index.js +31 -16
  50. package/dist/types/index.js.map +1 -1
  51. package/dist/utils/index.d.ts +14 -2
  52. package/dist/utils/index.js +18 -1
  53. package/dist/utils/index.js.map +1 -1
  54. package/package.json +1 -1
@@ -1,10 +1,10 @@
1
- import { E as EventBus } from './events-Bt44ikPN.js';
1
+ import { E as EventBus } from './events-CbHTS4ZZ.js';
2
2
  import { S as SecretScrubber } from './secret-scrubber-3MHDDAtm.js';
3
- import { y as SessionStore, x as SessionMetadata, B as SessionWriter, r as ResumedSession, S as SessionData, z as SessionSummary, c as ContentBlock, w as SessionEvent, N as TodoItem, f as ConversationState } from './context-7u93AcGD.js';
4
- import { e as AttachmentStore, A as AddAttachmentInput, d as AttachmentRef, a as Attachment } from './session-reader-bfgsy2a0.js';
3
+ import { y as SessionStore, x as SessionMetadata, B as SessionWriter, r as ResumedSession, S as SessionData, z as SessionSummary, c as ContentBlock, w as SessionEvent, N as TodoItem, f as ConversationState } from './context-DtPKqKYV.js';
4
+ import { e as AttachmentStore, A as AddAttachmentInput, d as AttachmentRef, a as Attachment } from './session-reader-BGhzMir4.js';
5
5
  import { b as MemoryStore, a as MemoryScope } from './memory-CEXuo7sz.js';
6
6
  import { a as WstackPaths } from './wstack-paths-eMXnY1_X.js';
7
- import { c as ConfigStore, a as Config, b as ConfigLoader, o as SyncConfig } from './config-ZRCf7sTu.js';
7
+ import { c as ConfigStore, a as Config, b as ConfigLoader, p as SyncConfig } from './config-bht0txXS.js';
8
8
  import { S as SecretVault } from './secret-vault-DoISxaKO.js';
9
9
 
10
10
  interface SessionStoreOptions {
@@ -1,8 +1,8 @@
1
- import { E as EventBus } from './events-Bt44ikPN.js';
1
+ import { E as EventBus } from './events-CbHTS4ZZ.js';
2
2
  import { a as Logger } from './logger-DDd5C--Z.js';
3
3
  import { T as Tracer } from './observability-BhnVLBLS.js';
4
- import { m as Provider, p as Request, d as Context, q as Response } from './context-7u93AcGD.js';
5
- import { a as RetryPolicy } from './retry-policy-KF18W4dg.js';
4
+ import { m as Provider, p as Request, d as Context, q as Response } from './context-DtPKqKYV.js';
5
+ import { a as RetryPolicy } from './retry-policy-Chtlvr5b.js';
6
6
 
7
7
  /**
8
8
  * Options passed to a ProviderRunner when calling the provider.
@@ -1,4 +1,4 @@
1
- import { q as Response, d as Context, n as ProviderError } from './context-7u93AcGD.js';
1
+ import { q as Response, d as Context, n as ProviderError } from './context-DtPKqKYV.js';
2
2
 
3
3
  type RecoveryDecision = {
4
4
  /**
@@ -1,15 +1,15 @@
1
1
  import { h as Specification, S as SpecAnalysis, g as SpecValidationResult, l as TaskGraph, m as TaskNode, k as TaskFilter, p as TaskSort, o as TaskProgress, r as TaskType, n as TaskPriority, e as SpecStatus, f as SpecTemplate, b as SpecRequirement } from '../task-graph-D1YQbpxF.js';
2
- import { E as EventBus } from '../events-Bt44ikPN.js';
3
- import { D as DoneCondition, u as TaskResult } from '../multi-agent-Ba9Ni2hC.js';
4
- import { c as Agent } from '../index-mAWBdLyJ.js';
5
- import { A as AgentFactory } from '../agent-subagent-runner-DfvlBx5N.js';
6
- import '../context-7u93AcGD.js';
2
+ import { E as EventBus } from '../events-CbHTS4ZZ.js';
3
+ import { D as DoneCondition, u as TaskResult } from '../multi-agent-BmC_xiog.js';
4
+ import { c as Agent } from '../index-CI271MjL.js';
5
+ import { A as AgentFactory } from '../agent-subagent-runner-By7jruZ_.js';
6
+ import '../context-DtPKqKYV.js';
7
7
  import '../logger-DDd5C--Z.js';
8
- import '../system-prompt-CM6zOhd2.js';
8
+ import '../system-prompt-dtzV_mLm.js';
9
9
  import '../observability-BhnVLBLS.js';
10
10
  import '../secret-scrubber-3MHDDAtm.js';
11
- import '../permission-B6sldrSp.js';
12
- import '../config-ZRCf7sTu.js';
11
+ import '../permission-Drm7LpPo.js';
12
+ import '../config-bht0txXS.js';
13
13
  import '../models-registry-BcYJDKLm.js';
14
14
 
15
15
  declare class SpecParser {