monomind 1.11.11 → 1.11.13

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 (227) hide show
  1. package/.claude/commands/mastermind/idea.md +1 -1
  2. package/.claude/commands/mastermind/master.md +1 -1
  3. package/.claude/skills/mastermind/_protocol.md +4 -4
  4. package/.claude/skills/mastermind/architect.md +7 -4
  5. package/.claude/skills/mastermind/autodev.md +4 -2
  6. package/.claude/skills/mastermind/build.md +3 -3
  7. package/.claude/skills/mastermind/content.md +3 -3
  8. package/.claude/skills/mastermind/createorg.md +2 -2
  9. package/.claude/skills/mastermind/finance.md +3 -3
  10. package/.claude/skills/mastermind/idea.md +8 -0
  11. package/.claude/skills/mastermind/marketing.md +3 -3
  12. package/.claude/skills/mastermind/ops.md +3 -3
  13. package/.claude/skills/mastermind/release.md +3 -3
  14. package/.claude/skills/mastermind/research.md +3 -3
  15. package/.claude/skills/mastermind/review.md +3 -3
  16. package/.claude/skills/mastermind/sales.md +3 -3
  17. package/package.json +1 -1
  18. package/packages/@monomind/cli/dist/src/index.js +19 -14
  19. package/packages/@monomind/cli/dist/src/init/statusline-generator.js +3 -3
  20. package/packages/@monomind/cli/dist/src/observability/replay-reader.d.ts +1 -1
  21. package/packages/@monomind/cli/dist/src/update/checker.js +24 -7
  22. package/packages/@monomind/cli/dist/src/update/index.d.ts +10 -0
  23. package/packages/@monomind/cli/dist/src/update/index.js +29 -2
  24. package/packages/@monomind/cli/package.json +1 -1
  25. package/packages/@monomind/cli/dist/src/agents/halt-signal.d.ts +0 -25
  26. package/packages/@monomind/cli/dist/src/agents/halt-signal.js +0 -76
  27. package/packages/@monomind/cli/dist/src/agents/index.d.ts +0 -18
  28. package/packages/@monomind/cli/dist/src/agents/index.js +0 -13
  29. package/packages/@monomind/cli/dist/src/agents/managed-agent.d.ts +0 -41
  30. package/packages/@monomind/cli/dist/src/agents/managed-agent.js +0 -69
  31. package/packages/@monomind/cli/dist/src/agents/prompt-experiment.d.ts +0 -23
  32. package/packages/@monomind/cli/dist/src/agents/prompt-experiment.js +0 -49
  33. package/packages/@monomind/cli/dist/src/agents/prompt-version-manager.d.ts +0 -22
  34. package/packages/@monomind/cli/dist/src/agents/prompt-version-manager.js +0 -80
  35. package/packages/@monomind/cli/dist/src/agents/registry-query.d.ts +0 -71
  36. package/packages/@monomind/cli/dist/src/agents/registry-query.js +0 -125
  37. package/packages/@monomind/cli/dist/src/agents/score-decay.d.ts +0 -19
  38. package/packages/@monomind/cli/dist/src/agents/score-decay.js +0 -22
  39. package/packages/@monomind/cli/dist/src/agents/shared-instructions-loader.d.ts +0 -13
  40. package/packages/@monomind/cli/dist/src/agents/shared-instructions-loader.js +0 -40
  41. package/packages/@monomind/cli/dist/src/agents/specialization-scorer.d.ts +0 -54
  42. package/packages/@monomind/cli/dist/src/agents/specialization-scorer.js +0 -212
  43. package/packages/@monomind/cli/dist/src/agents/termination-watcher.d.ts +0 -30
  44. package/packages/@monomind/cli/dist/src/agents/termination-watcher.js +0 -84
  45. package/packages/@monomind/cli/dist/src/agents/trigger-index.d.ts +0 -20
  46. package/packages/@monomind/cli/dist/src/agents/trigger-index.js +0 -38
  47. package/packages/@monomind/cli/dist/src/agents/trigger-scanner.d.ts +0 -64
  48. package/packages/@monomind/cli/dist/src/agents/trigger-scanner.js +0 -308
  49. package/packages/@monomind/cli/dist/src/agents/version-diff.d.ts +0 -18
  50. package/packages/@monomind/cli/dist/src/agents/version-diff.js +0 -64
  51. package/packages/@monomind/cli/dist/src/agents/version-store.d.ts +0 -60
  52. package/packages/@monomind/cli/dist/src/agents/version-store.js +0 -235
  53. package/packages/@monomind/cli/dist/src/benchmarks/pretrain/index.d.ts +0 -45
  54. package/packages/@monomind/cli/dist/src/benchmarks/pretrain/index.js +0 -404
  55. package/packages/@monomind/cli/dist/src/commands/agent-wasm.d.ts +0 -14
  56. package/packages/@monomind/cli/dist/src/commands/agent-wasm.js +0 -333
  57. package/packages/@monomind/cli/dist/src/commands/ui.js +0 -68
  58. package/packages/@monomind/cli/dist/src/consensus/index.d.ts +0 -7
  59. package/packages/@monomind/cli/dist/src/consensus/index.js +0 -6
  60. package/packages/@monomind/cli/dist/src/context/context-provider.d.ts +0 -44
  61. package/packages/@monomind/cli/dist/src/context/context-provider.js +0 -25
  62. package/packages/@monomind/cli/dist/src/context/git-state-provider.d.ts +0 -12
  63. package/packages/@monomind/cli/dist/src/context/git-state-provider.js +0 -34
  64. package/packages/@monomind/cli/dist/src/context/index.d.ts +0 -12
  65. package/packages/@monomind/cli/dist/src/context/index.js +0 -12
  66. package/packages/@monomind/cli/dist/src/context/project-conventions-provider.d.ts +0 -15
  67. package/packages/@monomind/cli/dist/src/context/project-conventions-provider.js +0 -19
  68. package/packages/@monomind/cli/dist/src/context/prompt-assembler.d.ts +0 -26
  69. package/packages/@monomind/cli/dist/src/context/prompt-assembler.js +0 -93
  70. package/packages/@monomind/cli/dist/src/context/task-history-provider.d.ts +0 -24
  71. package/packages/@monomind/cli/dist/src/context/task-history-provider.js +0 -32
  72. package/packages/@monomind/cli/dist/src/context/user-preferences-provider.d.ts +0 -14
  73. package/packages/@monomind/cli/dist/src/context/user-preferences-provider.js +0 -27
  74. package/packages/@monomind/cli/dist/src/dlq/dlq-reader.d.ts +0 -31
  75. package/packages/@monomind/cli/dist/src/dlq/dlq-reader.js +0 -81
  76. package/packages/@monomind/cli/dist/src/dlq/dlq-writer.d.ts +0 -24
  77. package/packages/@monomind/cli/dist/src/dlq/dlq-writer.js +0 -65
  78. package/packages/@monomind/cli/dist/src/dlq/index.d.ts +0 -10
  79. package/packages/@monomind/cli/dist/src/dlq/index.js +0 -7
  80. package/packages/@monomind/cli/dist/src/eval/dataset-manager.d.ts +0 -33
  81. package/packages/@monomind/cli/dist/src/eval/dataset-manager.js +0 -107
  82. package/packages/@monomind/cli/dist/src/eval/dataset-runner.d.ts +0 -23
  83. package/packages/@monomind/cli/dist/src/eval/dataset-runner.js +0 -59
  84. package/packages/@monomind/cli/dist/src/eval/index.d.ts +0 -10
  85. package/packages/@monomind/cli/dist/src/eval/index.js +0 -7
  86. package/packages/@monomind/cli/dist/src/eval/trace-collector.d.ts +0 -40
  87. package/packages/@monomind/cli/dist/src/eval/trace-collector.js +0 -102
  88. package/packages/@monomind/cli/dist/src/infrastructure/in-memory-repositories.d.ts +0 -68
  89. package/packages/@monomind/cli/dist/src/infrastructure/in-memory-repositories.js +0 -264
  90. package/packages/@monomind/cli/dist/src/interactive/interrupt.d.ts +0 -22
  91. package/packages/@monomind/cli/dist/src/interactive/interrupt.js +0 -71
  92. package/packages/@monomind/cli/dist/src/mcp/deprecation-injector.d.ts +0 -25
  93. package/packages/@monomind/cli/dist/src/mcp/deprecation-injector.js +0 -48
  94. package/packages/@monomind/cli/dist/src/mcp/tool-registry.d.ts +0 -61
  95. package/packages/@monomind/cli/dist/src/mcp/tool-registry.js +0 -246
  96. package/packages/@monomind/cli/dist/src/mcp-tools/wasm-agent-tools.d.ts +0 -9
  97. package/packages/@monomind/cli/dist/src/mcp-tools/wasm-agent-tools.js +0 -230
  98. package/packages/@monomind/cli/dist/src/model/complexity-scorer.d.ts +0 -21
  99. package/packages/@monomind/cli/dist/src/model/complexity-scorer.js +0 -106
  100. package/packages/@monomind/cli/dist/src/model/index.d.ts +0 -4
  101. package/packages/@monomind/cli/dist/src/model/index.js +0 -4
  102. package/packages/@monomind/cli/dist/src/model/model-settings.d.ts +0 -22
  103. package/packages/@monomind/cli/dist/src/model/model-settings.js +0 -33
  104. package/packages/@monomind/cli/dist/src/model/model-tier-resolver.d.ts +0 -24
  105. package/packages/@monomind/cli/dist/src/model/model-tier-resolver.js +0 -65
  106. package/packages/@monomind/cli/dist/src/monovector/capabilities.d.ts +0 -34
  107. package/packages/@monomind/cli/dist/src/monovector/capabilities.js +0 -37
  108. package/packages/@monomind/cli/dist/src/orchestration/index.d.ts +0 -7
  109. package/packages/@monomind/cli/dist/src/orchestration/index.js +0 -6
  110. package/packages/@monomind/cli/dist/src/orchestration/mode-dispatcher.d.ts +0 -11
  111. package/packages/@monomind/cli/dist/src/orchestration/mode-dispatcher.js +0 -31
  112. package/packages/@monomind/cli/dist/src/orchestration/routing-modes.d.ts +0 -68
  113. package/packages/@monomind/cli/dist/src/orchestration/routing-modes.js +0 -180
  114. package/packages/@monomind/cli/dist/src/plugins/tests/demo-plugin-store.d.ts +0 -7
  115. package/packages/@monomind/cli/dist/src/plugins/tests/demo-plugin-store.js +0 -126
  116. package/packages/@monomind/cli/dist/src/plugins/tests/standalone-test.d.ts +0 -12
  117. package/packages/@monomind/cli/dist/src/plugins/tests/standalone-test.js +0 -188
  118. package/packages/@monomind/cli/dist/src/plugins/tests/test-plugin-store.d.ts +0 -7
  119. package/packages/@monomind/cli/dist/src/plugins/tests/test-plugin-store.js +0 -206
  120. package/packages/@monomind/cli/dist/src/runtime/headless.d.ts +0 -60
  121. package/packages/@monomind/cli/dist/src/runtime/headless.js +0 -284
  122. package/packages/@monomind/cli/dist/src/services/agentic-flow-bridge.d.ts +0 -50
  123. package/packages/@monomind/cli/dist/src/services/agentic-flow-bridge.js +0 -95
  124. package/packages/@monomind/cli/dist/src/services/container-worker-pool.d.ts +0 -197
  125. package/packages/@monomind/cli/dist/src/services/container-worker-pool.js +0 -623
  126. package/packages/@monomind/cli/dist/src/services/index.d.ts +0 -13
  127. package/packages/@monomind/cli/dist/src/services/index.js +0 -11
  128. package/packages/@monomind/cli/dist/src/services/worker-queue.d.ts +0 -201
  129. package/packages/@monomind/cli/dist/src/services/worker-queue.js +0 -594
  130. package/packages/@monomind/cli/dist/src/swarm/communication-graph.d.ts +0 -25
  131. package/packages/@monomind/cli/dist/src/swarm/communication-graph.js +0 -77
  132. package/packages/@monomind/cli/dist/src/swarm/flow-enforcer.d.ts +0 -31
  133. package/packages/@monomind/cli/dist/src/swarm/flow-enforcer.js +0 -61
  134. package/packages/@monomind/cli/dist/src/swarm/flow-visualizer.d.ts +0 -19
  135. package/packages/@monomind/cli/dist/src/swarm/flow-visualizer.js +0 -68
  136. package/packages/@monomind/cli/dist/src/transfer/deploy-seraphine.d.ts +0 -13
  137. package/packages/@monomind/cli/dist/src/transfer/deploy-seraphine.js +0 -205
  138. package/packages/@monomind/cli/dist/src/transfer/store/tests/standalone-test.d.ts +0 -12
  139. package/packages/@monomind/cli/dist/src/transfer/store/tests/standalone-test.js +0 -190
  140. package/packages/@monomind/cli/dist/src/transfer/test-seraphine.d.ts +0 -6
  141. package/packages/@monomind/cli/dist/src/transfer/test-seraphine.js +0 -105
  142. package/packages/@monomind/cli/dist/src/transfer/tests/test-store.d.ts +0 -7
  143. package/packages/@monomind/cli/dist/src/transfer/tests/test-store.js +0 -214
  144. package/packages/@monomind/cli/dist/src/workflow/condition-evaluator.d.ts +0 -10
  145. package/packages/@monomind/cli/dist/src/workflow/condition-evaluator.js +0 -82
  146. package/packages/@monomind/cli/dist/src/workflow/context-resolver.d.ts +0 -12
  147. package/packages/@monomind/cli/dist/src/workflow/context-resolver.js +0 -23
  148. package/packages/@monomind/cli/dist/src/workflow/dag-builder.d.ts +0 -17
  149. package/packages/@monomind/cli/dist/src/workflow/dag-builder.js +0 -129
  150. package/packages/@monomind/cli/dist/src/workflow/dag-executor.d.ts +0 -9
  151. package/packages/@monomind/cli/dist/src/workflow/dag-executor.js +0 -116
  152. package/packages/@monomind/cli/dist/src/workflow/dag-types.d.ts +0 -41
  153. package/packages/@monomind/cli/dist/src/workflow/dag-types.js +0 -8
  154. package/packages/@monomind/cli/dist/src/workflow/dsl-parser.d.ts +0 -12
  155. package/packages/@monomind/cli/dist/src/workflow/dsl-parser.js +0 -20
  156. package/packages/@monomind/cli/dist/src/workflow/dsl-schema.d.ts +0 -165
  157. package/packages/@monomind/cli/dist/src/workflow/dsl-schema.js +0 -82
  158. package/packages/@monomind/cli/dist/src/workflow/index.d.ts +0 -13
  159. package/packages/@monomind/cli/dist/src/workflow/index.js +0 -11
  160. package/packages/@monomind/cli/dist/src/workflow/template-engine.d.ts +0 -11
  161. package/packages/@monomind/cli/dist/src/workflow/template-engine.js +0 -40
  162. package/packages/@monomind/cli/dist/src/workflow/workflow-executor.d.ts +0 -29
  163. package/packages/@monomind/cli/dist/src/workflow/workflow-executor.js +0 -227
  164. package/packages/@monomind/guidance/dist/adversarial.d.ts +0 -284
  165. package/packages/@monomind/guidance/dist/adversarial.js +0 -572
  166. package/packages/@monomind/guidance/dist/analyzer.d.ts +0 -530
  167. package/packages/@monomind/guidance/dist/analyzer.js +0 -2518
  168. package/packages/@monomind/guidance/dist/artifacts.d.ts +0 -283
  169. package/packages/@monomind/guidance/dist/artifacts.js +0 -356
  170. package/packages/@monomind/guidance/dist/authority.d.ts +0 -290
  171. package/packages/@monomind/guidance/dist/authority.js +0 -558
  172. package/packages/@monomind/guidance/dist/capabilities.d.ts +0 -209
  173. package/packages/@monomind/guidance/dist/capabilities.js +0 -485
  174. package/packages/@monomind/guidance/dist/coherence.d.ts +0 -233
  175. package/packages/@monomind/guidance/dist/coherence.js +0 -372
  176. package/packages/@monomind/guidance/dist/compiler.d.ts +0 -87
  177. package/packages/@monomind/guidance/dist/compiler.js +0 -419
  178. package/packages/@monomind/guidance/dist/conformance-kit.d.ts +0 -225
  179. package/packages/@monomind/guidance/dist/conformance-kit.js +0 -629
  180. package/packages/@monomind/guidance/dist/continue-gate.d.ts +0 -214
  181. package/packages/@monomind/guidance/dist/continue-gate.js +0 -353
  182. package/packages/@monomind/guidance/dist/crypto-utils.d.ts +0 -17
  183. package/packages/@monomind/guidance/dist/crypto-utils.js +0 -24
  184. package/packages/@monomind/guidance/dist/evolution.d.ts +0 -282
  185. package/packages/@monomind/guidance/dist/evolution.js +0 -500
  186. package/packages/@monomind/guidance/dist/gates.d.ts +0 -79
  187. package/packages/@monomind/guidance/dist/gates.js +0 -302
  188. package/packages/@monomind/guidance/dist/gateway.d.ts +0 -206
  189. package/packages/@monomind/guidance/dist/gateway.js +0 -452
  190. package/packages/@monomind/guidance/dist/generators.d.ts +0 -153
  191. package/packages/@monomind/guidance/dist/generators.js +0 -682
  192. package/packages/@monomind/guidance/dist/headless.d.ts +0 -177
  193. package/packages/@monomind/guidance/dist/headless.js +0 -342
  194. package/packages/@monomind/guidance/dist/hooks.d.ts +0 -109
  195. package/packages/@monomind/guidance/dist/hooks.js +0 -347
  196. package/packages/@monomind/guidance/dist/index.d.ts +0 -205
  197. package/packages/@monomind/guidance/dist/index.js +0 -321
  198. package/packages/@monomind/guidance/dist/ledger.d.ts +0 -162
  199. package/packages/@monomind/guidance/dist/ledger.js +0 -375
  200. package/packages/@monomind/guidance/dist/manifest-validator.d.ts +0 -289
  201. package/packages/@monomind/guidance/dist/manifest-validator.js +0 -838
  202. package/packages/@monomind/guidance/dist/memory-gate.d.ts +0 -222
  203. package/packages/@monomind/guidance/dist/memory-gate.js +0 -382
  204. package/packages/@monomind/guidance/dist/meta-governance.d.ts +0 -265
  205. package/packages/@monomind/guidance/dist/meta-governance.js +0 -348
  206. package/packages/@monomind/guidance/dist/optimizer.d.ts +0 -104
  207. package/packages/@monomind/guidance/dist/optimizer.js +0 -329
  208. package/packages/@monomind/guidance/dist/persistence.d.ts +0 -189
  209. package/packages/@monomind/guidance/dist/persistence.js +0 -464
  210. package/packages/@monomind/guidance/dist/proof.d.ts +0 -185
  211. package/packages/@monomind/guidance/dist/proof.js +0 -238
  212. package/packages/@monomind/guidance/dist/retriever.d.ts +0 -116
  213. package/packages/@monomind/guidance/dist/retriever.js +0 -394
  214. package/packages/@monomind/guidance/dist/ruvbot-integration.d.ts +0 -370
  215. package/packages/@monomind/guidance/dist/ruvbot-integration.js +0 -738
  216. package/packages/@monomind/guidance/dist/temporal.d.ts +0 -426
  217. package/packages/@monomind/guidance/dist/temporal.js +0 -658
  218. package/packages/@monomind/guidance/dist/trust.d.ts +0 -283
  219. package/packages/@monomind/guidance/dist/trust.js +0 -473
  220. package/packages/@monomind/guidance/dist/truth-anchors.d.ts +0 -276
  221. package/packages/@monomind/guidance/dist/truth-anchors.js +0 -488
  222. package/packages/@monomind/guidance/dist/types.d.ts +0 -378
  223. package/packages/@monomind/guidance/dist/types.js +0 -10
  224. package/packages/@monomind/guidance/dist/uncertainty.d.ts +0 -372
  225. package/packages/@monomind/guidance/dist/uncertainty.js +0 -619
  226. package/packages/@monomind/guidance/dist/wasm-kernel.d.ts +0 -48
  227. package/packages/@monomind/guidance/dist/wasm-kernel.js +0 -158
@@ -1,372 +0,0 @@
1
- /**
2
- * Uncertainty as a First-Class State
3
- *
4
- * Probabilistic belief tracking with confidence intervals, evidence counts,
5
- * and opposing evidence pointers. Uncertainty is preserved, not eliminated.
6
- *
7
- * Every piece of knowledge in the system carries explicit uncertainty metadata.
8
- * Claims can be partial, unresolved, or contested. Confidence propagates
9
- * through inference chains and decays over time.
10
- *
11
- * UncertaintyLedger:
12
- * - Asserts beliefs with explicit confidence intervals and evidence
13
- * - Recomputes confidence from weighted supporting/opposing evidence
14
- * - Propagates uncertainty through inference chains (child bounded by parent)
15
- * - Applies time-based decay to all beliefs
16
- * - Queries by namespace, status, confidence, and tags
17
- * - Traces full inference chains back to root beliefs
18
- *
19
- * UncertaintyAggregator:
20
- * - Computes aggregate confidence across multiple beliefs (geometric mean)
21
- * - Worst-case and best-case confidence queries
22
- * - Contested and confirmed status checks across belief sets
23
- *
24
- * @module @monomind/guidance/uncertainty
25
- */
26
- /**
27
- * Lifecycle status of a belief.
28
- *
29
- * - confirmed: evidence strongly supports; manually or automatically resolved
30
- * - probable: confidence is high but not confirmed
31
- * - uncertain: insufficient evidence to decide
32
- * - contested: significant opposing evidence exists
33
- * - refuted: evidence strongly opposes the claim
34
- * - unknown: no evidence has been provided yet
35
- */
36
- export type BeliefStatus = 'confirmed' | 'probable' | 'uncertain' | 'contested' | 'refuted' | 'unknown';
37
- /**
38
- * A bounded confidence estimate with lower, point, and upper values.
39
- * All values are in the range [0.0, 1.0].
40
- */
41
- export interface ConfidenceInterval {
42
- /** Lower bound of the confidence interval (0.0 - 1.0) */
43
- lower: number;
44
- /** Best point estimate of confidence (0.0 - 1.0) */
45
- point: number;
46
- /** Upper bound of the confidence interval (0.0 - 1.0) */
47
- upper: number;
48
- }
49
- /**
50
- * A pointer to a piece of evidence that supports or opposes a belief.
51
- */
52
- export interface EvidencePointer {
53
- /** Unique identifier of the evidence source */
54
- sourceId: string;
55
- /** Classification of the evidence origin */
56
- sourceType: 'memory-read' | 'tool-output' | 'truth-anchor' | 'inference' | 'human-input' | 'agent-report';
57
- /** true = supporting evidence, false = opposing evidence */
58
- supports: boolean;
59
- /** Strength of this evidence (0.0 - 1.0) */
60
- weight: number;
61
- /** Unix timestamp (ms) when this evidence was recorded */
62
- timestamp: number;
63
- }
64
- /**
65
- * A tracked belief with full uncertainty metadata.
66
- */
67
- export interface Belief {
68
- /** Unique belief identifier (UUID) */
69
- id: string;
70
- /** The claim this belief represents */
71
- claim: string;
72
- /** Namespace for grouping related beliefs */
73
- namespace: string;
74
- /** Bounded confidence estimate */
75
- confidence: ConfidenceInterval;
76
- /** Current lifecycle status */
77
- status: BeliefStatus;
78
- /** Evidence that supports the claim */
79
- evidence: EvidencePointer[];
80
- /** Evidence that opposes the claim */
81
- opposingEvidence: EvidencePointer[];
82
- /** Parent belief IDs this belief was inferred from */
83
- inferredFrom: string[];
84
- /** Unix timestamp (ms) when this belief was first asserted */
85
- firstAsserted: number;
86
- /** Unix timestamp (ms) of the most recent update */
87
- lastUpdated: number;
88
- /** Per-belief decay rate (confidence points lost per hour) */
89
- decayRate: number;
90
- /** Searchable tags */
91
- tags: string[];
92
- }
93
- /**
94
- * Configuration for the UncertaintyLedger.
95
- */
96
- export interface UncertaintyConfig {
97
- /** Default point estimate for new beliefs (0.0 - 1.0) */
98
- defaultConfidence: number;
99
- /** Default confidence decay rate per hour */
100
- decayRatePerHour: number;
101
- /** Opposing/total evidence ratio threshold to mark a belief contested */
102
- contestedThreshold: number;
103
- /** Opposing/total evidence ratio threshold to mark a belief refuted */
104
- refutedThreshold: number;
105
- /** Minimum confidence.point required for an action; below this requires confirmation */
106
- minConfidenceForAction: number;
107
- }
108
- /**
109
- * Query options for filtering beliefs.
110
- */
111
- export interface BeliefQueryOptions {
112
- /** Filter by namespace */
113
- namespace?: string;
114
- /** Filter by status */
115
- status?: BeliefStatus;
116
- /** Only include beliefs with confidence.point >= this value */
117
- minConfidence?: number;
118
- /** Only include beliefs that have all specified tags */
119
- tags?: string[];
120
- }
121
- /**
122
- * A node in a confidence inference chain.
123
- */
124
- export interface ConfidenceChainNode {
125
- /** The belief at this node */
126
- belief: Belief;
127
- /** Depth in the inference chain (0 = the queried belief) */
128
- depth: number;
129
- }
130
- /**
131
- * Serializable ledger representation for export/import.
132
- */
133
- export interface SerializedUncertaintyLedger {
134
- beliefs: Belief[];
135
- createdAt: string;
136
- version: number;
137
- }
138
- /**
139
- * A ledger that tracks beliefs with explicit uncertainty metadata.
140
- *
141
- * Every belief carries a confidence interval, supporting and opposing evidence,
142
- * inference chain links, and time-based decay. The ledger recomputes confidence
143
- * from evidence weights and propagates uncertainty through inference chains.
144
- */
145
- export declare class UncertaintyLedger {
146
- private readonly config;
147
- private readonly beliefs;
148
- constructor(config?: Partial<UncertaintyConfig>);
149
- /**
150
- * Assert a new belief in the ledger.
151
- *
152
- * Creates a belief with the given claim, namespace, and initial evidence.
153
- * If no confidence is provided, the default confidence is used to build
154
- * the initial confidence interval.
155
- *
156
- * @param claim - The claim this belief represents
157
- * @param namespace - Namespace for grouping
158
- * @param evidence - Initial evidence pointers
159
- * @param confidence - Optional explicit confidence interval
160
- * @returns The newly created Belief
161
- */
162
- assert(claim: string, namespace: string, evidence: EvidencePointer[], confidence?: Partial<ConfidenceInterval>): Belief;
163
- /**
164
- * Add a piece of evidence to an existing belief.
165
- *
166
- * Appends the evidence to the appropriate list (supporting or opposing),
167
- * then recomputes the belief's confidence and status.
168
- *
169
- * @param beliefId - The belief to update
170
- * @param evidence - The new evidence pointer
171
- * @returns The updated belief, or undefined if not found
172
- */
173
- addEvidence(beliefId: string, evidence: EvidencePointer): Belief | undefined;
174
- /**
175
- * Retrieve a belief by its ID.
176
- *
177
- * @param id - The belief ID
178
- * @returns The belief, or undefined if not found
179
- */
180
- getBelief(id: string): Belief | undefined;
181
- /**
182
- * Query beliefs with optional filters.
183
- *
184
- * All specified filters are ANDed together. Returns beliefs ordered
185
- * by lastUpdated descending.
186
- *
187
- * @param opts - Filter criteria
188
- * @returns Matching beliefs
189
- */
190
- query(opts?: BeliefQueryOptions): Belief[];
191
- /**
192
- * Get all beliefs with status 'contested'.
193
- *
194
- * @returns Array of contested beliefs
195
- */
196
- getContested(): Belief[];
197
- /**
198
- * Get all beliefs with status 'uncertain' or 'contested'.
199
- *
200
- * @returns Array of unresolved beliefs
201
- */
202
- getUnresolved(): Belief[];
203
- /**
204
- * Recompute the confidence interval for a belief from all evidence.
205
- *
206
- * The point estimate is a weighted average: total supporting weight minus
207
- * total opposing weight, normalized to [0, 1]. The interval bounds are
208
- * derived from the spread of evidence weights.
209
- *
210
- * @param beliefId - The belief to recompute
211
- * @returns The updated confidence interval, or undefined if not found
212
- */
213
- computeConfidence(beliefId: string): ConfidenceInterval | undefined;
214
- /**
215
- * Propagate uncertainty from a parent belief to a child belief.
216
- *
217
- * The child's confidence is bounded by the parent's confidence multiplied
218
- * by the inference weight. This ensures that downstream beliefs cannot
219
- * be more confident than their sources warrant.
220
- *
221
- * @param parentId - The parent belief ID
222
- * @param childId - The child belief ID
223
- * @param inferenceWeight - How strongly the parent supports the child (0.0 - 1.0)
224
- * @returns The updated child belief, or undefined if either belief is not found
225
- */
226
- propagateUncertainty(parentId: string, childId: string, inferenceWeight: number): Belief | undefined;
227
- /**
228
- * Apply time-based decay to all beliefs.
229
- *
230
- * Each belief's confidence.point is reduced by its decayRate for every
231
- * hour elapsed since lastUpdated. The lower and upper bounds shrink
232
- * proportionally. Status is updated if confidence drops below thresholds.
233
- *
234
- * @param currentTime - The reference time for computing elapsed decay (defaults to now)
235
- */
236
- decayAll(currentTime?: number): void;
237
- /**
238
- * Manually resolve a belief to a definitive status.
239
- *
240
- * This overrides the computed status. Typically used for 'confirmed' or
241
- * 'refuted' after human review or authoritative evidence.
242
- *
243
- * @param beliefId - The belief to resolve
244
- * @param status - The new status to assign
245
- * @param reason - Human-readable reason for the resolution
246
- * @returns The updated belief, or undefined if not found
247
- */
248
- resolve(beliefId: string, status: BeliefStatus, reason: string): Belief | undefined;
249
- /**
250
- * Check whether a belief's confidence meets the minimum threshold for action.
251
- *
252
- * @param beliefId - The belief to check
253
- * @returns true if confidence.point >= minConfidenceForAction, false otherwise
254
- */
255
- isActionable(beliefId: string): boolean;
256
- /**
257
- * Trace the full inference chain from a belief back to its root beliefs.
258
- *
259
- * Returns an array of { belief, depth } nodes, starting with the queried
260
- * belief at depth 0, then its parents at depth 1, their parents at depth 2,
261
- * and so on. Handles cycles by tracking visited IDs.
262
- *
263
- * @param beliefId - The belief whose chain to trace
264
- * @returns Array of chain nodes ordered by depth, or empty if not found
265
- */
266
- getConfidenceChain(beliefId: string): ConfidenceChainNode[];
267
- /**
268
- * Export all beliefs for persistence.
269
- *
270
- * @returns Serialized ledger data suitable for JSON.stringify
271
- */
272
- exportBeliefs(): SerializedUncertaintyLedger;
273
- /**
274
- * Import previously exported beliefs, replacing all current contents.
275
- *
276
- * @param data - Serialized ledger data
277
- * @throws If the version is unsupported
278
- */
279
- importBeliefs(data: SerializedUncertaintyLedger): void;
280
- /**
281
- * Get the number of tracked beliefs.
282
- */
283
- get size(): number;
284
- /**
285
- * Get the current configuration.
286
- */
287
- getConfig(): UncertaintyConfig;
288
- /**
289
- * Remove all beliefs from the ledger.
290
- */
291
- clear(): void;
292
- /**
293
- * Recompute the confidence interval for a belief from its evidence arrays.
294
- *
295
- * Point estimate is derived from the balance of supporting vs opposing
296
- * evidence weights. Bounds reflect the spread of evidence.
297
- */
298
- private recomputeConfidence;
299
- /**
300
- * Derive the belief status from its current confidence and evidence ratios.
301
- */
302
- private deriveStatus;
303
- }
304
- /**
305
- * Computes aggregate confidence metrics across multiple beliefs.
306
- *
307
- * Provides geometric mean, worst-case, best-case, and status checks
308
- * over sets of beliefs referenced by ID.
309
- */
310
- export declare class UncertaintyAggregator {
311
- private readonly ledger;
312
- constructor(ledger: UncertaintyLedger);
313
- /**
314
- * Compute the aggregate confidence across multiple beliefs using
315
- * the geometric mean of their point estimates.
316
- *
317
- * The geometric mean penalizes any single low-confidence belief more
318
- * heavily than an arithmetic mean, making it appropriate for combining
319
- * independent confidence estimates.
320
- *
321
- * @param beliefIds - IDs of beliefs to aggregate
322
- * @returns Geometric mean of confidence points, or 0 if no valid beliefs
323
- */
324
- aggregate(beliefIds: string[]): number;
325
- /**
326
- * Return the lowest confidence point among the specified beliefs.
327
- *
328
- * @param beliefIds - IDs of beliefs to check
329
- * @returns The minimum confidence point, or 0 if no valid beliefs
330
- */
331
- worstCase(beliefIds: string[]): number;
332
- /**
333
- * Return the highest confidence point among the specified beliefs.
334
- *
335
- * @param beliefIds - IDs of beliefs to check
336
- * @returns The maximum confidence point, or 0 if no valid beliefs
337
- */
338
- bestCase(beliefIds: string[]): number;
339
- /**
340
- * Check if any of the specified beliefs is contested.
341
- *
342
- * @param beliefIds - IDs of beliefs to check
343
- * @returns true if at least one belief has status 'contested'
344
- */
345
- anyContested(beliefIds: string[]): boolean;
346
- /**
347
- * Check if all of the specified beliefs are confirmed.
348
- *
349
- * @param beliefIds - IDs of beliefs to check
350
- * @returns true only if every belief exists and has status 'confirmed'
351
- */
352
- allConfirmed(beliefIds: string[]): boolean;
353
- /**
354
- * Collect the confidence point estimates for all valid belief IDs.
355
- */
356
- private collectConfidences;
357
- }
358
- /**
359
- * Create an UncertaintyLedger with optional configuration.
360
- *
361
- * @param config - Partial configuration; unspecified values use defaults
362
- * @returns A fresh UncertaintyLedger
363
- */
364
- export declare function createUncertaintyLedger(config?: Partial<UncertaintyConfig>): UncertaintyLedger;
365
- /**
366
- * Create an UncertaintyAggregator backed by the given ledger.
367
- *
368
- * @param ledger - The UncertaintyLedger to aggregate over
369
- * @returns A fresh UncertaintyAggregator
370
- */
371
- export declare function createUncertaintyAggregator(ledger: UncertaintyLedger): UncertaintyAggregator;
372
- //# sourceMappingURL=uncertainty.d.ts.map