mnemosyne-core 2.0.2 → 2.1.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.
Files changed (47) hide show
  1. package/README.md +42 -25
  2. package/dist/{Store-BtdYuiUx.d.mts → Store-BJ8b6xbs.d.mts} +2 -0
  3. package/dist/{Store-BtdYuiUx.d.ts → Store-BJ8b6xbs.d.ts} +2 -0
  4. package/dist/cli/index.js +475 -5708
  5. package/dist/cli/index.js.map +1 -1
  6. package/dist/cli/index.mjs +475 -5709
  7. package/dist/cli/index.mjs.map +1 -1
  8. package/dist/{index-yTOihMUk.d.mts → index-2AoCh09i.d.mts} +1 -1
  9. package/dist/{index-B2oTMNlL.d.ts → index-BZrUZX8Z.d.ts} +1 -1
  10. package/dist/{index-B8PTQKy9.d.mts → index-CHbW0NJZ.d.mts} +1 -1
  11. package/dist/{index-DWk78ifo.d.ts → index-CfqixdlW.d.ts} +1 -1
  12. package/dist/index.d.mts +4 -4
  13. package/dist/index.d.ts +4 -4
  14. package/dist/index.js +328 -5739
  15. package/dist/index.js.map +1 -1
  16. package/dist/index.mjs +327 -5739
  17. package/dist/index.mjs.map +1 -1
  18. package/dist/mcp/index.d.mts +2 -2
  19. package/dist/mcp/index.d.ts +2 -2
  20. package/dist/mcp/index.js +19 -2
  21. package/dist/mcp/index.js.map +1 -1
  22. package/dist/mcp/index.mjs +26 -2
  23. package/dist/mcp/index.mjs.map +1 -1
  24. package/dist/sdk/index.d.mts +202 -50
  25. package/dist/sdk/index.d.ts +202 -50
  26. package/dist/sdk/index.js +76 -34
  27. package/dist/sdk/index.js.map +1 -1
  28. package/dist/sdk/index.mjs +76 -34
  29. package/dist/sdk/index.mjs.map +1 -1
  30. package/dist/server/api.d.mts +1 -1
  31. package/dist/server/api.d.ts +1 -1
  32. package/dist/server/api.js +231 -154
  33. package/dist/server/api.js.map +1 -1
  34. package/dist/server/api.mjs +231 -154
  35. package/dist/server/api.mjs.map +1 -1
  36. package/dist/server/index.d.mts +2 -2
  37. package/dist/server/index.d.ts +2 -2
  38. package/dist/server/index.js +296 -5711
  39. package/dist/server/index.js.map +1 -1
  40. package/dist/server/index.mjs +295 -5711
  41. package/dist/server/index.mjs.map +1 -1
  42. package/dist/server/websocket.d.mts +1 -1
  43. package/dist/server/websocket.d.ts +1 -1
  44. package/dist/ws/index.d.mts +1 -1
  45. package/dist/ws/index.d.ts +1 -1
  46. package/package.json +1 -1
  47. package/dist/sharp-win32-x64-CXV3GA3G.node +0 -0
@@ -1,4 +1,4 @@
1
- import { S as Store } from './Store-BtdYuiUx.mjs';
1
+ import { S as Store } from './Store-BJ8b6xbs.mjs';
2
2
  import * as http from 'http';
3
3
 
4
4
  /**
@@ -3,7 +3,7 @@ import * as node_stream_promises from 'node:stream/promises';
3
3
  import * as node_stream from 'node:stream';
4
4
  import * as node_stream_web from 'node:stream/web';
5
5
  import * as node_http from 'node:http';
6
- import { C as Config, S as Store, f as Project, c as Atom } from './Store-BtdYuiUx.js';
6
+ import { C as Config, S as Store, f as Project, c as Atom } from './Store-BJ8b6xbs.js';
7
7
 
8
8
  /**
9
9
  * Mnemosyne Configuration
@@ -3,7 +3,7 @@ import * as node_stream_promises from 'node:stream/promises';
3
3
  import * as node_stream from 'node:stream';
4
4
  import * as node_stream_web from 'node:stream/web';
5
5
  import * as node_http from 'node:http';
6
- import { C as Config, S as Store, f as Project, c as Atom } from './Store-BtdYuiUx.mjs';
6
+ import { C as Config, S as Store, f as Project, c as Atom } from './Store-BJ8b6xbs.mjs';
7
7
 
8
8
  /**
9
9
  * Mnemosyne Configuration
@@ -1,4 +1,4 @@
1
- import { S as Store } from './Store-BtdYuiUx.js';
1
+ import { S as Store } from './Store-BJ8b6xbs.js';
2
2
  import * as http from 'http';
3
3
 
4
4
  /**
package/dist/index.d.mts CHANGED
@@ -1,9 +1,9 @@
1
- export { M as Mnemosyne, a as MnemosyneConfig, b as MnemosyneOptions, c as MnemosyneServer, l as loadConfig } from './index-B8PTQKy9.mjs';
2
- import { S as Store, A as Assistant } from './Store-BtdYuiUx.mjs';
3
- export { a as Action, b as AssistantRole, c as Atom, B as Block, d as Bond, C as Config, E as EventLogEntry, P as PRIORITY, e as PermissionLevel, f as Project, Q as QueueEntry, R as ROLE_PERMISSIONS, T as TEMPLATES } from './Store-BtdYuiUx.mjs';
1
+ export { M as Mnemosyne, a as MnemosyneConfig, b as MnemosyneOptions, c as MnemosyneServer, l as loadConfig } from './index-CHbW0NJZ.mjs';
2
+ import { S as Store, A as Assistant } from './Store-BJ8b6xbs.mjs';
3
+ export { a as Action, b as AssistantRole, c as Atom, B as Block, d as Bond, C as Config, E as EventLogEntry, P as PRIORITY, e as PermissionLevel, f as Project, Q as QueueEntry, R as ROLE_PERMISSIONS, T as TEMPLATES } from './Store-BJ8b6xbs.mjs';
4
4
  export { API, API as ApiRouter } from './server/api.mjs';
5
5
  import * as http from 'http';
6
- export { J as JsonRpcRequest, a as JsonRpcResponse, M as McpServer, b as McpSseTransport, c as McpStdioTransport, d as McpTool, e as McpTransport, T as TOOLS } from './index-yTOihMUk.mjs';
6
+ export { J as JsonRpcRequest, a as JsonRpcResponse, M as McpServer, b as McpSseTransport, c as McpStdioTransport, d as McpTool, e as McpTransport, T as TOOLS } from './index-2AoCh09i.mjs';
7
7
  export { WebSocketHandler, createWebSocketServer } from './server/websocket.mjs';
8
8
  export { EventBroadcaster } from './ws/index.mjs';
9
9
  import 'node:events';
package/dist/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- export { M as Mnemosyne, a as MnemosyneConfig, b as MnemosyneOptions, c as MnemosyneServer, l as loadConfig } from './index-B2oTMNlL.js';
2
- import { S as Store, A as Assistant } from './Store-BtdYuiUx.js';
3
- export { a as Action, b as AssistantRole, c as Atom, B as Block, d as Bond, C as Config, E as EventLogEntry, P as PRIORITY, e as PermissionLevel, f as Project, Q as QueueEntry, R as ROLE_PERMISSIONS, T as TEMPLATES } from './Store-BtdYuiUx.js';
1
+ export { M as Mnemosyne, a as MnemosyneConfig, b as MnemosyneOptions, c as MnemosyneServer, l as loadConfig } from './index-BZrUZX8Z.js';
2
+ import { S as Store, A as Assistant } from './Store-BJ8b6xbs.js';
3
+ export { a as Action, b as AssistantRole, c as Atom, B as Block, d as Bond, C as Config, E as EventLogEntry, P as PRIORITY, e as PermissionLevel, f as Project, Q as QueueEntry, R as ROLE_PERMISSIONS, T as TEMPLATES } from './Store-BJ8b6xbs.js';
4
4
  export { API, API as ApiRouter } from './server/api.js';
5
5
  import * as http from 'http';
6
- export { J as JsonRpcRequest, a as JsonRpcResponse, M as McpServer, b as McpSseTransport, c as McpStdioTransport, d as McpTool, e as McpTransport, T as TOOLS } from './index-DWk78ifo.js';
6
+ export { J as JsonRpcRequest, a as JsonRpcResponse, M as McpServer, b as McpSseTransport, c as McpStdioTransport, d as McpTool, e as McpTransport, T as TOOLS } from './index-CfqixdlW.js';
7
7
  export { WebSocketHandler, createWebSocketServer } from './server/websocket.js';
8
8
  export { EventBroadcaster } from './ws/index.js';
9
9
  import 'node:events';