@adhdev/daemon-core 0.9.82-rc.220 → 0.9.82-rc.221

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/index.d.ts CHANGED
@@ -145,15 +145,16 @@ export type { ExtensionInfo as InstallerExtensionInfo } from './installer.js';
145
145
  export { initDaemonComponents, startDaemonDevSupport, shutdownDaemonComponents } from './boot/daemon-lifecycle.js';
146
146
  export type { DaemonInitConfig, DaemonComponents, DaemonDevSupportOptions } from './boot/daemon-lifecycle.js';
147
147
  export { startLocalIpcServer, buildIpcStatusHttpResponse, type LocalIpcServerOptions, type LocalIpcServerHandle, type IpcCommandContext, type IpcCommandResult, type IpcStatusPayload, } from './ipc/local-ipc-server.js';
148
- export { evaluate as evaluateSpec, evaluate } from './providers/spec/evaluator.js';
149
- export { loadSpec, resolveSpecPath } from './providers/spec/loader.js';
150
148
  export { createNativeHistoryDispatcher } from './providers/native-history/index.js';
151
149
  export type { ReaderId } from './providers/native-history/index.js';
152
150
  export { readClaudeCliSession, readCodexCliSession, readAntigravityCliSession, readHermesCliSession, } from './providers/native-history/index.js';
153
- export type { CliSpec, SpecState, ControlAction, Control, NotificationRule, DelegateTrigger, Section, } from './providers/spec/types.js';
154
- export type { SpecEvaluation, TraceEntry } from './providers/spec/evaluator.js';
155
- export { SpecDriver } from './providers/spec/driver.js';
156
- export type { DashboardEvent, DashboardCommand, SpecDriverOpts } from './providers/spec/driver.js';
151
+ export type { ControlAction, Control, NotificationRule, DelegateTrigger, } from './providers/spec/types.js';
152
+ export type { TraceEntry } from './providers/spec/evaluator.js';
153
+ export { evaluateFsm } from './providers/spec/fsm-evaluator.js';
154
+ export type { FsmClock } from './providers/spec/fsm-evaluator.js';
155
+ export { validateFsmSpec } from './providers/spec/fsm-loader.js';
156
+ export { FsmDriver } from './providers/spec/fsm-driver.js';
157
+ export type { DashboardEvent, DashboardCommand, SpecDriverOpts, ISpecDriver } from './providers/spec/fsm-driver.js';
157
158
  export { TerminalAdapter } from './providers/spec/adapter.js';
158
159
  export type { TerminalAdapterOpts, TerminalAdapterHandlers } from './providers/spec/adapter.js';
159
160
  export { validateCliProviderManifest, formatManifestValidationIssues, type ManifestValidationIssue, type ManifestValidationResult, V1_CONTRACT_VERSION, V1_PRIMITIVE_CATALOG, V1_ALL_PRIMITIVES, } from './providers/sdk/v1/index.js';