@kl-c/matrixos 0.3.58 → 0.3.59

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/cli/index.js CHANGED
@@ -2163,7 +2163,7 @@ var package_default;
2163
2163
  var init_package = __esm(() => {
2164
2164
  package_default = {
2165
2165
  name: "@kl-c/matrixos",
2166
- version: "0.3.58",
2166
+ version: "0.3.59",
2167
2167
  description: "MaTrixOS \u2014 Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
2168
2168
  main: "./dist/index.js",
2169
2169
  types: "dist/index.d.ts",
@@ -170105,13 +170105,6 @@ var DreamerConfigSchema = exports_external.object({
170105
170105
  init_src4();
170106
170106
  var GatewayConfigSectionSchema = GatewayConfigSchema.optional();
170107
170107
 
170108
- // packages/omo-opencode/src/config/schema/memory.ts
170109
- init_zod();
170110
- var MemoryConfigSchema = exports_external.object({
170111
- enabled: exports_external.boolean().optional(),
170112
- max_entries: exports_external.number().int().min(1).max(100).optional()
170113
- });
170114
-
170115
170108
  // packages/omo-opencode/src/config/schema/monitor.ts
170116
170109
  init_zod();
170117
170110
  var MonitorConfigSchema = exports_external.object({
@@ -170339,7 +170332,6 @@ var OhMyOpenCodeConfigSchema = exports_external.object({
170339
170332
  egress: EgressConfigSectionSchema,
170340
170333
  cron: CronConfigSchema.optional(),
170341
170334
  default_mode: DefaultModeConfigSchema.optional(),
170342
- memory: MemoryConfigSchema.optional(),
170343
170335
  dreamer: DreamerConfigSchema.optional(),
170344
170336
  profiles: ProfileReferencesSchema.optional(),
170345
170337
  profileRegistry: ProfileRegistrySchema.optional(),
@@ -6,8 +6,8 @@ export declare const SnapshotFileEntrySchema: z.ZodObject<{
6
6
  type: z.ZodEnum<{
7
7
  json: "json";
8
8
  markdown: "markdown";
9
- sqlite: "sqlite";
10
9
  jsonl: "jsonl";
10
+ sqlite: "sqlite";
11
11
  }>;
12
12
  sizeBytes: z.ZodNumber;
13
13
  checksum: z.ZodString;
@@ -24,8 +24,8 @@ export declare const SnapshotManifestSchema: z.ZodObject<{
24
24
  type: z.ZodEnum<{
25
25
  json: "json";
26
26
  markdown: "markdown";
27
- sqlite: "sqlite";
28
27
  jsonl: "jsonl";
28
+ sqlite: "sqlite";
29
29
  }>;
30
30
  sizeBytes: z.ZodNumber;
31
31
  checksum: z.ZodString;
@@ -2163,7 +2163,7 @@ var package_default;
2163
2163
  var init_package = __esm(() => {
2164
2164
  package_default = {
2165
2165
  name: "@kl-c/matrixos",
2166
- version: "0.3.58",
2166
+ version: "0.3.59",
2167
2167
  description: "MaTrixOS \u2014 Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
2168
2168
  main: "./dist/index.js",
2169
2169
  types: "dist/index.d.ts",
@@ -170160,13 +170160,6 @@ var DreamerConfigSchema = exports_external.object({
170160
170160
  init_src4();
170161
170161
  var GatewayConfigSectionSchema = GatewayConfigSchema.optional();
170162
170162
 
170163
- // packages/omo-opencode/src/config/schema/memory.ts
170164
- init_zod();
170165
- var MemoryConfigSchema = exports_external.object({
170166
- enabled: exports_external.boolean().optional(),
170167
- max_entries: exports_external.number().int().min(1).max(100).optional()
170168
- });
170169
-
170170
170163
  // packages/omo-opencode/src/config/schema/monitor.ts
170171
170164
  init_zod();
170172
170165
  var MonitorConfigSchema = exports_external.object({
@@ -170394,7 +170387,6 @@ var OhMyOpenCodeConfigSchema = exports_external.object({
170394
170387
  egress: EgressConfigSectionSchema,
170395
170388
  cron: CronConfigSchema.optional(),
170396
170389
  default_mode: DefaultModeConfigSchema.optional(),
170397
- memory: MemoryConfigSchema.optional(),
170398
170390
  dreamer: DreamerConfigSchema.optional(),
170399
170391
  profiles: ProfileReferencesSchema.optional(),
170400
170392
  profileRegistry: ProfileRegistrySchema.optional(),
@@ -2504,10 +2504,6 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
2504
2504
  ultrawork: z.ZodDefault<z.ZodBoolean>;
2505
2505
  ralph_loop: z.ZodDefault<z.ZodBoolean>;
2506
2506
  }, z.core.$strip>>;
2507
- memory: z.ZodOptional<z.ZodObject<{
2508
- enabled: z.ZodOptional<z.ZodBoolean>;
2509
- max_entries: z.ZodOptional<z.ZodNumber>;
2510
- }, z.core.$strip>>;
2511
2507
  dreamer: z.ZodOptional<z.ZodObject<{
2512
2508
  enabled: z.ZodDefault<z.ZodBoolean>;
2513
2509
  idle_delay_ms: z.ZodDefault<z.ZodNumber>;