dsh-daoing-memory 0.1.3 → 0.1.5

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 (39) hide show
  1. package/lib/client.js +593 -427
  2. package/lib/client.js.map +1 -1
  3. package/lib/typert.host.js +314 -366
  4. package/lib/typert.remote-client.d.ts +1 -1
  5. package/lib/typert.remote-client.js +312 -312
  6. package/package.json +12 -2
  7. package/lib/typert.remote-client.d.ts.map +0 -1
  8. package/lib/types/client/ExperiencePage.d.ts.map +0 -1
  9. package/lib/types/client/ExperiencePage.js.map +0 -1
  10. package/lib/types/client/FactDiaryPage.d.ts.map +0 -1
  11. package/lib/types/client/FactDiaryPage.js.map +0 -1
  12. package/lib/types/client/HumanOpsPage.d.ts.map +0 -1
  13. package/lib/types/client/HumanOpsPage.js.map +0 -1
  14. package/lib/types/client/LedgerPage.d.ts.map +0 -1
  15. package/lib/types/client/LedgerPage.js.map +0 -1
  16. package/lib/types/client/MemoryFooterAction.d.ts.map +0 -1
  17. package/lib/types/client/MemoryFooterAction.js.map +0 -1
  18. package/lib/types/client/Workbench.d.ts.map +0 -1
  19. package/lib/types/client/Workbench.js.map +0 -1
  20. package/lib/types/client/actions.d.ts.map +0 -1
  21. package/lib/types/client/actions.js.map +0 -1
  22. package/lib/types/client/index.d.ts.map +0 -1
  23. package/lib/types/client/index.js.map +0 -1
  24. package/lib/types/client/navStore.d.ts.map +0 -1
  25. package/lib/types/client/navStore.js.map +0 -1
  26. package/lib/types/core.d.ts.map +0 -1
  27. package/lib/types/core.js.map +0 -1
  28. package/lib/types/index.d.ts.map +0 -1
  29. package/lib/types/index.js.map +0 -1
  30. package/lib/types/invariant.d.ts.map +0 -1
  31. package/lib/types/invariant.js.map +0 -1
  32. package/lib/types/service.d.ts.map +0 -1
  33. package/lib/types/service.js.map +0 -1
  34. package/lib/types/store.d.ts.map +0 -1
  35. package/lib/types/store.js.map +0 -1
  36. package/lib/types/tools.d.ts.map +0 -1
  37. package/lib/types/tools.js.map +0 -1
  38. package/lib/types/types.d.ts.map +0 -1
  39. package/lib/types/types.js.map +0 -1
package/lib/client.js CHANGED
@@ -4,7 +4,6 @@ window.__ModuleLoader__.load({
4
4
  var module = { exports: {} };
5
5
  var exports = module.exports;
6
6
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
7
- let _deepseek_ai_dsh_client_ui_primitives = require("@deepseek-ai/dsh-client-ui-primitives");
8
7
  let react_jsx_runtime = require("react/jsx-runtime");
9
8
  let react = require("react");
10
9
  let _deepseek_ai_dsh_client_runtime_client = require("@deepseek-ai/dsh-client-runtime/client");
@@ -4082,8 +4081,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4082
4081
  }
4083
4082
  //#endregion
4084
4083
  //#region lib/typert.remote-client.js
4085
- const _dsh_daoing_memory_memory_appendDiary_parameter_0$schema = intersection(string(), unknown());
4086
- const _dsh_daoing_memory_memory_appendDiary_parameter_1$schema = object({
4084
+ const dsh_daoing_memory_memory_appendDiary_parameter_0$schema = intersection(string(), unknown());
4085
+ const dsh_daoing_memory_memory_appendDiary_parameter_1$schema = object({
4087
4086
  "kind": union([
4088
4087
  literal("other"),
4089
4088
  literal("said"),
@@ -4096,7 +4095,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4096
4095
  "sessionRef": string().optional(),
4097
4096
  "tags": array(string()).optional()
4098
4097
  });
4099
- const _dsh_daoing_memory_memory_appendDiary_result$schema = object({
4098
+ const dsh_daoing_memory_memory_appendDiary_result$schema = object({
4100
4099
  "entry": object({
4101
4100
  "id": string(),
4102
4101
  "ts": number(),
@@ -4131,8 +4130,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4131
4130
  "extracted": boolean()
4132
4131
  })).optional()
4133
4132
  });
4134
- const _dsh_daoing_memory_memory_consolidate_parameter_0$schema = intersection(string(), unknown());
4135
- const _dsh_daoing_memory_memory_consolidate_parameter_1$schema = object({
4133
+ const dsh_daoing_memory_memory_consolidate_parameter_0$schema = intersection(string(), unknown());
4134
+ const dsh_daoing_memory_memory_consolidate_parameter_1$schema = object({
4136
4135
  "merges": array(object({
4137
4136
  "family": string(),
4138
4137
  "kind": union([literal("positive"), literal("negative")]),
@@ -4146,7 +4145,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4146
4145
  })),
4147
4146
  "note": string().optional()
4148
4147
  });
4149
- const _dsh_daoing_memory_memory_consolidate_result$schema = object({
4148
+ const dsh_daoing_memory_memory_consolidate_result$schema = object({
4150
4149
  "consolidated": number(),
4151
4150
  "archived": number(),
4152
4151
  "skipped": array(object({
@@ -4154,15 +4153,15 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4154
4153
  "reason": string()
4155
4154
  }))
4156
4155
  });
4157
- const _dsh_daoing_memory_memory_consolidationDue_parameter_0$schema = intersection(string(), unknown());
4158
- const _dsh_daoing_memory_memory_consolidationDue_result$schema = object({
4156
+ const dsh_daoing_memory_memory_consolidationDue_parameter_0$schema = intersection(string(), unknown());
4157
+ const dsh_daoing_memory_memory_consolidationDue_result$schema = object({
4159
4158
  "due": boolean(),
4160
4159
  "lastTs": number(),
4161
4160
  "newSince": number(),
4162
4161
  "hoursSince": number()
4163
4162
  });
4164
- const _dsh_daoing_memory_memory_exportLibrary_parameter_0$schema = intersection(string(), unknown());
4165
- const _dsh_daoing_memory_memory_exportLibrary_result$schema = object({
4163
+ const dsh_daoing_memory_memory_exportLibrary_parameter_0$schema = intersection(string(), unknown());
4164
+ const dsh_daoing_memory_memory_exportLibrary_result$schema = object({
4166
4165
  "exportedAt": number(),
4167
4166
  "schemaVersion": number(),
4168
4167
  "experiences": array(object({
@@ -4315,8 +4314,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4315
4314
  "hash": string()
4316
4315
  }))
4317
4316
  });
4318
- const _dsh_daoing_memory_memory_extract_parameter_0$schema = intersection(string(), unknown());
4319
- const _dsh_daoing_memory_memory_extract_parameter_1$schema = object({
4317
+ const dsh_daoing_memory_memory_extract_parameter_0$schema = intersection(string(), unknown());
4318
+ const dsh_daoing_memory_memory_extract_parameter_1$schema = object({
4320
4319
  "proposals": array(object({
4321
4320
  "category": union([
4322
4321
  literal("other"),
@@ -4352,10 +4351,10 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4352
4351
  literal("commitment")
4353
4352
  ]).optional(),
4354
4353
  "status": union([
4355
- literal("paused"),
4356
4354
  literal("ongoing"),
4357
4355
  literal("concluded"),
4358
- literal("recurring")
4356
+ literal("recurring"),
4357
+ literal("paused")
4359
4358
  ]).optional(),
4360
4359
  "concernId": string().optional(),
4361
4360
  "sourceDiaryIds": array(string()),
@@ -4363,7 +4362,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4363
4362
  })).optional(),
4364
4363
  "summary": string()
4365
4364
  });
4366
- const _dsh_daoing_memory_memory_extract_result$schema = object({
4365
+ const dsh_daoing_memory_memory_extract_result$schema = object({
4367
4366
  "applied": array(object({
4368
4367
  "id": string(),
4369
4368
  "category": union([
@@ -4446,10 +4445,10 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4446
4445
  })),
4447
4446
  "appliedConcerns": number()
4448
4447
  });
4449
- const _dsh_daoing_memory_memory_extractionLog_parameter_0$schema = intersection(string(), unknown());
4450
- const _dsh_daoing_memory_memory_extractionLog_parameter_1$schema = number();
4451
- const _dsh_daoing_memory_memory_extractionLog_parameter_2$schema = number();
4452
- const _dsh_daoing_memory_memory_extractionLog_result$schema = array(object({
4448
+ const dsh_daoing_memory_memory_extractionLog_parameter_0$schema = intersection(string(), unknown());
4449
+ const dsh_daoing_memory_memory_extractionLog_parameter_1$schema = number();
4450
+ const dsh_daoing_memory_memory_extractionLog_parameter_2$schema = number();
4451
+ const dsh_daoing_memory_memory_extractionLog_result$schema = array(object({
4453
4452
  "id": string(),
4454
4453
  "ts": number(),
4455
4454
  "trigger": union([literal("cadence"), literal("manual")]),
@@ -4457,11 +4456,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4457
4456
  "producedFactIds": array(string()),
4458
4457
  "diaryCount": number()
4459
4458
  }));
4460
- const _dsh_daoing_memory_memory_extractionLogCount_parameter_0$schema = intersection(string(), unknown());
4461
- const _dsh_daoing_memory_memory_extractionLogCount_result$schema = number();
4462
- const _dsh_daoing_memory_memory_family_parameter_0$schema = intersection(string(), unknown());
4463
- const _dsh_daoing_memory_memory_family_parameter_1$schema = string();
4464
- const _dsh_daoing_memory_memory_family_result$schema = array(object({
4459
+ const dsh_daoing_memory_memory_extractionLogCount_parameter_0$schema = intersection(string(), unknown());
4460
+ const dsh_daoing_memory_memory_extractionLogCount_result$schema = number();
4461
+ const dsh_daoing_memory_memory_family_parameter_0$schema = intersection(string(), unknown());
4462
+ const dsh_daoing_memory_memory_family_parameter_1$schema = string();
4463
+ const dsh_daoing_memory_memory_family_result$schema = array(object({
4465
4464
  "id": string(),
4466
4465
  "revision": number(),
4467
4466
  "kind": union([literal("positive"), literal("negative")]),
@@ -4507,10 +4506,10 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4507
4506
  "createdAt": number(),
4508
4507
  "updatedAt": number()
4509
4508
  }));
4510
- const _dsh_daoing_memory_memory_get_parameter_0$schema = intersection(string(), unknown());
4511
- const _dsh_daoing_memory_memory_get_parameter_1$schema = string();
4512
- const _dsh_daoing_memory_memory_get_parameter_2$schema = union([_undefined(), number()]);
4513
- const _dsh_daoing_memory_memory_get_result$schema = union([_undefined(), object({
4509
+ const dsh_daoing_memory_memory_get_parameter_0$schema = intersection(string(), unknown());
4510
+ const dsh_daoing_memory_memory_get_parameter_1$schema = string();
4511
+ const dsh_daoing_memory_memory_get_parameter_2$schema = union([_undefined(), number()]);
4512
+ const dsh_daoing_memory_memory_get_result$schema = union([_undefined(), object({
4514
4513
  "id": string(),
4515
4514
  "revision": number(),
4516
4515
  "kind": union([literal("positive"), literal("negative")]),
@@ -4556,9 +4555,9 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4556
4555
  "createdAt": number(),
4557
4556
  "updatedAt": number()
4558
4557
  })]);
4559
- const _dsh_daoing_memory_memory_getDiaryByIds_parameter_0$schema = intersection(string(), unknown());
4560
- const _dsh_daoing_memory_memory_getDiaryByIds_parameter_1$schema = array(string());
4561
- const _dsh_daoing_memory_memory_getDiaryByIds_result$schema = array(object({
4558
+ const dsh_daoing_memory_memory_getDiaryByIds_parameter_0$schema = intersection(string(), unknown());
4559
+ const dsh_daoing_memory_memory_getDiaryByIds_parameter_1$schema = array(string());
4560
+ const dsh_daoing_memory_memory_getDiaryByIds_result$schema = array(object({
4562
4561
  "id": string(),
4563
4562
  "ts": number(),
4564
4563
  "kind": union([
@@ -4574,12 +4573,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4574
4573
  "tags": array(string()),
4575
4574
  "extracted": boolean()
4576
4575
  }));
4577
- const _dsh_daoing_memory_memory_humanAckDiary_parameter_0$schema = intersection(string(), unknown());
4578
- const _dsh_daoing_memory_memory_humanAckDiary_parameter_1$schema = object({
4576
+ const dsh_daoing_memory_memory_humanAckDiary_parameter_0$schema = intersection(string(), unknown());
4577
+ const dsh_daoing_memory_memory_humanAckDiary_parameter_1$schema = object({
4579
4578
  "diaryId": string(),
4580
4579
  "reason": string()
4581
4580
  });
4582
- const _dsh_daoing_memory_memory_humanAckDiary_result$schema = object({
4581
+ const dsh_daoing_memory_memory_humanAckDiary_result$schema = object({
4583
4582
  "id": string(),
4584
4583
  "ts": number(),
4585
4584
  "kind": union([
@@ -4595,8 +4594,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4595
4594
  "tags": array(string()),
4596
4595
  "extracted": boolean()
4597
4596
  });
4598
- const _dsh_daoing_memory_memory_humanAddExperience_parameter_0$schema = intersection(string(), unknown());
4599
- const _dsh_daoing_memory_memory_humanAddExperience_parameter_1$schema = object({
4597
+ const dsh_daoing_memory_memory_humanAddExperience_parameter_0$schema = intersection(string(), unknown());
4598
+ const dsh_daoing_memory_memory_humanAddExperience_parameter_1$schema = object({
4600
4599
  "kind": union([literal("positive"), literal("negative")]),
4601
4600
  "family": string(),
4602
4601
  "gist": string(),
@@ -4611,7 +4610,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4611
4610
  "context": string().optional(),
4612
4611
  "reason": string()
4613
4612
  });
4614
- const _dsh_daoing_memory_memory_humanAddExperience_result$schema = object({
4613
+ const dsh_daoing_memory_memory_humanAddExperience_result$schema = object({
4615
4614
  "id": string(),
4616
4615
  "revision": number(),
4617
4616
  "kind": union([literal("positive"), literal("negative")]),
@@ -4657,8 +4656,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4657
4656
  "createdAt": number(),
4658
4657
  "updatedAt": number()
4659
4658
  });
4660
- const _dsh_daoing_memory_memory_humanAddFact_parameter_0$schema = intersection(string(), unknown());
4661
- const _dsh_daoing_memory_memory_humanAddFact_parameter_1$schema = object({
4659
+ const dsh_daoing_memory_memory_humanAddFact_parameter_0$schema = intersection(string(), unknown());
4660
+ const dsh_daoing_memory_memory_humanAddFact_parameter_1$schema = object({
4662
4661
  "category": union([
4663
4662
  literal("other"),
4664
4663
  literal("preference"),
@@ -4675,7 +4674,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4675
4674
  "locked": boolean().optional(),
4676
4675
  "reason": string()
4677
4676
  });
4678
- const _dsh_daoing_memory_memory_humanAddFact_result$schema = object({
4677
+ const dsh_daoing_memory_memory_humanAddFact_result$schema = object({
4679
4678
  "id": string(),
4680
4679
  "category": union([
4681
4680
  literal("other"),
@@ -4705,13 +4704,13 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4705
4704
  "deleted": boolean(),
4706
4705
  "conflictPending": boolean()
4707
4706
  });
4708
- const _dsh_daoing_memory_memory_humanConfirmFact_parameter_0$schema = intersection(string(), unknown());
4709
- const _dsh_daoing_memory_memory_humanConfirmFact_parameter_1$schema = object({
4707
+ const dsh_daoing_memory_memory_humanConfirmFact_parameter_0$schema = intersection(string(), unknown());
4708
+ const dsh_daoing_memory_memory_humanConfirmFact_parameter_1$schema = object({
4710
4709
  "factId": string(),
4711
4710
  "locked": boolean(),
4712
4711
  "reason": string()
4713
4712
  });
4714
- const _dsh_daoing_memory_memory_humanConfirmFact_result$schema = object({
4713
+ const dsh_daoing_memory_memory_humanConfirmFact_result$schema = object({
4715
4714
  "id": string(),
4716
4715
  "category": union([
4717
4716
  literal("other"),
@@ -4741,26 +4740,26 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4741
4740
  "deleted": boolean(),
4742
4741
  "conflictPending": boolean()
4743
4742
  });
4744
- const _dsh_daoing_memory_memory_humanDeleteConcern_parameter_0$schema = intersection(string(), unknown());
4745
- const _dsh_daoing_memory_memory_humanDeleteConcern_parameter_1$schema = object({
4743
+ const dsh_daoing_memory_memory_humanDeleteConcern_parameter_0$schema = intersection(string(), unknown());
4744
+ const dsh_daoing_memory_memory_humanDeleteConcern_parameter_1$schema = object({
4746
4745
  "id": string(),
4747
4746
  "reason": string()
4748
4747
  });
4749
- const _dsh_daoing_memory_memory_humanDeleteConcern_result$schema = object({ "deleted": literal(true) });
4750
- const _dsh_daoing_memory_memory_humanDeleteExperience_parameter_0$schema = intersection(string(), unknown());
4751
- const _dsh_daoing_memory_memory_humanDeleteExperience_parameter_1$schema = object({
4748
+ const dsh_daoing_memory_memory_humanDeleteConcern_result$schema = object({ "deleted": literal(true) });
4749
+ const dsh_daoing_memory_memory_humanDeleteExperience_parameter_0$schema = intersection(string(), unknown());
4750
+ const dsh_daoing_memory_memory_humanDeleteExperience_parameter_1$schema = object({
4752
4751
  "id": string(),
4753
4752
  "reason": string()
4754
4753
  });
4755
- const _dsh_daoing_memory_memory_humanDeleteExperience_result$schema = object({ "deleted": literal(true) });
4756
- const _dsh_daoing_memory_memory_humanDeleteFact_parameter_0$schema = intersection(string(), unknown());
4757
- const _dsh_daoing_memory_memory_humanDeleteFact_parameter_1$schema = object({
4754
+ const dsh_daoing_memory_memory_humanDeleteExperience_result$schema = object({ "deleted": literal(true) });
4755
+ const dsh_daoing_memory_memory_humanDeleteFact_parameter_0$schema = intersection(string(), unknown());
4756
+ const dsh_daoing_memory_memory_humanDeleteFact_parameter_1$schema = object({
4758
4757
  "factId": string(),
4759
4758
  "reason": string()
4760
4759
  });
4761
- const _dsh_daoing_memory_memory_humanDeleteFact_result$schema = object({ "deleted": literal(true) });
4762
- const _dsh_daoing_memory_memory_humanEditExperience_parameter_0$schema = intersection(string(), unknown());
4763
- const _dsh_daoing_memory_memory_humanEditExperience_parameter_1$schema = object({
4760
+ const dsh_daoing_memory_memory_humanDeleteFact_result$schema = object({ "deleted": literal(true) });
4761
+ const dsh_daoing_memory_memory_humanEditExperience_parameter_0$schema = intersection(string(), unknown());
4762
+ const dsh_daoing_memory_memory_humanEditExperience_parameter_1$schema = object({
4764
4763
  "id": string(),
4765
4764
  "reason": string(),
4766
4765
  "gist": string().optional(),
@@ -4775,7 +4774,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4775
4774
  "context": string().optional(),
4776
4775
  "globalFlag": boolean().optional()
4777
4776
  });
4778
- const _dsh_daoing_memory_memory_humanEditExperience_result$schema = object({
4777
+ const dsh_daoing_memory_memory_humanEditExperience_result$schema = object({
4779
4778
  "id": string(),
4780
4779
  "revision": number(),
4781
4780
  "kind": union([literal("positive"), literal("negative")]),
@@ -4821,13 +4820,13 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4821
4820
  "createdAt": number(),
4822
4821
  "updatedAt": number()
4823
4822
  });
4824
- const _dsh_daoing_memory_memory_humanEditFact_parameter_0$schema = intersection(string(), unknown());
4825
- const _dsh_daoing_memory_memory_humanEditFact_parameter_1$schema = object({
4823
+ const dsh_daoing_memory_memory_humanEditFact_parameter_0$schema = intersection(string(), unknown());
4824
+ const dsh_daoing_memory_memory_humanEditFact_parameter_1$schema = object({
4826
4825
  "factId": string(),
4827
4826
  "value": string(),
4828
4827
  "reason": string()
4829
4828
  });
4830
- const _dsh_daoing_memory_memory_humanEditFact_result$schema = object({
4829
+ const dsh_daoing_memory_memory_humanEditFact_result$schema = object({
4831
4830
  "id": string(),
4832
4831
  "category": union([
4833
4832
  literal("other"),
@@ -4857,13 +4856,13 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4857
4856
  "deleted": boolean(),
4858
4857
  "conflictPending": boolean()
4859
4858
  });
4860
- const _dsh_daoing_memory_memory_humanPin_parameter_0$schema = intersection(string(), unknown());
4861
- const _dsh_daoing_memory_memory_humanPin_parameter_1$schema = object({
4859
+ const dsh_daoing_memory_memory_humanPin_parameter_0$schema = intersection(string(), unknown());
4860
+ const dsh_daoing_memory_memory_humanPin_parameter_1$schema = object({
4862
4861
  "id": string(),
4863
4862
  "pinned": boolean(),
4864
4863
  "reason": string()
4865
4864
  });
4866
- const _dsh_daoing_memory_memory_humanPin_result$schema = object({
4865
+ const dsh_daoing_memory_memory_humanPin_result$schema = object({
4867
4866
  "id": string(),
4868
4867
  "revision": number(),
4869
4868
  "kind": union([literal("positive"), literal("negative")]),
@@ -4909,10 +4908,10 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4909
4908
  "createdAt": number(),
4910
4909
  "updatedAt": number()
4911
4910
  });
4912
- const _dsh_daoing_memory_memory_humanPromote_parameter_0$schema = intersection(string(), unknown());
4913
- const _dsh_daoing_memory_memory_humanPromote_parameter_1$schema = string();
4914
- const _dsh_daoing_memory_memory_humanPromote_parameter_2$schema = string();
4915
- const _dsh_daoing_memory_memory_humanPromote_result$schema = object({
4911
+ const dsh_daoing_memory_memory_humanPromote_parameter_0$schema = intersection(string(), unknown());
4912
+ const dsh_daoing_memory_memory_humanPromote_parameter_1$schema = string();
4913
+ const dsh_daoing_memory_memory_humanPromote_parameter_2$schema = string();
4914
+ const dsh_daoing_memory_memory_humanPromote_result$schema = object({
4916
4915
  "id": string(),
4917
4916
  "revision": number(),
4918
4917
  "kind": union([literal("positive"), literal("negative")]),
@@ -4958,12 +4957,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4958
4957
  "createdAt": number(),
4959
4958
  "updatedAt": number()
4960
4959
  });
4961
- const _dsh_daoing_memory_memory_humanReleaseCold_parameter_0$schema = intersection(string(), unknown());
4962
- const _dsh_daoing_memory_memory_humanReleaseCold_parameter_1$schema = object({
4960
+ const dsh_daoing_memory_memory_humanReleaseCold_parameter_0$schema = intersection(string(), unknown());
4961
+ const dsh_daoing_memory_memory_humanReleaseCold_parameter_1$schema = object({
4963
4962
  "id": string(),
4964
4963
  "reason": string()
4965
4964
  });
4966
- const _dsh_daoing_memory_memory_humanReleaseCold_result$schema = object({
4965
+ const dsh_daoing_memory_memory_humanReleaseCold_result$schema = object({
4967
4966
  "id": string(),
4968
4967
  "revision": number(),
4969
4968
  "kind": union([literal("positive"), literal("negative")]),
@@ -5009,13 +5008,13 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5009
5008
  "createdAt": number(),
5010
5009
  "updatedAt": number()
5011
5010
  });
5012
- const _dsh_daoing_memory_memory_humanRollback_parameter_0$schema = intersection(string(), unknown());
5013
- const _dsh_daoing_memory_memory_humanRollback_parameter_1$schema = object({
5011
+ const dsh_daoing_memory_memory_humanRollback_parameter_0$schema = intersection(string(), unknown());
5012
+ const dsh_daoing_memory_memory_humanRollback_parameter_1$schema = object({
5014
5013
  "id": string(),
5015
5014
  "toRevision": number(),
5016
5015
  "reason": string()
5017
5016
  });
5018
- const _dsh_daoing_memory_memory_humanRollback_result$schema = object({
5017
+ const dsh_daoing_memory_memory_humanRollback_result$schema = object({
5019
5018
  "id": string(),
5020
5019
  "revision": number(),
5021
5020
  "kind": union([literal("positive"), literal("negative")]),
@@ -5061,20 +5060,20 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5061
5060
  "createdAt": number(),
5062
5061
  "updatedAt": number()
5063
5062
  });
5064
- const _dsh_daoing_memory_memory_humanSetConcernStatus_parameter_0$schema = intersection(string(), unknown());
5065
- const _dsh_daoing_memory_memory_humanSetConcernStatus_parameter_1$schema = object({
5063
+ const dsh_daoing_memory_memory_humanSetConcernStatus_parameter_0$schema = intersection(string(), unknown());
5064
+ const dsh_daoing_memory_memory_humanSetConcernStatus_parameter_1$schema = object({
5066
5065
  "id": string(),
5067
5066
  "status": union([
5068
- literal("paused"),
5069
5067
  literal("ongoing"),
5070
5068
  literal("concluded"),
5071
- literal("recurring")
5069
+ literal("recurring"),
5070
+ literal("paused")
5072
5071
  ]),
5073
5072
  "reason": string()
5074
5073
  });
5075
- const _dsh_daoing_memory_memory_humanSetConcernStatus_result$schema = object({ "ok": literal(true) });
5076
- const _dsh_daoing_memory_memory_ingest_parameter_0$schema = intersection(string(), unknown());
5077
- const _dsh_daoing_memory_memory_ingest_parameter_1$schema = object({
5074
+ const dsh_daoing_memory_memory_humanSetConcernStatus_result$schema = object({ "ok": literal(true) });
5075
+ const dsh_daoing_memory_memory_ingest_parameter_0$schema = intersection(string(), unknown());
5076
+ const dsh_daoing_memory_memory_ingest_parameter_1$schema = object({
5078
5077
  "sourceType": union([
5079
5078
  literal("conversation"),
5080
5079
  literal("document"),
@@ -5100,7 +5099,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5100
5099
  })),
5101
5100
  "note": string().optional()
5102
5101
  });
5103
- const _dsh_daoing_memory_memory_ingest_result$schema = object({
5102
+ const dsh_daoing_memory_memory_ingest_result$schema = object({
5104
5103
  "accepted": array(object({
5105
5104
  "id": string(),
5106
5105
  "revision": number(),
@@ -5156,8 +5155,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5156
5155
  "beta": number()
5157
5156
  })
5158
5157
  });
5159
- const _dsh_daoing_memory_memory_ledgerQuery_parameter_0$schema = intersection(string(), unknown());
5160
- const _dsh_daoing_memory_memory_ledgerQuery_parameter_1$schema = object({
5158
+ const dsh_daoing_memory_memory_ledgerQuery_parameter_0$schema = intersection(string(), unknown());
5159
+ const dsh_daoing_memory_memory_ledgerQuery_parameter_1$schema = object({
5161
5160
  "objectType": union([
5162
5161
  literal("experience"),
5163
5162
  literal("fact"),
@@ -5172,7 +5171,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5172
5171
  "seqFrom": number().optional(),
5173
5172
  "seqTo": number().optional()
5174
5173
  });
5175
- const _dsh_daoing_memory_memory_ledgerQuery_result$schema = array(object({
5174
+ const dsh_daoing_memory_memory_ledgerQuery_result$schema = array(object({
5176
5175
  "seq": number(),
5177
5176
  "ts": number(),
5178
5177
  "op": string(),
@@ -5190,8 +5189,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5190
5189
  "prevHash": string(),
5191
5190
  "hash": string()
5192
5191
  }));
5193
- const _dsh_daoing_memory_memory_ledgerQueryCount_parameter_0$schema = intersection(string(), unknown());
5194
- const _dsh_daoing_memory_memory_ledgerQueryCount_parameter_1$schema = object({
5192
+ const dsh_daoing_memory_memory_ledgerQueryCount_parameter_0$schema = intersection(string(), unknown());
5193
+ const dsh_daoing_memory_memory_ledgerQueryCount_parameter_1$schema = object({
5195
5194
  "objectType": union([
5196
5195
  literal("experience"),
5197
5196
  literal("fact"),
@@ -5206,9 +5205,9 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5206
5205
  "seqFrom": number().optional(),
5207
5206
  "seqTo": number().optional()
5208
5207
  });
5209
- const _dsh_daoing_memory_memory_ledgerQueryCount_result$schema = number();
5210
- const _dsh_daoing_memory_memory_list_parameter_0$schema = intersection(string(), unknown());
5211
- const _dsh_daoing_memory_memory_list_parameter_1$schema = object({
5208
+ const dsh_daoing_memory_memory_ledgerQueryCount_result$schema = number();
5209
+ const dsh_daoing_memory_memory_list_parameter_0$schema = intersection(string(), unknown());
5210
+ const dsh_daoing_memory_memory_list_parameter_1$schema = object({
5212
5211
  "status": union([
5213
5212
  literal("candidate"),
5214
5213
  literal("live"),
@@ -5221,7 +5220,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5221
5220
  "family": string().optional(),
5222
5221
  "context": string().optional()
5223
5222
  });
5224
- const _dsh_daoing_memory_memory_list_result$schema = array(object({
5223
+ const dsh_daoing_memory_memory_list_result$schema = array(object({
5225
5224
  "id": string(),
5226
5225
  "revision": number(),
5227
5226
  "kind": union([literal("positive"), literal("negative")]),
@@ -5267,12 +5266,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5267
5266
  "createdAt": number(),
5268
5267
  "updatedAt": number()
5269
5268
  }));
5270
- const _dsh_daoing_memory_memory_listConcerns_parameter_0$schema = intersection(string(), unknown());
5271
- const _dsh_daoing_memory_memory_listConcerns_parameter_1$schema = string();
5272
- const _dsh_daoing_memory_memory_listConcerns_parameter_2$schema = string();
5273
- const _dsh_daoing_memory_memory_listConcerns_parameter_3$schema = number();
5274
- const _dsh_daoing_memory_memory_listConcerns_parameter_4$schema = number();
5275
- const _dsh_daoing_memory_memory_listConcerns_result$schema = array(object({
5269
+ const dsh_daoing_memory_memory_listConcerns_parameter_0$schema = intersection(string(), unknown());
5270
+ const dsh_daoing_memory_memory_listConcerns_parameter_1$schema = string();
5271
+ const dsh_daoing_memory_memory_listConcerns_parameter_2$schema = string();
5272
+ const dsh_daoing_memory_memory_listConcerns_parameter_3$schema = number();
5273
+ const dsh_daoing_memory_memory_listConcerns_parameter_4$schema = number();
5274
+ const dsh_daoing_memory_memory_listConcerns_result$schema = array(object({
5276
5275
  "concern": object({
5277
5276
  "id": string(),
5278
5277
  "parentId": string().optional(),
@@ -5288,10 +5287,10 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5288
5287
  literal("commitment")
5289
5288
  ]).optional(),
5290
5289
  "status": union([
5291
- literal("paused"),
5292
5290
  literal("ongoing"),
5293
5291
  literal("concluded"),
5294
- literal("recurring")
5292
+ literal("recurring"),
5293
+ literal("paused")
5295
5294
  ]).optional(),
5296
5295
  "ts": number(),
5297
5296
  "sourceDiaryIds": array(string()),
@@ -5313,10 +5312,10 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5313
5312
  literal("commitment")
5314
5313
  ]).optional(),
5315
5314
  "status": union([
5316
- literal("paused"),
5317
5315
  literal("ongoing"),
5318
5316
  literal("concluded"),
5319
- literal("recurring")
5317
+ literal("recurring"),
5318
+ literal("paused")
5320
5319
  ]).optional(),
5321
5320
  "ts": number(),
5322
5321
  "sourceDiaryIds": array(string()),
@@ -5324,15 +5323,15 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5324
5323
  "deleted": boolean()
5325
5324
  }))
5326
5325
  }));
5327
- const _dsh_daoing_memory_memory_listConcernsCount_parameter_0$schema = intersection(string(), unknown());
5328
- const _dsh_daoing_memory_memory_listConcernsCount_parameter_1$schema = string();
5329
- const _dsh_daoing_memory_memory_listConcernsCount_parameter_2$schema = string();
5330
- const _dsh_daoing_memory_memory_listConcernsCount_result$schema = number();
5331
- const _dsh_daoing_memory_memory_listDiary_parameter_0$schema = intersection(string(), unknown());
5332
- const _dsh_daoing_memory_memory_listDiary_parameter_1$schema = number();
5333
- const _dsh_daoing_memory_memory_listDiary_parameter_2$schema = number();
5334
- const _dsh_daoing_memory_memory_listDiary_parameter_3$schema = boolean();
5335
- const _dsh_daoing_memory_memory_listDiary_result$schema = array(object({
5326
+ const dsh_daoing_memory_memory_listConcernsCount_parameter_0$schema = intersection(string(), unknown());
5327
+ const dsh_daoing_memory_memory_listConcernsCount_parameter_1$schema = string();
5328
+ const dsh_daoing_memory_memory_listConcernsCount_parameter_2$schema = string();
5329
+ const dsh_daoing_memory_memory_listConcernsCount_result$schema = number();
5330
+ const dsh_daoing_memory_memory_listDiary_parameter_0$schema = intersection(string(), unknown());
5331
+ const dsh_daoing_memory_memory_listDiary_parameter_1$schema = number();
5332
+ const dsh_daoing_memory_memory_listDiary_parameter_2$schema = number();
5333
+ const dsh_daoing_memory_memory_listDiary_parameter_3$schema = boolean();
5334
+ const dsh_daoing_memory_memory_listDiary_result$schema = array(object({
5336
5335
  "id": string(),
5337
5336
  "ts": number(),
5338
5337
  "kind": union([
@@ -5348,12 +5347,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5348
5347
  "tags": array(string()),
5349
5348
  "extracted": boolean()
5350
5349
  }));
5351
- const _dsh_daoing_memory_memory_listFacts_parameter_0$schema = intersection(string(), unknown());
5352
- const _dsh_daoing_memory_memory_listFacts_parameter_1$schema = string();
5353
- const _dsh_daoing_memory_memory_listFacts_parameter_2$schema = boolean();
5354
- const _dsh_daoing_memory_memory_listFacts_parameter_3$schema = number();
5355
- const _dsh_daoing_memory_memory_listFacts_parameter_4$schema = number();
5356
- const _dsh_daoing_memory_memory_listFacts_result$schema = array(object({
5350
+ const dsh_daoing_memory_memory_listFacts_parameter_0$schema = intersection(string(), unknown());
5351
+ const dsh_daoing_memory_memory_listFacts_parameter_1$schema = string();
5352
+ const dsh_daoing_memory_memory_listFacts_parameter_2$schema = boolean();
5353
+ const dsh_daoing_memory_memory_listFacts_parameter_3$schema = number();
5354
+ const dsh_daoing_memory_memory_listFacts_parameter_4$schema = number();
5355
+ const dsh_daoing_memory_memory_listFacts_result$schema = array(object({
5357
5356
  "id": string(),
5358
5357
  "category": union([
5359
5358
  literal("other"),
@@ -5383,12 +5382,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5383
5382
  "deleted": boolean(),
5384
5383
  "conflictPending": boolean()
5385
5384
  }));
5386
- const _dsh_daoing_memory_memory_listFactsCount_parameter_0$schema = intersection(string(), unknown());
5387
- const _dsh_daoing_memory_memory_listFactsCount_parameter_1$schema = string();
5388
- const _dsh_daoing_memory_memory_listFactsCount_parameter_2$schema = boolean();
5389
- const _dsh_daoing_memory_memory_listFactsCount_result$schema = number();
5390
- const _dsh_daoing_memory_memory_recall_parameter_0$schema = intersection(string(), unknown());
5391
- const _dsh_daoing_memory_memory_recall_parameter_1$schema = object({
5385
+ const dsh_daoing_memory_memory_listFactsCount_parameter_0$schema = intersection(string(), unknown());
5386
+ const dsh_daoing_memory_memory_listFactsCount_parameter_1$schema = string();
5387
+ const dsh_daoing_memory_memory_listFactsCount_parameter_2$schema = boolean();
5388
+ const dsh_daoing_memory_memory_listFactsCount_result$schema = number();
5389
+ const dsh_daoing_memory_memory_recall_parameter_0$schema = intersection(string(), unknown());
5390
+ const dsh_daoing_memory_memory_recall_parameter_1$schema = object({
5392
5391
  "situation": string(),
5393
5392
  "topK": number().optional(),
5394
5393
  "budgetTokens": number().optional(),
@@ -5396,7 +5395,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5396
5395
  "context": string().optional(),
5397
5396
  "includeTrials": boolean().optional()
5398
5397
  });
5399
- const _dsh_daoing_memory_memory_recall_result$schema = object({
5398
+ const dsh_daoing_memory_memory_recall_result$schema = object({
5400
5399
  "items": array(object({
5401
5400
  "experience": object({
5402
5401
  "id": string(),
@@ -5507,8 +5506,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5507
5506
  })),
5508
5507
  "consolidationDue": boolean()
5509
5508
  });
5510
- const _dsh_daoing_memory_memory_refine_parameter_0$schema = intersection(string(), unknown());
5511
- const _dsh_daoing_memory_memory_refine_parameter_1$schema = object({
5509
+ const dsh_daoing_memory_memory_refine_parameter_0$schema = intersection(string(), unknown());
5510
+ const dsh_daoing_memory_memory_refine_parameter_1$schema = object({
5512
5511
  "kind": union([literal("positive"), literal("negative")]),
5513
5512
  "family": string(),
5514
5513
  "gist": string(),
@@ -5533,7 +5532,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5533
5532
  "humanMarked": boolean().optional(),
5534
5533
  "context": string().optional()
5535
5534
  });
5536
- const _dsh_daoing_memory_memory_refine_result$schema = object({
5535
+ const dsh_daoing_memory_memory_refine_result$schema = object({
5537
5536
  "accepted": boolean(),
5538
5537
  "reason": string().optional(),
5539
5538
  "experience": object({
@@ -5584,8 +5583,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5584
5583
  }).optional(),
5585
5584
  "corroboratedId": string().optional()
5586
5585
  });
5587
- const _dsh_daoing_memory_memory_report_parameter_0$schema = intersection(string(), unknown());
5588
- const _dsh_daoing_memory_memory_report_parameter_1$schema = object({
5586
+ const dsh_daoing_memory_memory_report_parameter_0$schema = intersection(string(), unknown());
5587
+ const dsh_daoing_memory_memory_report_parameter_1$schema = object({
5589
5588
  "id": string(),
5590
5589
  "revision": number().optional(),
5591
5590
  "outcome": union([literal("success"), literal("fail")]),
@@ -5604,7 +5603,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5604
5603
  "tokensSaved": number().optional(),
5605
5604
  "dedupeKey": string().optional()
5606
5605
  });
5607
- const _dsh_daoing_memory_memory_report_result$schema = object({
5606
+ const dsh_daoing_memory_memory_report_result$schema = object({
5608
5607
  "snapshot": object({
5609
5608
  "id": string(),
5610
5609
  "revision": number(),
@@ -5668,8 +5667,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5668
5667
  "adopted": boolean(),
5669
5668
  "cooled": boolean().optional()
5670
5669
  });
5671
- const _dsh_daoing_memory_memory_revise_parameter_0$schema = intersection(string(), unknown());
5672
- const _dsh_daoing_memory_memory_revise_parameter_1$schema = object({
5670
+ const dsh_daoing_memory_memory_revise_parameter_0$schema = intersection(string(), unknown());
5671
+ const dsh_daoing_memory_memory_revise_parameter_1$schema = object({
5673
5672
  "id": string(),
5674
5673
  "reason": string(),
5675
5674
  "gist": string().optional(),
@@ -5681,7 +5680,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5681
5680
  "reasoning": string().optional(),
5682
5681
  "limits": array(string()).optional()
5683
5682
  });
5684
- const _dsh_daoing_memory_memory_revise_result$schema = object({
5683
+ const dsh_daoing_memory_memory_revise_result$schema = object({
5685
5684
  "id": string(),
5686
5685
  "revision": number(),
5687
5686
  "kind": union([literal("positive"), literal("negative")]),
@@ -5727,13 +5726,13 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5727
5726
  "createdAt": number(),
5728
5727
  "updatedAt": number()
5729
5728
  });
5730
- const _dsh_daoing_memory_memory_rollback_parameter_0$schema = intersection(string(), unknown());
5731
- const _dsh_daoing_memory_memory_rollback_parameter_1$schema = object({
5729
+ const dsh_daoing_memory_memory_rollback_parameter_0$schema = intersection(string(), unknown());
5730
+ const dsh_daoing_memory_memory_rollback_parameter_1$schema = object({
5732
5731
  "id": string(),
5733
5732
  "toRevision": number(),
5734
5733
  "reason": string()
5735
5734
  });
5736
- const _dsh_daoing_memory_memory_rollback_result$schema = object({
5735
+ const dsh_daoing_memory_memory_rollback_result$schema = object({
5737
5736
  "id": string(),
5738
5737
  "revision": number(),
5739
5738
  "kind": union([literal("positive"), literal("negative")]),
@@ -5779,8 +5778,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5779
5778
  "createdAt": number(),
5780
5779
  "updatedAt": number()
5781
5780
  });
5782
- const _dsh_daoing_memory_memory_stats_parameter_0$schema = intersection(string(), unknown());
5783
- const _dsh_daoing_memory_memory_stats_result$schema = object({
5781
+ const dsh_daoing_memory_memory_stats_parameter_0$schema = intersection(string(), unknown());
5782
+ const dsh_daoing_memory_memory_stats_result$schema = object({
5784
5783
  "experiences": object({
5785
5784
  "total": number(),
5786
5785
  "byStatus": object({
@@ -5821,14 +5820,14 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5821
5820
  "newSince": number()
5822
5821
  })
5823
5822
  });
5824
- const _dsh_daoing_memory_memory_verifyLedger_parameter_0$schema = intersection(string(), unknown());
5825
- const _dsh_daoing_memory_memory_verifyLedger_result$schema = object({
5823
+ const dsh_daoing_memory_memory_verifyLedger_parameter_0$schema = intersection(string(), unknown());
5824
+ const dsh_daoing_memory_memory_verifyLedger_result$schema = object({
5826
5825
  "ok": boolean(),
5827
5826
  "checked": number(),
5828
5827
  "brokenAt": number().optional()
5829
5828
  });
5830
- const _dsh_daoing_memory_memory_verifyShadow_parameter_0$schema = intersection(string(), unknown());
5831
- const _dsh_daoing_memory_memory_verifyShadow_parameter_1$schema = object({
5829
+ const dsh_daoing_memory_memory_verifyShadow_parameter_0$schema = intersection(string(), unknown());
5830
+ const dsh_daoing_memory_memory_verifyShadow_parameter_1$schema = object({
5832
5831
  "id": string(),
5833
5832
  "revision": number(),
5834
5833
  "samples": array(object({
@@ -5836,7 +5835,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5836
5835
  "expected": union([literal("success"), literal("fail")])
5837
5836
  }))
5838
5837
  });
5839
- const _dsh_daoing_memory_memory_verifyShadow_result$schema = object({
5838
+ const dsh_daoing_memory_memory_verifyShadow_result$schema = object({
5840
5839
  "passed": boolean(),
5841
5840
  "agreement": number(),
5842
5841
  "snapshot": object({
@@ -5887,8 +5886,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5887
5886
  }).optional(),
5888
5887
  "reason": string().optional()
5889
5888
  });
5890
- const _dsh_daoing_memory_memory_workbenchInfo_parameter_0$schema = intersection(string(), unknown());
5891
- const _dsh_daoing_memory_memory_workbenchInfo_result$schema = object({
5889
+ const dsh_daoing_memory_memory_workbenchInfo_parameter_0$schema = intersection(string(), unknown());
5890
+ const dsh_daoing_memory_memory_workbenchInfo_result$schema = object({
5892
5891
  "workspacePath": string(),
5893
5892
  "workspaceTitle": string(),
5894
5893
  "databasePath": string(),
@@ -5916,7 +5915,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5916
5915
  codec: {
5917
5916
  mode: "strict",
5918
5917
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
5919
- schema: _dsh_daoing_memory_memory_appendDiary_parameter_0$schema
5918
+ schema: dsh_daoing_memory_memory_appendDiary_parameter_0$schema
5920
5919
  }
5921
5920
  }, {
5922
5921
  name: "request",
@@ -5925,16 +5924,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5925
5924
  codec: {
5926
5925
  mode: "strict",
5927
5926
  typeSymbol: "dsh-daoing-memory/types#DiaryAppendRequest",
5928
- schema: _dsh_daoing_memory_memory_appendDiary_parameter_1$schema
5927
+ schema: dsh_daoing_memory_memory_appendDiary_parameter_1$schema
5929
5928
  }
5930
5929
  }],
5931
5930
  result: {
5932
5931
  mode: "strict",
5933
5932
  typeSymbol: "dsh-daoing-memory/types#DiaryAppendResult",
5934
- schema: _dsh_daoing_memory_memory_appendDiary_result$schema
5933
+ schema: dsh_daoing_memory_memory_appendDiary_result$schema
5935
5934
  },
5936
5935
  sourceLocation: {
5937
- "file": "packages/memory/memory/src/service.ts",
5936
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
5938
5937
  "line": 145,
5939
5938
  "column": 3
5940
5939
  }
@@ -5957,7 +5956,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5957
5956
  codec: {
5958
5957
  mode: "strict",
5959
5958
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
5960
- schema: _dsh_daoing_memory_memory_consolidate_parameter_0$schema
5959
+ schema: dsh_daoing_memory_memory_consolidate_parameter_0$schema
5961
5960
  }
5962
5961
  }, {
5963
5962
  name: "request",
@@ -5966,16 +5965,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5966
5965
  codec: {
5967
5966
  mode: "strict",
5968
5967
  typeSymbol: "dsh-daoing-memory/types#ConsolidateRequest",
5969
- schema: _dsh_daoing_memory_memory_consolidate_parameter_1$schema
5968
+ schema: dsh_daoing_memory_memory_consolidate_parameter_1$schema
5970
5969
  }
5971
5970
  }],
5972
5971
  result: {
5973
5972
  mode: "strict",
5974
5973
  typeSymbol: "dsh-daoing-memory/types#ConsolidateResult",
5975
- schema: _dsh_daoing_memory_memory_consolidate_result$schema
5974
+ schema: dsh_daoing_memory_memory_consolidate_result$schema
5976
5975
  },
5977
5976
  sourceLocation: {
5978
- "file": "packages/memory/memory/src/service.ts",
5977
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
5979
5978
  "line": 218,
5980
5979
  "column": 3
5981
5980
  }
@@ -5998,16 +5997,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5998
5997
  codec: {
5999
5998
  mode: "strict",
6000
5999
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6001
- schema: _dsh_daoing_memory_memory_consolidationDue_parameter_0$schema
6000
+ schema: dsh_daoing_memory_memory_consolidationDue_parameter_0$schema
6002
6001
  }
6003
6002
  }],
6004
6003
  result: {
6005
6004
  mode: "strict",
6006
6005
  typeSymbol: "dsh-daoing-memory#memory/consolidationDue:result",
6007
- schema: _dsh_daoing_memory_memory_consolidationDue_result$schema
6006
+ schema: dsh_daoing_memory_memory_consolidationDue_result$schema
6008
6007
  },
6009
6008
  sourceLocation: {
6010
- "file": "packages/memory/memory/src/service.ts",
6009
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6011
6010
  "line": 225,
6012
6011
  "column": 3
6013
6012
  }
@@ -6030,16 +6029,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6030
6029
  codec: {
6031
6030
  mode: "strict",
6032
6031
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6033
- schema: _dsh_daoing_memory_memory_exportLibrary_parameter_0$schema
6032
+ schema: dsh_daoing_memory_memory_exportLibrary_parameter_0$schema
6034
6033
  }
6035
6034
  }],
6036
6035
  result: {
6037
6036
  mode: "strict",
6038
6037
  typeSymbol: "dsh-daoing-memory/types#MemoryExport",
6039
- schema: _dsh_daoing_memory_memory_exportLibrary_result$schema
6038
+ schema: dsh_daoing_memory_memory_exportLibrary_result$schema
6040
6039
  },
6041
6040
  sourceLocation: {
6042
- "file": "packages/memory/memory/src/service.ts",
6041
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6043
6042
  "line": 267,
6044
6043
  "column": 3
6045
6044
  }
@@ -6062,7 +6061,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6062
6061
  codec: {
6063
6062
  mode: "strict",
6064
6063
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6065
- schema: _dsh_daoing_memory_memory_extract_parameter_0$schema
6064
+ schema: dsh_daoing_memory_memory_extract_parameter_0$schema
6066
6065
  }
6067
6066
  }, {
6068
6067
  name: "request",
@@ -6071,16 +6070,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6071
6070
  codec: {
6072
6071
  mode: "strict",
6073
6072
  typeSymbol: "dsh-daoing-memory/types#ExtractFactsRequest",
6074
- schema: _dsh_daoing_memory_memory_extract_parameter_1$schema
6073
+ schema: dsh_daoing_memory_memory_extract_parameter_1$schema
6075
6074
  }
6076
6075
  }],
6077
6076
  result: {
6078
6077
  mode: "strict",
6079
6078
  typeSymbol: "dsh-daoing-memory/types#ExtractFactsResult",
6080
- schema: _dsh_daoing_memory_memory_extract_result$schema
6079
+ schema: dsh_daoing_memory_memory_extract_result$schema
6081
6080
  },
6082
6081
  sourceLocation: {
6083
- "file": "packages/memory/memory/src/service.ts",
6082
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6084
6083
  "line": 151,
6085
6084
  "column": 3
6086
6085
  }
@@ -6104,7 +6103,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6104
6103
  codec: {
6105
6104
  mode: "strict",
6106
6105
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6107
- schema: _dsh_daoing_memory_memory_extractionLog_parameter_0$schema
6106
+ schema: dsh_daoing_memory_memory_extractionLog_parameter_0$schema
6108
6107
  }
6109
6108
  },
6110
6109
  {
@@ -6114,7 +6113,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6114
6113
  codec: {
6115
6114
  mode: "strict",
6116
6115
  typeSymbol: "dsh-daoing-memory#memory/extractionLog:limit",
6117
- schema: _dsh_daoing_memory_memory_extractionLog_parameter_1$schema
6116
+ schema: dsh_daoing_memory_memory_extractionLog_parameter_1$schema
6118
6117
  }
6119
6118
  },
6120
6119
  {
@@ -6124,17 +6123,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6124
6123
  codec: {
6125
6124
  mode: "strict",
6126
6125
  typeSymbol: "dsh-daoing-memory#memory/extractionLog:offset",
6127
- schema: _dsh_daoing_memory_memory_extractionLog_parameter_2$schema
6126
+ schema: dsh_daoing_memory_memory_extractionLog_parameter_2$schema
6128
6127
  }
6129
6128
  }
6130
6129
  ],
6131
6130
  result: {
6132
6131
  mode: "strict",
6133
6132
  typeSymbol: "dsh-daoing-memory#memory/extractionLog:result",
6134
- schema: _dsh_daoing_memory_memory_extractionLog_result$schema
6133
+ schema: dsh_daoing_memory_memory_extractionLog_result$schema
6135
6134
  },
6136
6135
  sourceLocation: {
6137
- "file": "packages/memory/memory/src/service.ts",
6136
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6138
6137
  "line": 204,
6139
6138
  "column": 3
6140
6139
  }
@@ -6157,16 +6156,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6157
6156
  codec: {
6158
6157
  mode: "strict",
6159
6158
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6160
- schema: _dsh_daoing_memory_memory_extractionLogCount_parameter_0$schema
6159
+ schema: dsh_daoing_memory_memory_extractionLogCount_parameter_0$schema
6161
6160
  }
6162
6161
  }],
6163
6162
  result: {
6164
6163
  mode: "strict",
6165
6164
  typeSymbol: "dsh-daoing-memory#memory/extractionLogCount:result",
6166
- schema: _dsh_daoing_memory_memory_extractionLogCount_result$schema
6165
+ schema: dsh_daoing_memory_memory_extractionLogCount_result$schema
6167
6166
  },
6168
6167
  sourceLocation: {
6169
- "file": "packages/memory/memory/src/service.ts",
6168
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6170
6169
  "line": 211,
6171
6170
  "column": 3
6172
6171
  }
@@ -6189,7 +6188,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6189
6188
  codec: {
6190
6189
  mode: "strict",
6191
6190
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6192
- schema: _dsh_daoing_memory_memory_family_parameter_0$schema
6191
+ schema: dsh_daoing_memory_memory_family_parameter_0$schema
6193
6192
  }
6194
6193
  }, {
6195
6194
  name: "id",
@@ -6198,16 +6197,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6198
6197
  codec: {
6199
6198
  mode: "strict",
6200
6199
  typeSymbol: "dsh-daoing-memory#memory/family:id",
6201
- schema: _dsh_daoing_memory_memory_family_parameter_1$schema
6200
+ schema: dsh_daoing_memory_memory_family_parameter_1$schema
6202
6201
  }
6203
6202
  }],
6204
6203
  result: {
6205
6204
  mode: "strict",
6206
6205
  typeSymbol: "dsh-daoing-memory#memory/family:result",
6207
- schema: _dsh_daoing_memory_memory_family_result$schema
6206
+ schema: dsh_daoing_memory_memory_family_result$schema
6208
6207
  },
6209
6208
  sourceLocation: {
6210
- "file": "packages/memory/memory/src/service.ts",
6209
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6211
6210
  "line": 138,
6212
6211
  "column": 3
6213
6212
  }
@@ -6231,7 +6230,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6231
6230
  codec: {
6232
6231
  mode: "strict",
6233
6232
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6234
- schema: _dsh_daoing_memory_memory_get_parameter_0$schema
6233
+ schema: dsh_daoing_memory_memory_get_parameter_0$schema
6235
6234
  }
6236
6235
  },
6237
6236
  {
@@ -6241,7 +6240,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6241
6240
  codec: {
6242
6241
  mode: "strict",
6243
6242
  typeSymbol: "dsh-daoing-memory#memory/get:id",
6244
- schema: _dsh_daoing_memory_memory_get_parameter_1$schema
6243
+ schema: dsh_daoing_memory_memory_get_parameter_1$schema
6245
6244
  }
6246
6245
  },
6247
6246
  {
@@ -6252,17 +6251,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6252
6251
  codec: {
6253
6252
  mode: "strict",
6254
6253
  typeSymbol: "dsh-daoing-memory#memory/get:revision",
6255
- schema: _dsh_daoing_memory_memory_get_parameter_2$schema
6254
+ schema: dsh_daoing_memory_memory_get_parameter_2$schema
6256
6255
  }
6257
6256
  }
6258
6257
  ],
6259
6258
  result: {
6260
6259
  mode: "strict",
6261
6260
  typeSymbol: "dsh-daoing-memory#memory/get:result",
6262
- schema: _dsh_daoing_memory_memory_get_result$schema
6261
+ schema: dsh_daoing_memory_memory_get_result$schema
6263
6262
  },
6264
6263
  sourceLocation: {
6265
- "file": "packages/memory/memory/src/service.ts",
6264
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6266
6265
  "line": 124,
6267
6266
  "column": 3
6268
6267
  }
@@ -6285,7 +6284,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6285
6284
  codec: {
6286
6285
  mode: "strict",
6287
6286
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6288
- schema: _dsh_daoing_memory_memory_getDiaryByIds_parameter_0$schema
6287
+ schema: dsh_daoing_memory_memory_getDiaryByIds_parameter_0$schema
6289
6288
  }
6290
6289
  }, {
6291
6290
  name: "ids",
@@ -6294,16 +6293,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6294
6293
  codec: {
6295
6294
  mode: "strict",
6296
6295
  typeSymbol: "dsh-daoing-memory#memory/getDiaryByIds:ids",
6297
- schema: _dsh_daoing_memory_memory_getDiaryByIds_parameter_1$schema
6296
+ schema: dsh_daoing_memory_memory_getDiaryByIds_parameter_1$schema
6298
6297
  }
6299
6298
  }],
6300
6299
  result: {
6301
6300
  mode: "strict",
6302
6301
  typeSymbol: "dsh-daoing-memory#memory/getDiaryByIds:result",
6303
- schema: _dsh_daoing_memory_memory_getDiaryByIds_result$schema
6302
+ schema: dsh_daoing_memory_memory_getDiaryByIds_result$schema
6304
6303
  },
6305
6304
  sourceLocation: {
6306
- "file": "packages/memory/memory/src/service.ts",
6305
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6307
6306
  "line": 164,
6308
6307
  "column": 3
6309
6308
  }
@@ -6326,7 +6325,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6326
6325
  codec: {
6327
6326
  mode: "strict",
6328
6327
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6329
- schema: _dsh_daoing_memory_memory_humanAckDiary_parameter_0$schema
6328
+ schema: dsh_daoing_memory_memory_humanAckDiary_parameter_0$schema
6330
6329
  }
6331
6330
  }, {
6332
6331
  name: "request",
@@ -6335,16 +6334,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6335
6334
  codec: {
6336
6335
  mode: "strict",
6337
6336
  typeSymbol: "dsh-daoing-memory/types#HumanAckDiaryRequest",
6338
- schema: _dsh_daoing_memory_memory_humanAckDiary_parameter_1$schema
6337
+ schema: dsh_daoing_memory_memory_humanAckDiary_parameter_1$schema
6339
6338
  }
6340
6339
  }],
6341
6340
  result: {
6342
6341
  mode: "strict",
6343
6342
  typeSymbol: "dsh-daoing-memory/types#DiaryEntry",
6344
- schema: _dsh_daoing_memory_memory_humanAckDiary_result$schema
6343
+ schema: dsh_daoing_memory_memory_humanAckDiary_result$schema
6345
6344
  },
6346
6345
  sourceLocation: {
6347
- "file": "packages/memory/memory/src/service.ts",
6346
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6348
6347
  "line": 364,
6349
6348
  "column": 3
6350
6349
  }
@@ -6367,7 +6366,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6367
6366
  codec: {
6368
6367
  mode: "strict",
6369
6368
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6370
- schema: _dsh_daoing_memory_memory_humanAddExperience_parameter_0$schema
6369
+ schema: dsh_daoing_memory_memory_humanAddExperience_parameter_0$schema
6371
6370
  }
6372
6371
  }, {
6373
6372
  name: "request",
@@ -6376,16 +6375,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6376
6375
  codec: {
6377
6376
  mode: "strict",
6378
6377
  typeSymbol: "dsh-daoing-memory/types#HumanAddExperienceRequest",
6379
- schema: _dsh_daoing_memory_memory_humanAddExperience_parameter_1$schema
6378
+ schema: dsh_daoing_memory_memory_humanAddExperience_parameter_1$schema
6380
6379
  }
6381
6380
  }],
6382
6381
  result: {
6383
6382
  mode: "strict",
6384
6383
  typeSymbol: "dsh-daoing-memory/types#ExperienceSnapshot",
6385
- schema: _dsh_daoing_memory_memory_humanAddExperience_result$schema
6384
+ schema: dsh_daoing_memory_memory_humanAddExperience_result$schema
6386
6385
  },
6387
6386
  sourceLocation: {
6388
- "file": "packages/memory/memory/src/service.ts",
6387
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6389
6388
  "line": 307,
6390
6389
  "column": 3
6391
6390
  }
@@ -6408,7 +6407,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6408
6407
  codec: {
6409
6408
  mode: "strict",
6410
6409
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6411
- schema: _dsh_daoing_memory_memory_humanAddFact_parameter_0$schema
6410
+ schema: dsh_daoing_memory_memory_humanAddFact_parameter_0$schema
6412
6411
  }
6413
6412
  }, {
6414
6413
  name: "request",
@@ -6417,16 +6416,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6417
6416
  codec: {
6418
6417
  mode: "strict",
6419
6418
  typeSymbol: "dsh-daoing-memory/types#HumanAddFactRequest",
6420
- schema: _dsh_daoing_memory_memory_humanAddFact_parameter_1$schema
6419
+ schema: dsh_daoing_memory_memory_humanAddFact_parameter_1$schema
6421
6420
  }
6422
6421
  }],
6423
6422
  result: {
6424
6423
  mode: "strict",
6425
6424
  typeSymbol: "dsh-daoing-memory/types#FactEntry",
6426
- schema: _dsh_daoing_memory_memory_humanAddFact_result$schema
6425
+ schema: dsh_daoing_memory_memory_humanAddFact_result$schema
6427
6426
  },
6428
6427
  sourceLocation: {
6429
- "file": "packages/memory/memory/src/service.ts",
6428
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6430
6429
  "line": 335,
6431
6430
  "column": 3
6432
6431
  }
@@ -6449,7 +6448,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6449
6448
  codec: {
6450
6449
  mode: "strict",
6451
6450
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6452
- schema: _dsh_daoing_memory_memory_humanConfirmFact_parameter_0$schema
6451
+ schema: dsh_daoing_memory_memory_humanConfirmFact_parameter_0$schema
6453
6452
  }
6454
6453
  }, {
6455
6454
  name: "request",
@@ -6458,16 +6457,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6458
6457
  codec: {
6459
6458
  mode: "strict",
6460
6459
  typeSymbol: "dsh-daoing-memory/types#HumanConfirmFactRequest",
6461
- schema: _dsh_daoing_memory_memory_humanConfirmFact_parameter_1$schema
6460
+ schema: dsh_daoing_memory_memory_humanConfirmFact_parameter_1$schema
6462
6461
  }
6463
6462
  }],
6464
6463
  result: {
6465
6464
  mode: "strict",
6466
6465
  typeSymbol: "dsh-daoing-memory/types#FactEntry",
6467
- schema: _dsh_daoing_memory_memory_humanConfirmFact_result$schema
6466
+ schema: dsh_daoing_memory_memory_humanConfirmFact_result$schema
6468
6467
  },
6469
6468
  sourceLocation: {
6470
- "file": "packages/memory/memory/src/service.ts",
6469
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6471
6470
  "line": 357,
6472
6471
  "column": 3
6473
6472
  }
@@ -6490,7 +6489,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6490
6489
  codec: {
6491
6490
  mode: "strict",
6492
6491
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6493
- schema: _dsh_daoing_memory_memory_humanDeleteConcern_parameter_0$schema
6492
+ schema: dsh_daoing_memory_memory_humanDeleteConcern_parameter_0$schema
6494
6493
  }
6495
6494
  }, {
6496
6495
  name: "request",
@@ -6499,16 +6498,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6499
6498
  codec: {
6500
6499
  mode: "strict",
6501
6500
  typeSymbol: "dsh-daoing-memory/types#HumanDeleteConcernRequest",
6502
- schema: _dsh_daoing_memory_memory_humanDeleteConcern_parameter_1$schema
6501
+ schema: dsh_daoing_memory_memory_humanDeleteConcern_parameter_1$schema
6503
6502
  }
6504
6503
  }],
6505
6504
  result: {
6506
6505
  mode: "strict",
6507
6506
  typeSymbol: "dsh-daoing-memory#memory/humanDeleteConcern:result",
6508
- schema: _dsh_daoing_memory_memory_humanDeleteConcern_result$schema
6507
+ schema: dsh_daoing_memory_memory_humanDeleteConcern_result$schema
6509
6508
  },
6510
6509
  sourceLocation: {
6511
- "file": "packages/memory/memory/src/service.ts",
6510
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6512
6511
  "line": 379,
6513
6512
  "column": 3
6514
6513
  }
@@ -6531,7 +6530,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6531
6530
  codec: {
6532
6531
  mode: "strict",
6533
6532
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6534
- schema: _dsh_daoing_memory_memory_humanDeleteExperience_parameter_0$schema
6533
+ schema: dsh_daoing_memory_memory_humanDeleteExperience_parameter_0$schema
6535
6534
  }
6536
6535
  }, {
6537
6536
  name: "request",
@@ -6540,16 +6539,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6540
6539
  codec: {
6541
6540
  mode: "strict",
6542
6541
  typeSymbol: "dsh-daoing-memory/types#HumanDeleteExperienceRequest",
6543
- schema: _dsh_daoing_memory_memory_humanDeleteExperience_parameter_1$schema
6542
+ schema: dsh_daoing_memory_memory_humanDeleteExperience_parameter_1$schema
6544
6543
  }
6545
6544
  }],
6546
6545
  result: {
6547
6546
  mode: "strict",
6548
6547
  typeSymbol: "dsh-daoing-memory#memory/humanDeleteExperience:result",
6549
- schema: _dsh_daoing_memory_memory_humanDeleteExperience_result$schema
6548
+ schema: dsh_daoing_memory_memory_humanDeleteExperience_result$schema
6550
6549
  },
6551
6550
  sourceLocation: {
6552
- "file": "packages/memory/memory/src/service.ts",
6551
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6553
6552
  "line": 292,
6554
6553
  "column": 3
6555
6554
  }
@@ -6572,7 +6571,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6572
6571
  codec: {
6573
6572
  mode: "strict",
6574
6573
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6575
- schema: _dsh_daoing_memory_memory_humanDeleteFact_parameter_0$schema
6574
+ schema: dsh_daoing_memory_memory_humanDeleteFact_parameter_0$schema
6576
6575
  }
6577
6576
  }, {
6578
6577
  name: "request",
@@ -6581,16 +6580,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6581
6580
  codec: {
6582
6581
  mode: "strict",
6583
6582
  typeSymbol: "dsh-daoing-memory/types#HumanDeleteFactRequest",
6584
- schema: _dsh_daoing_memory_memory_humanDeleteFact_parameter_1$schema
6583
+ schema: dsh_daoing_memory_memory_humanDeleteFact_parameter_1$schema
6585
6584
  }
6586
6585
  }],
6587
6586
  result: {
6588
6587
  mode: "strict",
6589
6588
  typeSymbol: "dsh-daoing-memory#memory/humanDeleteFact:result",
6590
- schema: _dsh_daoing_memory_memory_humanDeleteFact_result$schema
6589
+ schema: dsh_daoing_memory_memory_humanDeleteFact_result$schema
6591
6590
  },
6592
6591
  sourceLocation: {
6593
- "file": "packages/memory/memory/src/service.ts",
6592
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6594
6593
  "line": 349,
6595
6594
  "column": 3
6596
6595
  }
@@ -6613,7 +6612,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6613
6612
  codec: {
6614
6613
  mode: "strict",
6615
6614
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6616
- schema: _dsh_daoing_memory_memory_humanEditExperience_parameter_0$schema
6615
+ schema: dsh_daoing_memory_memory_humanEditExperience_parameter_0$schema
6617
6616
  }
6618
6617
  }, {
6619
6618
  name: "request",
@@ -6622,16 +6621,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6622
6621
  codec: {
6623
6622
  mode: "strict",
6624
6623
  typeSymbol: "dsh-daoing-memory/types#HumanEditExperienceRequest",
6625
- schema: _dsh_daoing_memory_memory_humanEditExperience_parameter_1$schema
6624
+ schema: dsh_daoing_memory_memory_humanEditExperience_parameter_1$schema
6626
6625
  }
6627
6626
  }],
6628
6627
  result: {
6629
6628
  mode: "strict",
6630
6629
  typeSymbol: "dsh-daoing-memory/types#ExperienceSnapshot",
6631
- schema: _dsh_daoing_memory_memory_humanEditExperience_result$schema
6630
+ schema: dsh_daoing_memory_memory_humanEditExperience_result$schema
6632
6631
  },
6633
6632
  sourceLocation: {
6634
- "file": "packages/memory/memory/src/service.ts",
6633
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6635
6634
  "line": 300,
6636
6635
  "column": 3
6637
6636
  }
@@ -6654,7 +6653,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6654
6653
  codec: {
6655
6654
  mode: "strict",
6656
6655
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6657
- schema: _dsh_daoing_memory_memory_humanEditFact_parameter_0$schema
6656
+ schema: dsh_daoing_memory_memory_humanEditFact_parameter_0$schema
6658
6657
  }
6659
6658
  }, {
6660
6659
  name: "request",
@@ -6663,16 +6662,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6663
6662
  codec: {
6664
6663
  mode: "strict",
6665
6664
  typeSymbol: "dsh-daoing-memory/types#HumanEditFactRequest",
6666
- schema: _dsh_daoing_memory_memory_humanEditFact_parameter_1$schema
6665
+ schema: dsh_daoing_memory_memory_humanEditFact_parameter_1$schema
6667
6666
  }
6668
6667
  }],
6669
6668
  result: {
6670
6669
  mode: "strict",
6671
6670
  typeSymbol: "dsh-daoing-memory/types#FactEntry",
6672
- schema: _dsh_daoing_memory_memory_humanEditFact_result$schema
6671
+ schema: dsh_daoing_memory_memory_humanEditFact_result$schema
6673
6672
  },
6674
6673
  sourceLocation: {
6675
- "file": "packages/memory/memory/src/service.ts",
6674
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6676
6675
  "line": 342,
6677
6676
  "column": 3
6678
6677
  }
@@ -6695,7 +6694,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6695
6694
  codec: {
6696
6695
  mode: "strict",
6697
6696
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6698
- schema: _dsh_daoing_memory_memory_humanPin_parameter_0$schema
6697
+ schema: dsh_daoing_memory_memory_humanPin_parameter_0$schema
6699
6698
  }
6700
6699
  }, {
6701
6700
  name: "request",
@@ -6704,16 +6703,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6704
6703
  codec: {
6705
6704
  mode: "strict",
6706
6705
  typeSymbol: "dsh-daoing-memory/types#HumanPinRequest",
6707
- schema: _dsh_daoing_memory_memory_humanPin_parameter_1$schema
6706
+ schema: dsh_daoing_memory_memory_humanPin_parameter_1$schema
6708
6707
  }
6709
6708
  }],
6710
6709
  result: {
6711
6710
  mode: "strict",
6712
6711
  typeSymbol: "dsh-daoing-memory/types#ExperienceSnapshot",
6713
- schema: _dsh_daoing_memory_memory_humanPin_result$schema
6712
+ schema: dsh_daoing_memory_memory_humanPin_result$schema
6714
6713
  },
6715
6714
  sourceLocation: {
6716
- "file": "packages/memory/memory/src/service.ts",
6715
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6717
6716
  "line": 285,
6718
6717
  "column": 3
6719
6718
  }
@@ -6737,7 +6736,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6737
6736
  codec: {
6738
6737
  mode: "strict",
6739
6738
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6740
- schema: _dsh_daoing_memory_memory_humanPromote_parameter_0$schema
6739
+ schema: dsh_daoing_memory_memory_humanPromote_parameter_0$schema
6741
6740
  }
6742
6741
  },
6743
6742
  {
@@ -6747,7 +6746,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6747
6746
  codec: {
6748
6747
  mode: "strict",
6749
6748
  typeSymbol: "dsh-daoing-memory#memory/humanPromote:id",
6750
- schema: _dsh_daoing_memory_memory_humanPromote_parameter_1$schema
6749
+ schema: dsh_daoing_memory_memory_humanPromote_parameter_1$schema
6751
6750
  }
6752
6751
  },
6753
6752
  {
@@ -6757,17 +6756,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6757
6756
  codec: {
6758
6757
  mode: "strict",
6759
6758
  typeSymbol: "dsh-daoing-memory#memory/humanPromote:reason",
6760
- schema: _dsh_daoing_memory_memory_humanPromote_parameter_2$schema
6759
+ schema: dsh_daoing_memory_memory_humanPromote_parameter_2$schema
6761
6760
  }
6762
6761
  }
6763
6762
  ],
6764
6763
  result: {
6765
6764
  mode: "strict",
6766
6765
  typeSymbol: "dsh-daoing-memory/types#ExperienceSnapshot",
6767
- schema: _dsh_daoing_memory_memory_humanPromote_result$schema
6766
+ schema: dsh_daoing_memory_memory_humanPromote_result$schema
6768
6767
  },
6769
6768
  sourceLocation: {
6770
- "file": "packages/memory/memory/src/service.ts",
6769
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6771
6770
  "line": 314,
6772
6771
  "column": 3
6773
6772
  }
@@ -6790,7 +6789,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6790
6789
  codec: {
6791
6790
  mode: "strict",
6792
6791
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6793
- schema: _dsh_daoing_memory_memory_humanReleaseCold_parameter_0$schema
6792
+ schema: dsh_daoing_memory_memory_humanReleaseCold_parameter_0$schema
6794
6793
  }
6795
6794
  }, {
6796
6795
  name: "request",
@@ -6799,16 +6798,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6799
6798
  codec: {
6800
6799
  mode: "strict",
6801
6800
  typeSymbol: "dsh-daoing-memory/types#HumanReleaseColdRequest",
6802
- schema: _dsh_daoing_memory_memory_humanReleaseCold_parameter_1$schema
6801
+ schema: dsh_daoing_memory_memory_humanReleaseCold_parameter_1$schema
6803
6802
  }
6804
6803
  }],
6805
6804
  result: {
6806
6805
  mode: "strict",
6807
6806
  typeSymbol: "dsh-daoing-memory/types#ExperienceSnapshot",
6808
- schema: _dsh_daoing_memory_memory_humanReleaseCold_result$schema
6807
+ schema: dsh_daoing_memory_memory_humanReleaseCold_result$schema
6809
6808
  },
6810
6809
  sourceLocation: {
6811
- "file": "packages/memory/memory/src/service.ts",
6810
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6812
6811
  "line": 321,
6813
6812
  "column": 3
6814
6813
  }
@@ -6831,7 +6830,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6831
6830
  codec: {
6832
6831
  mode: "strict",
6833
6832
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6834
- schema: _dsh_daoing_memory_memory_humanRollback_parameter_0$schema
6833
+ schema: dsh_daoing_memory_memory_humanRollback_parameter_0$schema
6835
6834
  }
6836
6835
  }, {
6837
6836
  name: "request",
@@ -6840,16 +6839,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6840
6839
  codec: {
6841
6840
  mode: "strict",
6842
6841
  typeSymbol: "dsh-daoing-memory/types#RollbackExperienceRequest",
6843
- schema: _dsh_daoing_memory_memory_humanRollback_parameter_1$schema
6842
+ schema: dsh_daoing_memory_memory_humanRollback_parameter_1$schema
6844
6843
  }
6845
6844
  }],
6846
6845
  result: {
6847
6846
  mode: "strict",
6848
6847
  typeSymbol: "dsh-daoing-memory/types#ExperienceSnapshot",
6849
- schema: _dsh_daoing_memory_memory_humanRollback_result$schema
6848
+ schema: dsh_daoing_memory_memory_humanRollback_result$schema
6850
6849
  },
6851
6850
  sourceLocation: {
6852
- "file": "packages/memory/memory/src/service.ts",
6851
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6853
6852
  "line": 328,
6854
6853
  "column": 3
6855
6854
  }
@@ -6872,7 +6871,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6872
6871
  codec: {
6873
6872
  mode: "strict",
6874
6873
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6875
- schema: _dsh_daoing_memory_memory_humanSetConcernStatus_parameter_0$schema
6874
+ schema: dsh_daoing_memory_memory_humanSetConcernStatus_parameter_0$schema
6876
6875
  }
6877
6876
  }, {
6878
6877
  name: "request",
@@ -6881,16 +6880,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6881
6880
  codec: {
6882
6881
  mode: "strict",
6883
6882
  typeSymbol: "dsh-daoing-memory/types#HumanSetConcernStatusRequest",
6884
- schema: _dsh_daoing_memory_memory_humanSetConcernStatus_parameter_1$schema
6883
+ schema: dsh_daoing_memory_memory_humanSetConcernStatus_parameter_1$schema
6885
6884
  }
6886
6885
  }],
6887
6886
  result: {
6888
6887
  mode: "strict",
6889
6888
  typeSymbol: "dsh-daoing-memory#memory/humanSetConcernStatus:result",
6890
- schema: _dsh_daoing_memory_memory_humanSetConcernStatus_result$schema
6889
+ schema: dsh_daoing_memory_memory_humanSetConcernStatus_result$schema
6891
6890
  },
6892
6891
  sourceLocation: {
6893
- "file": "packages/memory/memory/src/service.ts",
6892
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6894
6893
  "line": 371,
6895
6894
  "column": 3
6896
6895
  }
@@ -6913,7 +6912,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6913
6912
  codec: {
6914
6913
  mode: "strict",
6915
6914
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6916
- schema: _dsh_daoing_memory_memory_ingest_parameter_0$schema
6915
+ schema: dsh_daoing_memory_memory_ingest_parameter_0$schema
6917
6916
  }
6918
6917
  }, {
6919
6918
  name: "request",
@@ -6922,16 +6921,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6922
6921
  codec: {
6923
6922
  mode: "strict",
6924
6923
  typeSymbol: "dsh-daoing-memory/types#IngestRequest",
6925
- schema: _dsh_daoing_memory_memory_ingest_parameter_1$schema
6924
+ schema: dsh_daoing_memory_memory_ingest_parameter_1$schema
6926
6925
  }
6927
6926
  }],
6928
6927
  result: {
6929
6928
  mode: "strict",
6930
6929
  typeSymbol: "dsh-daoing-memory/types#IngestResult",
6931
- schema: _dsh_daoing_memory_memory_ingest_result$schema
6930
+ schema: dsh_daoing_memory_memory_ingest_result$schema
6932
6931
  },
6933
6932
  sourceLocation: {
6934
- "file": "packages/memory/memory/src/service.ts",
6933
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6935
6934
  "line": 100,
6936
6935
  "column": 3
6937
6936
  }
@@ -6954,7 +6953,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6954
6953
  codec: {
6955
6954
  mode: "strict",
6956
6955
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6957
- schema: _dsh_daoing_memory_memory_ledgerQuery_parameter_0$schema
6956
+ schema: dsh_daoing_memory_memory_ledgerQuery_parameter_0$schema
6958
6957
  }
6959
6958
  }, {
6960
6959
  name: "request",
@@ -6963,16 +6962,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6963
6962
  codec: {
6964
6963
  mode: "strict",
6965
6964
  typeSymbol: "dsh-daoing-memory/types#LedgerQueryRequest",
6966
- schema: _dsh_daoing_memory_memory_ledgerQuery_parameter_1$schema
6965
+ schema: dsh_daoing_memory_memory_ledgerQuery_parameter_1$schema
6967
6966
  }
6968
6967
  }],
6969
6968
  result: {
6970
6969
  mode: "strict",
6971
6970
  typeSymbol: "dsh-daoing-memory#memory/ledgerQuery:result",
6972
- schema: _dsh_daoing_memory_memory_ledgerQuery_result$schema
6971
+ schema: dsh_daoing_memory_memory_ledgerQuery_result$schema
6973
6972
  },
6974
6973
  sourceLocation: {
6975
- "file": "packages/memory/memory/src/service.ts",
6974
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6976
6975
  "line": 232,
6977
6976
  "column": 3
6978
6977
  }
@@ -6995,7 +6994,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6995
6994
  codec: {
6996
6995
  mode: "strict",
6997
6996
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6998
- schema: _dsh_daoing_memory_memory_ledgerQueryCount_parameter_0$schema
6997
+ schema: dsh_daoing_memory_memory_ledgerQueryCount_parameter_0$schema
6999
6998
  }
7000
6999
  }, {
7001
7000
  name: "request",
@@ -7004,16 +7003,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7004
7003
  codec: {
7005
7004
  mode: "strict",
7006
7005
  typeSymbol: "dsh-daoing-memory/types#LedgerQueryRequest",
7007
- schema: _dsh_daoing_memory_memory_ledgerQueryCount_parameter_1$schema
7006
+ schema: dsh_daoing_memory_memory_ledgerQueryCount_parameter_1$schema
7008
7007
  }
7009
7008
  }],
7010
7009
  result: {
7011
7010
  mode: "strict",
7012
7011
  typeSymbol: "dsh-daoing-memory#memory/ledgerQueryCount:result",
7013
- schema: _dsh_daoing_memory_memory_ledgerQueryCount_result$schema
7012
+ schema: dsh_daoing_memory_memory_ledgerQueryCount_result$schema
7014
7013
  },
7015
7014
  sourceLocation: {
7016
- "file": "packages/memory/memory/src/service.ts",
7015
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7017
7016
  "line": 239,
7018
7017
  "column": 3
7019
7018
  }
@@ -7036,7 +7035,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7036
7035
  codec: {
7037
7036
  mode: "strict",
7038
7037
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7039
- schema: _dsh_daoing_memory_memory_list_parameter_0$schema
7038
+ schema: dsh_daoing_memory_memory_list_parameter_0$schema
7040
7039
  }
7041
7040
  }, {
7042
7041
  name: "filter",
@@ -7045,16 +7044,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7045
7044
  codec: {
7046
7045
  mode: "strict",
7047
7046
  typeSymbol: "dsh-daoing-memory/types#ExperienceListFilter",
7048
- schema: _dsh_daoing_memory_memory_list_parameter_1$schema
7047
+ schema: dsh_daoing_memory_memory_list_parameter_1$schema
7049
7048
  }
7050
7049
  }],
7051
7050
  result: {
7052
7051
  mode: "strict",
7053
7052
  typeSymbol: "dsh-daoing-memory#memory/list:result",
7054
- schema: _dsh_daoing_memory_memory_list_result$schema
7053
+ schema: dsh_daoing_memory_memory_list_result$schema
7055
7054
  },
7056
7055
  sourceLocation: {
7057
- "file": "packages/memory/memory/src/service.ts",
7056
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7058
7057
  "line": 131,
7059
7058
  "column": 3
7060
7059
  }
@@ -7078,7 +7077,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7078
7077
  codec: {
7079
7078
  mode: "strict",
7080
7079
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7081
- schema: _dsh_daoing_memory_memory_listConcerns_parameter_0$schema
7080
+ schema: dsh_daoing_memory_memory_listConcerns_parameter_0$schema
7082
7081
  }
7083
7082
  },
7084
7083
  {
@@ -7088,7 +7087,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7088
7087
  codec: {
7089
7088
  mode: "strict",
7090
7089
  typeSymbol: "dsh-daoing-memory#memory/listConcerns:kind",
7091
- schema: _dsh_daoing_memory_memory_listConcerns_parameter_1$schema
7090
+ schema: dsh_daoing_memory_memory_listConcerns_parameter_1$schema
7092
7091
  }
7093
7092
  },
7094
7093
  {
@@ -7098,7 +7097,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7098
7097
  codec: {
7099
7098
  mode: "strict",
7100
7099
  typeSymbol: "dsh-daoing-memory#memory/listConcerns:status",
7101
- schema: _dsh_daoing_memory_memory_listConcerns_parameter_2$schema
7100
+ schema: dsh_daoing_memory_memory_listConcerns_parameter_2$schema
7102
7101
  }
7103
7102
  },
7104
7103
  {
@@ -7108,7 +7107,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7108
7107
  codec: {
7109
7108
  mode: "strict",
7110
7109
  typeSymbol: "dsh-daoing-memory#memory/listConcerns:limit",
7111
- schema: _dsh_daoing_memory_memory_listConcerns_parameter_3$schema
7110
+ schema: dsh_daoing_memory_memory_listConcerns_parameter_3$schema
7112
7111
  }
7113
7112
  },
7114
7113
  {
@@ -7118,17 +7117,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7118
7117
  codec: {
7119
7118
  mode: "strict",
7120
7119
  typeSymbol: "dsh-daoing-memory#memory/listConcerns:offset",
7121
- schema: _dsh_daoing_memory_memory_listConcerns_parameter_4$schema
7120
+ schema: dsh_daoing_memory_memory_listConcerns_parameter_4$schema
7122
7121
  }
7123
7122
  }
7124
7123
  ],
7125
7124
  result: {
7126
7125
  mode: "strict",
7127
7126
  typeSymbol: "dsh-daoing-memory#memory/listConcerns:result",
7128
- schema: _dsh_daoing_memory_memory_listConcerns_result$schema
7127
+ schema: dsh_daoing_memory_memory_listConcerns_result$schema
7129
7128
  },
7130
7129
  sourceLocation: {
7131
- "file": "packages/memory/memory/src/service.ts",
7130
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7132
7131
  "line": 185,
7133
7132
  "column": 3
7134
7133
  }
@@ -7152,7 +7151,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7152
7151
  codec: {
7153
7152
  mode: "strict",
7154
7153
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7155
- schema: _dsh_daoing_memory_memory_listConcernsCount_parameter_0$schema
7154
+ schema: dsh_daoing_memory_memory_listConcernsCount_parameter_0$schema
7156
7155
  }
7157
7156
  },
7158
7157
  {
@@ -7162,7 +7161,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7162
7161
  codec: {
7163
7162
  mode: "strict",
7164
7163
  typeSymbol: "dsh-daoing-memory#memory/listConcernsCount:kind",
7165
- schema: _dsh_daoing_memory_memory_listConcernsCount_parameter_1$schema
7164
+ schema: dsh_daoing_memory_memory_listConcernsCount_parameter_1$schema
7166
7165
  }
7167
7166
  },
7168
7167
  {
@@ -7172,17 +7171,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7172
7171
  codec: {
7173
7172
  mode: "strict",
7174
7173
  typeSymbol: "dsh-daoing-memory#memory/listConcernsCount:status",
7175
- schema: _dsh_daoing_memory_memory_listConcernsCount_parameter_2$schema
7174
+ schema: dsh_daoing_memory_memory_listConcernsCount_parameter_2$schema
7176
7175
  }
7177
7176
  }
7178
7177
  ],
7179
7178
  result: {
7180
7179
  mode: "strict",
7181
7180
  typeSymbol: "dsh-daoing-memory#memory/listConcernsCount:result",
7182
- schema: _dsh_daoing_memory_memory_listConcernsCount_result$schema
7181
+ schema: dsh_daoing_memory_memory_listConcernsCount_result$schema
7183
7182
  },
7184
7183
  sourceLocation: {
7185
- "file": "packages/memory/memory/src/service.ts",
7184
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7186
7185
  "line": 192,
7187
7186
  "column": 3
7188
7187
  }
@@ -7206,7 +7205,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7206
7205
  codec: {
7207
7206
  mode: "strict",
7208
7207
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7209
- schema: _dsh_daoing_memory_memory_listDiary_parameter_0$schema
7208
+ schema: dsh_daoing_memory_memory_listDiary_parameter_0$schema
7210
7209
  }
7211
7210
  },
7212
7211
  {
@@ -7216,7 +7215,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7216
7215
  codec: {
7217
7216
  mode: "strict",
7218
7217
  typeSymbol: "dsh-daoing-memory#memory/listDiary:limit",
7219
- schema: _dsh_daoing_memory_memory_listDiary_parameter_1$schema
7218
+ schema: dsh_daoing_memory_memory_listDiary_parameter_1$schema
7220
7219
  }
7221
7220
  },
7222
7221
  {
@@ -7226,7 +7225,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7226
7225
  codec: {
7227
7226
  mode: "strict",
7228
7227
  typeSymbol: "dsh-daoing-memory#memory/listDiary:offset",
7229
- schema: _dsh_daoing_memory_memory_listDiary_parameter_2$schema
7228
+ schema: dsh_daoing_memory_memory_listDiary_parameter_2$schema
7230
7229
  }
7231
7230
  },
7232
7231
  {
@@ -7236,17 +7235,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7236
7235
  codec: {
7237
7236
  mode: "strict",
7238
7237
  typeSymbol: "dsh-daoing-memory#memory/listDiary:onlyUnextracted",
7239
- schema: _dsh_daoing_memory_memory_listDiary_parameter_3$schema
7238
+ schema: dsh_daoing_memory_memory_listDiary_parameter_3$schema
7240
7239
  }
7241
7240
  }
7242
7241
  ],
7243
7242
  result: {
7244
7243
  mode: "strict",
7245
7244
  typeSymbol: "dsh-daoing-memory#memory/listDiary:result",
7246
- schema: _dsh_daoing_memory_memory_listDiary_result$schema
7245
+ schema: dsh_daoing_memory_memory_listDiary_result$schema
7247
7246
  },
7248
7247
  sourceLocation: {
7249
- "file": "packages/memory/memory/src/service.ts",
7248
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7250
7249
  "line": 157,
7251
7250
  "column": 3
7252
7251
  }
@@ -7270,7 +7269,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7270
7269
  codec: {
7271
7270
  mode: "strict",
7272
7271
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7273
- schema: _dsh_daoing_memory_memory_listFacts_parameter_0$schema
7272
+ schema: dsh_daoing_memory_memory_listFacts_parameter_0$schema
7274
7273
  }
7275
7274
  },
7276
7275
  {
@@ -7280,7 +7279,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7280
7279
  codec: {
7281
7280
  mode: "strict",
7282
7281
  typeSymbol: "dsh-daoing-memory#memory/listFacts:category",
7283
- schema: _dsh_daoing_memory_memory_listFacts_parameter_1$schema
7282
+ schema: dsh_daoing_memory_memory_listFacts_parameter_1$schema
7284
7283
  }
7285
7284
  },
7286
7285
  {
@@ -7290,7 +7289,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7290
7289
  codec: {
7291
7290
  mode: "strict",
7292
7291
  typeSymbol: "dsh-daoing-memory#memory/listFacts:includeHistory",
7293
- schema: _dsh_daoing_memory_memory_listFacts_parameter_2$schema
7292
+ schema: dsh_daoing_memory_memory_listFacts_parameter_2$schema
7294
7293
  }
7295
7294
  },
7296
7295
  {
@@ -7300,7 +7299,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7300
7299
  codec: {
7301
7300
  mode: "strict",
7302
7301
  typeSymbol: "dsh-daoing-memory#memory/listFacts:limit",
7303
- schema: _dsh_daoing_memory_memory_listFacts_parameter_3$schema
7302
+ schema: dsh_daoing_memory_memory_listFacts_parameter_3$schema
7304
7303
  }
7305
7304
  },
7306
7305
  {
@@ -7310,17 +7309,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7310
7309
  codec: {
7311
7310
  mode: "strict",
7312
7311
  typeSymbol: "dsh-daoing-memory#memory/listFacts:offset",
7313
- schema: _dsh_daoing_memory_memory_listFacts_parameter_4$schema
7312
+ schema: dsh_daoing_memory_memory_listFacts_parameter_4$schema
7314
7313
  }
7315
7314
  }
7316
7315
  ],
7317
7316
  result: {
7318
7317
  mode: "strict",
7319
7318
  typeSymbol: "dsh-daoing-memory#memory/listFacts:result",
7320
- schema: _dsh_daoing_memory_memory_listFacts_result$schema
7319
+ schema: dsh_daoing_memory_memory_listFacts_result$schema
7321
7320
  },
7322
7321
  sourceLocation: {
7323
- "file": "packages/memory/memory/src/service.ts",
7322
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7324
7323
  "line": 171,
7325
7324
  "column": 3
7326
7325
  }
@@ -7344,7 +7343,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7344
7343
  codec: {
7345
7344
  mode: "strict",
7346
7345
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7347
- schema: _dsh_daoing_memory_memory_listFactsCount_parameter_0$schema
7346
+ schema: dsh_daoing_memory_memory_listFactsCount_parameter_0$schema
7348
7347
  }
7349
7348
  },
7350
7349
  {
@@ -7354,7 +7353,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7354
7353
  codec: {
7355
7354
  mode: "strict",
7356
7355
  typeSymbol: "dsh-daoing-memory#memory/listFactsCount:category",
7357
- schema: _dsh_daoing_memory_memory_listFactsCount_parameter_1$schema
7356
+ schema: dsh_daoing_memory_memory_listFactsCount_parameter_1$schema
7358
7357
  }
7359
7358
  },
7360
7359
  {
@@ -7364,17 +7363,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7364
7363
  codec: {
7365
7364
  mode: "strict",
7366
7365
  typeSymbol: "dsh-daoing-memory#memory/listFactsCount:includeHistory",
7367
- schema: _dsh_daoing_memory_memory_listFactsCount_parameter_2$schema
7366
+ schema: dsh_daoing_memory_memory_listFactsCount_parameter_2$schema
7368
7367
  }
7369
7368
  }
7370
7369
  ],
7371
7370
  result: {
7372
7371
  mode: "strict",
7373
7372
  typeSymbol: "dsh-daoing-memory#memory/listFactsCount:result",
7374
- schema: _dsh_daoing_memory_memory_listFactsCount_result$schema
7373
+ schema: dsh_daoing_memory_memory_listFactsCount_result$schema
7375
7374
  },
7376
7375
  sourceLocation: {
7377
- "file": "packages/memory/memory/src/service.ts",
7376
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7378
7377
  "line": 178,
7379
7378
  "column": 3
7380
7379
  }
@@ -7397,7 +7396,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7397
7396
  codec: {
7398
7397
  mode: "strict",
7399
7398
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7400
- schema: _dsh_daoing_memory_memory_recall_parameter_0$schema
7399
+ schema: dsh_daoing_memory_memory_recall_parameter_0$schema
7401
7400
  }
7402
7401
  }, {
7403
7402
  name: "request",
@@ -7406,16 +7405,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7406
7405
  codec: {
7407
7406
  mode: "strict",
7408
7407
  typeSymbol: "dsh-daoing-memory/types#RecallExperiencesRequest",
7409
- schema: _dsh_daoing_memory_memory_recall_parameter_1$schema
7408
+ schema: dsh_daoing_memory_memory_recall_parameter_1$schema
7410
7409
  }
7411
7410
  }],
7412
7411
  result: {
7413
7412
  mode: "strict",
7414
7413
  typeSymbol: "dsh-daoing-memory/types#RecallExperiencesResult",
7415
- schema: _dsh_daoing_memory_memory_recall_result$schema
7414
+ schema: dsh_daoing_memory_memory_recall_result$schema
7416
7415
  },
7417
7416
  sourceLocation: {
7418
- "file": "packages/memory/memory/src/service.ts",
7417
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7419
7418
  "line": 88,
7420
7419
  "column": 3
7421
7420
  }
@@ -7438,7 +7437,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7438
7437
  codec: {
7439
7438
  mode: "strict",
7440
7439
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7441
- schema: _dsh_daoing_memory_memory_refine_parameter_0$schema
7440
+ schema: dsh_daoing_memory_memory_refine_parameter_0$schema
7442
7441
  }
7443
7442
  }, {
7444
7443
  name: "request",
@@ -7447,16 +7446,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7447
7446
  codec: {
7448
7447
  mode: "strict",
7449
7448
  typeSymbol: "dsh-daoing-memory/types#RefineExperienceRequest",
7450
- schema: _dsh_daoing_memory_memory_refine_parameter_1$schema
7449
+ schema: dsh_daoing_memory_memory_refine_parameter_1$schema
7451
7450
  }
7452
7451
  }],
7453
7452
  result: {
7454
7453
  mode: "strict",
7455
7454
  typeSymbol: "dsh-daoing-memory/types#RefineExperienceResult",
7456
- schema: _dsh_daoing_memory_memory_refine_result$schema
7455
+ schema: dsh_daoing_memory_memory_refine_result$schema
7457
7456
  },
7458
7457
  sourceLocation: {
7459
- "file": "packages/memory/memory/src/service.ts",
7458
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7460
7459
  "line": 82,
7461
7460
  "column": 3
7462
7461
  }
@@ -7479,7 +7478,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7479
7478
  codec: {
7480
7479
  mode: "strict",
7481
7480
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7482
- schema: _dsh_daoing_memory_memory_report_parameter_0$schema
7481
+ schema: dsh_daoing_memory_memory_report_parameter_0$schema
7483
7482
  }
7484
7483
  }, {
7485
7484
  name: "request",
@@ -7488,16 +7487,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7488
7487
  codec: {
7489
7488
  mode: "strict",
7490
7489
  typeSymbol: "dsh-daoing-memory/types#ReportUseRequest",
7491
- schema: _dsh_daoing_memory_memory_report_parameter_1$schema
7490
+ schema: dsh_daoing_memory_memory_report_parameter_1$schema
7492
7491
  }
7493
7492
  }],
7494
7493
  result: {
7495
7494
  mode: "strict",
7496
7495
  typeSymbol: "dsh-daoing-memory/types#ReportUseResult",
7497
- schema: _dsh_daoing_memory_memory_report_result$schema
7496
+ schema: dsh_daoing_memory_memory_report_result$schema
7498
7497
  },
7499
7498
  sourceLocation: {
7500
- "file": "packages/memory/memory/src/service.ts",
7499
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7501
7500
  "line": 94,
7502
7501
  "column": 3
7503
7502
  }
@@ -7520,7 +7519,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7520
7519
  codec: {
7521
7520
  mode: "strict",
7522
7521
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7523
- schema: _dsh_daoing_memory_memory_revise_parameter_0$schema
7522
+ schema: dsh_daoing_memory_memory_revise_parameter_0$schema
7524
7523
  }
7525
7524
  }, {
7526
7525
  name: "request",
@@ -7529,16 +7528,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7529
7528
  codec: {
7530
7529
  mode: "strict",
7531
7530
  typeSymbol: "dsh-daoing-memory/types#ReviseExperienceRequest",
7532
- schema: _dsh_daoing_memory_memory_revise_parameter_1$schema
7531
+ schema: dsh_daoing_memory_memory_revise_parameter_1$schema
7533
7532
  }
7534
7533
  }],
7535
7534
  result: {
7536
7535
  mode: "strict",
7537
7536
  typeSymbol: "dsh-daoing-memory/types#ExperienceSnapshot",
7538
- schema: _dsh_daoing_memory_memory_revise_result$schema
7537
+ schema: dsh_daoing_memory_memory_revise_result$schema
7539
7538
  },
7540
7539
  sourceLocation: {
7541
- "file": "packages/memory/memory/src/service.ts",
7540
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7542
7541
  "line": 106,
7543
7542
  "column": 3
7544
7543
  }
@@ -7561,7 +7560,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7561
7560
  codec: {
7562
7561
  mode: "strict",
7563
7562
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7564
- schema: _dsh_daoing_memory_memory_rollback_parameter_0$schema
7563
+ schema: dsh_daoing_memory_memory_rollback_parameter_0$schema
7565
7564
  }
7566
7565
  }, {
7567
7566
  name: "request",
@@ -7570,16 +7569,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7570
7569
  codec: {
7571
7570
  mode: "strict",
7572
7571
  typeSymbol: "dsh-daoing-memory/types#RollbackExperienceRequest",
7573
- schema: _dsh_daoing_memory_memory_rollback_parameter_1$schema
7572
+ schema: dsh_daoing_memory_memory_rollback_parameter_1$schema
7574
7573
  }
7575
7574
  }],
7576
7575
  result: {
7577
7576
  mode: "strict",
7578
7577
  typeSymbol: "dsh-daoing-memory/types#ExperienceSnapshot",
7579
- schema: _dsh_daoing_memory_memory_rollback_result$schema
7578
+ schema: dsh_daoing_memory_memory_rollback_result$schema
7580
7579
  },
7581
7580
  sourceLocation: {
7582
- "file": "packages/memory/memory/src/service.ts",
7581
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7583
7582
  "line": 118,
7584
7583
  "column": 3
7585
7584
  }
@@ -7602,16 +7601,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7602
7601
  codec: {
7603
7602
  mode: "strict",
7604
7603
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7605
- schema: _dsh_daoing_memory_memory_stats_parameter_0$schema
7604
+ schema: dsh_daoing_memory_memory_stats_parameter_0$schema
7606
7605
  }
7607
7606
  }],
7608
7607
  result: {
7609
7608
  mode: "strict",
7610
7609
  typeSymbol: "dsh-daoing-memory/types#MemoryStats",
7611
- schema: _dsh_daoing_memory_memory_stats_result$schema
7610
+ schema: dsh_daoing_memory_memory_stats_result$schema
7612
7611
  },
7613
7612
  sourceLocation: {
7614
- "file": "packages/memory/memory/src/service.ts",
7613
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7615
7614
  "line": 253,
7616
7615
  "column": 3
7617
7616
  }
@@ -7634,16 +7633,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7634
7633
  codec: {
7635
7634
  mode: "strict",
7636
7635
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7637
- schema: _dsh_daoing_memory_memory_verifyLedger_parameter_0$schema
7636
+ schema: dsh_daoing_memory_memory_verifyLedger_parameter_0$schema
7638
7637
  }
7639
7638
  }],
7640
7639
  result: {
7641
7640
  mode: "strict",
7642
7641
  typeSymbol: "dsh-daoing-memory/types#LedgerIntegrityResult",
7643
- schema: _dsh_daoing_memory_memory_verifyLedger_result$schema
7642
+ schema: dsh_daoing_memory_memory_verifyLedger_result$schema
7644
7643
  },
7645
7644
  sourceLocation: {
7646
- "file": "packages/memory/memory/src/service.ts",
7645
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7647
7646
  "line": 246,
7648
7647
  "column": 3
7649
7648
  }
@@ -7666,7 +7665,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7666
7665
  codec: {
7667
7666
  mode: "strict",
7668
7667
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7669
- schema: _dsh_daoing_memory_memory_verifyShadow_parameter_0$schema
7668
+ schema: dsh_daoing_memory_memory_verifyShadow_parameter_0$schema
7670
7669
  }
7671
7670
  }, {
7672
7671
  name: "request",
@@ -7675,16 +7674,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7675
7674
  codec: {
7676
7675
  mode: "strict",
7677
7676
  typeSymbol: "dsh-daoing-memory/types#VerifyShadowRequest",
7678
- schema: _dsh_daoing_memory_memory_verifyShadow_parameter_1$schema
7677
+ schema: dsh_daoing_memory_memory_verifyShadow_parameter_1$schema
7679
7678
  }
7680
7679
  }],
7681
7680
  result: {
7682
7681
  mode: "strict",
7683
7682
  typeSymbol: "dsh-daoing-memory/types#VerifyShadowResult",
7684
- schema: _dsh_daoing_memory_memory_verifyShadow_result$schema
7683
+ schema: dsh_daoing_memory_memory_verifyShadow_result$schema
7685
7684
  },
7686
7685
  sourceLocation: {
7687
- "file": "packages/memory/memory/src/service.ts",
7686
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7688
7687
  "line": 112,
7689
7688
  "column": 3
7690
7689
  }
@@ -7707,16 +7706,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7707
7706
  codec: {
7708
7707
  mode: "strict",
7709
7708
  typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7710
- schema: _dsh_daoing_memory_memory_workbenchInfo_parameter_0$schema
7709
+ schema: dsh_daoing_memory_memory_workbenchInfo_parameter_0$schema
7711
7710
  }
7712
7711
  }],
7713
7712
  result: {
7714
7713
  mode: "strict",
7715
7714
  typeSymbol: "dsh-daoing-memory/types#MemoryWorkbenchInfo",
7716
- schema: _dsh_daoing_memory_memory_workbenchInfo_result$schema
7715
+ schema: dsh_daoing_memory_memory_workbenchInfo_result$schema
7717
7716
  },
7718
7717
  sourceLocation: {
7719
- "file": "packages/memory/memory/src/service.ts",
7718
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7720
7719
  "line": 260,
7721
7720
  "column": 3
7722
7721
  }
@@ -7724,44 +7723,37 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7724
7723
  ]
7725
7724
  };
7726
7725
  //#endregion
7727
- //#region \0dsh-css:D:\DSH 插件项目\项目源码\deepseek-harness-master\packages\memory\dsh-daoing-memory\src\client\MemoryFooterAction.module.css.mjs
7728
- const css$1 = ".O-5X5a_action{cursor:pointer;height:36px;color:var(--dsw-alias-label-secondary);background:0 0;border:none;border-radius:8px;flex:none;justify-content:center;align-items:center;gap:6px;padding:0 10px;display:flex}.O-5X5a_action:hover{background:var(--dsw-alias-interactive-bg-hover);color:var(--dsw-alias-label-primary)}.O-5X5a_label{white-space:nowrap;font-size:14px;line-height:20px}";
7729
- const tagId$1 = "dsh-daoing-memory/MemoryFooterAction.module.css";
7730
- if (typeof document !== "undefined" && document.querySelector("style[data-plugin-css=" + JSON.stringify(tagId$1) + "]") === null) {
7726
+ //#region \0dsh-css:D:\DSH 插件项目\项目源码\deepseek-harness-master\packages\memory\dsh-daoing-memory\src\client\MemoryHeaderAction.module.css.mjs
7727
+ const css$2 = ".S16TIG_memoryButton{border:1px solid var(--dsw-alias-border-l2);height:32px;color:var(--dsw-alias-label-primary);font-family:var(--dsw-font-family);cursor:pointer;white-space:nowrap;background:0 0;border-radius:18px;justify-content:center;align-items:center;padding:6px 12px;font-size:13px;font-weight:400;line-height:20px;display:inline-flex}.S16TIG_memoryButton:hover{background:var(--dsw-alias-interactive-bg-hover)}";
7728
+ const tagId$2 = "dsh-daoing-memory/MemoryHeaderAction.module.css";
7729
+ if (typeof document !== "undefined" && document.querySelector("style[data-plugin-css=" + JSON.stringify(tagId$2) + "]") === null) {
7731
7730
  const tag = document.createElement("style");
7732
7731
  tag.dataset.plugin = "dsh-daoing-memory";
7733
- tag.dataset.pluginCss = tagId$1;
7734
- tag.textContent = css$1;
7732
+ tag.dataset.pluginCss = tagId$2;
7733
+ tag.textContent = css$2;
7735
7734
  document.head.appendChild(tag);
7736
7735
  }
7737
- var MemoryFooterAction_module_css_default = {
7738
- "action": "O-5X5a_action",
7739
- "label": "O-5X5a_label"
7740
- };
7736
+ var MemoryHeaderAction_module_css_default = { "memoryButton": "S16TIG_memoryButton" };
7741
7737
  //#endregion
7742
- //#region src/client/MemoryFooterAction.tsx
7738
+ //#region src/client/MemoryHeaderAction.tsx
7743
7739
  /**
7744
- * Render the footer entry. The wide variant shows an icon + label button;
7745
- * the rail variant is a single icon. Clicking selects the first monitoring
7746
- * page, which opens the workbench overlay.
7740
+ * Render the header entry. Clicking selects the first monitoring page, which
7741
+ * opens the workbench overlay. The button carries `data-memory-nav` so the
7742
+ * workbench's click-outside dismissal treats it as part of the monitoring
7743
+ * surface.
7747
7744
  * @param props - composed slot props.
7748
- * @returns the action button.
7745
+ * @returns the capsule button.
7749
7746
  */
7750
- function MemoryFooterAction(props) {
7751
- const { wide } = props;
7752
- return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("button", {
7747
+ function MemoryHeaderAction(props) {
7748
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
7753
7749
  type: "button",
7754
- className: MemoryFooterAction_module_css_default.action,
7750
+ className: MemoryHeaderAction_module_css_default.memoryButton,
7755
7751
  "data-memory-nav": true,
7756
7752
  "aria-label": "记忆监控",
7757
- title: "记忆监控",
7758
7753
  onClick: () => {
7759
7754
  props.actions.select("experience");
7760
7755
  },
7761
- children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)(_deepseek_ai_dsh_client_ui_primitives.IconDataOutline16, { size: 18 }), wide && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
7762
- className: MemoryFooterAction_module_css_default.label,
7763
- children: "记忆"
7764
- })]
7756
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", { children: "记忆" })
7765
7757
  });
7766
7758
  }
7767
7759
  //#endregion
@@ -7822,8 +7814,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7822
7814
  //#endregion
7823
7815
  //#region src/client/navStore.ts
7824
7816
  /**
7825
- * Memory monitoring nav store: shared viewing state between the left-sidebar
7826
- * footer entry (sidebar.footer.action) and the right-pane takeover (shell.overlay).
7817
+ * Memory monitoring nav store: shared viewing state between the session header
7818
+ * entry (conversation.session.header.utilities) and the right-pane takeover (shell.overlay).
7827
7819
  * One factory handle is created in apply and passed to both registrations so
7828
7820
  * selecting a menu in the sidebar and rendering the matching page read the
7829
7821
  * same state. Module level exports the factory only — a module-level handle
@@ -7876,71 +7868,71 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7876
7868
  }
7877
7869
  //#endregion
7878
7870
  //#region \0dsh-css:D:\DSH 插件项目\项目源码\deepseek-harness-master\packages\memory\dsh-daoing-memory\src\client\Workbench.module.css.mjs
7879
- const css = ".KAfEAG_panel{background:var(--dsw-alias-bg-base);border-left:1px solid var(--dsw-alias-border-l2);flex-direction:column;display:flex;position:absolute;top:0;bottom:0;right:0;overflow:hidden}.KAfEAG_header{border-bottom:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-module-platform);flex-wrap:wrap;align-items:center;gap:16px;padding:10px 16px;display:flex}.KAfEAG_titleBlock{flex-direction:column;gap:2px;min-width:180px;display:flex}.KAfEAG_title{color:var(--dsw-alias-label-primary);font-size:15px;font-weight:600}.KAfEAG_subtitle{color:var(--dsw-alias-label-caption);font-size:11px}.KAfEAG_statline{color:var(--dsw-alias-label-tertiary);margin-left:auto;font-size:11px}.KAfEAG_body{flex:1;padding:12px 16px 24px;overflow:auto}.KAfEAG_workbenchTabs{border-bottom:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-module-platform);align-items:center;gap:2px;padding:0 16px;display:flex}.KAfEAG_workbenchTab{color:var(--dsw-alias-label-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:10px 14px;font-size:13px;line-height:20px;position:relative}.KAfEAG_workbenchTab:hover{color:var(--dsw-alias-label-primary);background:var(--dsw-alias-interactive-bg-hover)}.KAfEAG_workbenchTabActive{color:var(--dsw-alias-label-primary);font-weight:600}.KAfEAG_workbenchTabActive:after{content:\"\";background:var(--ds-color-accent,#4c8dff);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:14px;right:14px}.KAfEAG_page{flex-direction:column;gap:10px;display:flex}.KAfEAG_toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.KAfEAG_tabs{border-bottom:1px solid var(--dsw-alias-border-l2);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:12px;padding-bottom:8px;display:flex}.KAfEAG_tab{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-module-platform);color:var(--dsw-alias-label-secondary);cursor:pointer;white-space:nowrap;border-radius:999px;padding:6px 12px;font-size:12px}.KAfEAG_tab:hover{background:var(--dsw-alias-interactive-bg-hover)}.KAfEAG_tabActive{background:var(--dsw-alias-interactive-bg-active,var(--dsw-alias-bg-module-platform));color:var(--dsw-alias-label-primary);border-color:var(--dsw-alias-border-l3,var(--dsw-alias-border-l2));font-weight:600}.KAfEAG_field{color:var(--dsw-alias-label-caption);flex-direction:column;gap:3px;font-size:11px;display:flex}.KAfEAG_field input,.KAfEAG_field select,.KAfEAG_field textarea{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-base);color:var(--dsw-alias-label-primary);border-radius:6px;min-width:140px;padding:5px 8px;font-size:12px}.KAfEAG_field textarea{resize:vertical}.KAfEAG_check{color:var(--dsw-alias-label-secondary);align-items:center;gap:5px;font-size:12px;display:flex}.KAfEAG_btn{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-module-platform);color:var(--dsw-alias-label-primary);cursor:pointer;white-space:nowrap;border-radius:6px;padding:5px 10px;font-size:12px}.KAfEAG_btn:hover{background:var(--dsw-alias-interactive-bg-hover)}.KAfEAG_btn:disabled{opacity:.5;cursor:default}.KAfEAG_btnDanger{color:var(--dsw-alias-state-error-primary)}.KAfEAG_btnDanger:hover{background:var(--dsw-alias-interactive-bg-hover-danger)}.KAfEAG_error{color:var(--dsw-alias-state-error-primary);font-size:12px}.KAfEAG_okLine{color:var(--dsw-alias-state-success-primary);font-size:12px}.KAfEAG_warnLine{color:var(--dsw-alias-state-warn-label);margin-bottom:6px;font-size:12px}.KAfEAG_empty{color:var(--dsw-alias-label-caption);padding:14px 4px;font-size:12px}.KAfEAG_list{flex-direction:column;gap:8px;display:flex}.KAfEAG_card{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-module-platform);border-radius:8px;padding:8px 12px}.KAfEAG_cardHead{cursor:pointer;flex-wrap:wrap;align-items:center;gap:8px;display:flex}.KAfEAG_cardTitle{color:var(--dsw-alias-label-primary);font-size:13px;font-weight:500}.KAfEAG_cardMeta{color:var(--dsw-alias-label-caption);font-size:11px}.KAfEAG_cardSub{align-items:center;gap:12px;margin-top:4px;display:flex}.KAfEAG_concernBg{color:var(--dsw-alias-label-caption);margin-top:3px;font-size:11px;line-height:1.5}.KAfEAG_cardDetail{border-top:1px solid var(--dsw-alias-border-l2);flex-direction:column;gap:5px;margin-top:8px;padding-top:8px;display:flex}.KAfEAG_detailRow{color:var(--dsw-alias-label-secondary);font-size:12px}.KAfEAG_detailLabel{min-width:64px;color:var(--dsw-alias-label-caption);display:inline-block}.KAfEAG_actions{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.KAfEAG_historyTitle{color:var(--dsw-alias-label-secondary);margin-top:10px;font-size:12px;font-weight:600}.KAfEAG_table{border-collapse:collapse;width:100%;color:var(--dsw-alias-label-secondary);font-size:12px}.KAfEAG_table th{text-align:left;color:var(--dsw-alias-label-caption);border-bottom:1px solid var(--dsw-alias-border-l2);padding:5px 8px;font-weight:500}.KAfEAG_table td{border-bottom:1px solid var(--dsw-alias-border-l2);vertical-align:top;padding:5px 8px}.KAfEAG_valueCell{text-overflow:ellipsis;white-space:nowrap;max-width:320px;overflow:hidden}.KAfEAG_payloadFull{white-space:pre-wrap;word-break:break-all;max-width:480px}.KAfEAG_payloadToggle{cursor:pointer;color:var(--ds-color-accent,#4c8dff);user-select:none;margin-left:6px;font-size:12px}.KAfEAG_payloadToggle:hover{text-decoration:underline}.KAfEAG_cellActions{flex-wrap:wrap;gap:4px;display:flex}.KAfEAG_badge{white-space:nowrap;border-radius:9px;padding:1px 7px;font-size:11px}.KAfEAG_badgePositive{background:var(--dsw-alias-state-success-tertiary);color:var(--dsw-alias-state-success-primary)}.KAfEAG_badgeNegative{background:var(--dsw-alias-state-warn-tertiary);color:var(--dsw-alias-state-warn-label)}.KAfEAG_badgePinned{background:var(--dsw-alias-state-business-tertiary);color:var(--dsw-alias-state-business-primary)}.KAfEAG_badgeConflict{background:var(--dsw-alias-state-warn-tertiary);color:var(--dsw-alias-state-warn-label)}.KAfEAG_statusLive{background:var(--dsw-alias-state-success-tertiary);color:var(--dsw-alias-state-success-primary)}.KAfEAG_statusCandidate{background:var(--dsw-alias-interactive-bg-active);color:var(--dsw-alias-label-secondary)}.KAfEAG_statusChallenged{background:var(--dsw-alias-interactive-bg-hover-danger);color:var(--dsw-alias-state-error-primary)}.KAfEAG_statusOther{background:var(--dsw-alias-bg-skeleton);color:var(--dsw-alias-label-caption)}.KAfEAG_trust{color:var(--dsw-alias-label-tertiary);font-size:11px}.KAfEAG_columns{grid-template-columns:minmax(0,3fr) minmax(0,2fr);align-items:start;gap:16px;display:grid}.KAfEAG_column{flex-direction:column;gap:8px;min-width:0;display:flex}.KAfEAG_sectionTitle{color:var(--dsw-alias-label-primary);margin-top:6px;font-size:13px;font-weight:600}.KAfEAG_form{border:1px solid var(--dsw-alias-border-l2);border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.KAfEAG_form .KAfEAG_btn{align-self:flex-start}.KAfEAG_rules{color:var(--dsw-alias-label-secondary);flex-direction:column;gap:4px;margin:0;padding-left:18px;font-size:12px;display:flex}";
7880
- const tagId = "dsh-daoing-memory/Workbench.module.css";
7881
- if (typeof document !== "undefined" && document.querySelector("style[data-plugin-css=" + JSON.stringify(tagId) + "]") === null) {
7871
+ const css$1 = ".KAfEAG_panel{background:var(--dsw-alias-bg-base);border-left:1px solid var(--dsw-alias-border-l2);flex-direction:column;display:flex;position:absolute;top:0;bottom:0;right:0;overflow:hidden}.KAfEAG_header{border-bottom:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-module-platform);flex-wrap:wrap;align-items:center;gap:16px;padding:10px 16px;display:flex}.KAfEAG_titleBlock{flex-direction:column;gap:2px;min-width:180px;display:flex}.KAfEAG_title{color:var(--dsw-alias-label-primary);font-size:15px;font-weight:600}.KAfEAG_subtitle{color:var(--dsw-alias-label-caption);font-size:11px}.KAfEAG_statline{color:var(--dsw-alias-label-tertiary);margin-left:auto;font-size:11px}.KAfEAG_body{flex:1;padding:12px 16px 24px;overflow:auto}.KAfEAG_workbenchTabs{border-bottom:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-module-platform);align-items:center;gap:2px;padding:0 16px;display:flex}.KAfEAG_workbenchTab{color:var(--dsw-alias-label-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:10px 14px;font-size:13px;line-height:20px;position:relative}.KAfEAG_workbenchTab:hover{color:var(--dsw-alias-label-primary);background:var(--dsw-alias-interactive-bg-hover)}.KAfEAG_workbenchTabActive{color:var(--dsw-alias-label-primary);font-weight:600}.KAfEAG_workbenchTabActive:after{content:\"\";background:var(--ds-color-accent,#4c8dff);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:14px;right:14px}.KAfEAG_page{flex-direction:column;gap:10px;display:flex}.KAfEAG_toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.KAfEAG_tabs{border-bottom:1px solid var(--dsw-alias-border-l2);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:12px;padding-bottom:8px;display:flex}.KAfEAG_tab{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-module-platform);color:var(--dsw-alias-label-secondary);cursor:pointer;white-space:nowrap;border-radius:999px;padding:6px 12px;font-size:12px}.KAfEAG_tab:hover{background:var(--dsw-alias-interactive-bg-hover)}.KAfEAG_tabActive{background:var(--dsw-alias-interactive-bg-active,var(--dsw-alias-bg-module-platform));color:var(--dsw-alias-label-primary);border-color:var(--dsw-alias-border-l3,var(--dsw-alias-border-l2));font-weight:600}.KAfEAG_field{color:var(--dsw-alias-label-caption);flex-direction:column;gap:3px;font-size:11px;display:flex}.KAfEAG_field input,.KAfEAG_field select,.KAfEAG_field textarea{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-base);color:var(--dsw-alias-label-primary);border-radius:6px;min-width:140px;padding:5px 8px;font-size:12px}.KAfEAG_field textarea{resize:vertical}.KAfEAG_check{color:var(--dsw-alias-label-secondary);align-items:center;gap:5px;font-size:12px;display:flex}.KAfEAG_btn{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-module-platform);color:var(--dsw-alias-label-primary);cursor:pointer;white-space:nowrap;border-radius:6px;padding:5px 10px;font-size:12px}.KAfEAG_btn:hover{background:var(--dsw-alias-interactive-bg-hover)}.KAfEAG_btn:disabled{opacity:.5;cursor:default}.KAfEAG_btnDanger{color:var(--dsw-alias-state-error-primary)}.KAfEAG_btnDanger:hover{background:var(--dsw-alias-interactive-bg-hover-danger)}.KAfEAG_error{color:var(--dsw-alias-state-error-primary);font-size:12px}.KAfEAG_okLine{color:var(--dsw-alias-state-success-primary);font-size:12px}.KAfEAG_warnLine{color:var(--dsw-alias-state-warn-label);margin-bottom:6px;font-size:12px}.KAfEAG_empty{color:var(--dsw-alias-label-caption);padding:14px 4px;font-size:12px}.KAfEAG_list{flex-direction:column;gap:8px;display:flex}.KAfEAG_card{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-module-platform);border-radius:8px;padding:8px 12px}.KAfEAG_cardHead{cursor:pointer;flex-wrap:wrap;align-items:center;gap:8px;display:flex}.KAfEAG_cardTitle{color:var(--dsw-alias-label-primary);font-size:13px;font-weight:500}.KAfEAG_cardMeta{color:var(--dsw-alias-label-caption);font-size:11px}.KAfEAG_cardSub{align-items:center;gap:12px;margin-top:4px;display:flex}.KAfEAG_concernBg{color:var(--dsw-alias-label-caption);margin-top:3px;font-size:11px;line-height:1.5}.KAfEAG_cardDetail{border-top:1px solid var(--dsw-alias-border-l2);flex-direction:column;gap:5px;margin-top:8px;padding-top:8px;display:flex}.KAfEAG_detailRow{color:var(--dsw-alias-label-secondary);font-size:12px}.KAfEAG_detailLabel{min-width:64px;color:var(--dsw-alias-label-caption);display:inline-block}.KAfEAG_actions{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.KAfEAG_historyTitle{color:var(--dsw-alias-label-secondary);margin-top:10px;font-size:12px;font-weight:600}.KAfEAG_table{border-collapse:collapse;width:100%;color:var(--dsw-alias-label-secondary);font-size:12px}.KAfEAG_table th{text-align:left;color:var(--dsw-alias-label-caption);border-bottom:1px solid var(--dsw-alias-border-l2);padding:5px 8px;font-weight:500}.KAfEAG_table td{border-bottom:1px solid var(--dsw-alias-border-l2);vertical-align:top;padding:5px 8px}.KAfEAG_valueCell{text-overflow:ellipsis;white-space:nowrap;max-width:320px;overflow:hidden}.KAfEAG_payloadFull{white-space:pre-wrap;word-break:break-all;max-width:480px}.KAfEAG_payloadToggle{cursor:pointer;color:var(--ds-color-accent,#4c8dff);user-select:none;margin-left:6px;font-size:12px}.KAfEAG_payloadToggle:hover{text-decoration:underline}.KAfEAG_cellActions{flex-wrap:wrap;gap:4px;display:flex}.KAfEAG_badge{white-space:nowrap;border-radius:9px;padding:1px 7px;font-size:11px}.KAfEAG_badgePositive{background:var(--dsw-alias-state-success-tertiary);color:var(--dsw-alias-state-success-primary)}.KAfEAG_badgeNegative{background:var(--dsw-alias-state-warn-tertiary);color:var(--dsw-alias-state-warn-label)}.KAfEAG_badgePinned{background:var(--dsw-alias-state-business-tertiary);color:var(--dsw-alias-state-business-primary)}.KAfEAG_badgeConflict{background:var(--dsw-alias-state-warn-tertiary);color:var(--dsw-alias-state-warn-label)}.KAfEAG_statusLive{background:var(--dsw-alias-state-success-tertiary);color:var(--dsw-alias-state-success-primary)}.KAfEAG_statusCandidate{background:var(--dsw-alias-interactive-bg-active);color:var(--dsw-alias-label-secondary)}.KAfEAG_statusChallenged{background:var(--dsw-alias-interactive-bg-hover-danger);color:var(--dsw-alias-state-error-primary)}.KAfEAG_statusOther{background:var(--dsw-alias-bg-skeleton);color:var(--dsw-alias-label-caption)}.KAfEAG_trust{color:var(--dsw-alias-label-tertiary);font-size:11px}.KAfEAG_columns{grid-template-columns:minmax(0,3fr) minmax(0,2fr);align-items:start;gap:16px;display:grid}.KAfEAG_column{flex-direction:column;gap:8px;min-width:0;display:flex}.KAfEAG_sectionTitle{color:var(--dsw-alias-label-primary);margin-top:6px;font-size:13px;font-weight:600}.KAfEAG_form{border:1px solid var(--dsw-alias-border-l2);border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.KAfEAG_form .KAfEAG_btn{align-self:flex-start}.KAfEAG_rules{color:var(--dsw-alias-label-secondary);flex-direction:column;gap:4px;margin:0;padding-left:18px;font-size:12px;display:flex}";
7872
+ const tagId$1 = "dsh-daoing-memory/Workbench.module.css";
7873
+ if (typeof document !== "undefined" && document.querySelector("style[data-plugin-css=" + JSON.stringify(tagId$1) + "]") === null) {
7882
7874
  const tag = document.createElement("style");
7883
7875
  tag.dataset.plugin = "dsh-daoing-memory";
7884
- tag.dataset.pluginCss = tagId;
7885
- tag.textContent = css;
7876
+ tag.dataset.pluginCss = tagId$1;
7877
+ tag.textContent = css$1;
7886
7878
  document.head.appendChild(tag);
7887
7879
  }
7888
7880
  var Workbench_module_css_default = {
7889
- "columns": "KAfEAG_columns",
7890
- "cardHead": "KAfEAG_cardHead",
7891
- "rules": "KAfEAG_rules",
7892
- "statusChallenged": "KAfEAG_statusChallenged",
7893
- "workbenchTab": "KAfEAG_workbenchTab",
7894
- "card": "KAfEAG_card",
7895
- "historyTitle": "KAfEAG_historyTitle",
7896
- "badgeNegative": "KAfEAG_badgeNegative",
7897
- "workbenchTabs": "KAfEAG_workbenchTabs",
7881
+ "statline": "KAfEAG_statline",
7882
+ "error": "KAfEAG_error",
7883
+ "btnDanger": "KAfEAG_btnDanger",
7898
7884
  "cardMeta": "KAfEAG_cardMeta",
7899
- "sectionTitle": "KAfEAG_sectionTitle",
7900
- "tabs": "KAfEAG_tabs",
7901
- "header": "KAfEAG_header",
7902
7885
  "payloadFull": "KAfEAG_payloadFull",
7903
- "error": "KAfEAG_error",
7904
- "badge": "KAfEAG_badge",
7905
- "tabActive": "KAfEAG_tabActive",
7906
- "page": "KAfEAG_page",
7907
- "titleBlock": "KAfEAG_titleBlock",
7908
- "check": "KAfEAG_check",
7886
+ "form": "KAfEAG_form",
7887
+ "toolbar": "KAfEAG_toolbar",
7888
+ "statusCandidate": "KAfEAG_statusCandidate",
7889
+ "sectionTitle": "KAfEAG_sectionTitle",
7909
7890
  "concernBg": "KAfEAG_concernBg",
7910
- "btn": "KAfEAG_btn",
7911
- "statline": "KAfEAG_statline",
7912
- "empty": "KAfEAG_empty",
7913
- "detailLabel": "KAfEAG_detailLabel",
7914
7891
  "tab": "KAfEAG_tab",
7915
- "cardDetail": "KAfEAG_cardDetail",
7916
- "warnLine": "KAfEAG_warnLine",
7892
+ "list": "KAfEAG_list",
7917
7893
  "actions": "KAfEAG_actions",
7918
- "table": "KAfEAG_table",
7919
- "valueCell": "KAfEAG_valueCell",
7920
- "badgePinned": "KAfEAG_badgePinned",
7921
- "body": "KAfEAG_body",
7922
- "title": "KAfEAG_title",
7923
- "panel": "KAfEAG_panel",
7924
- "workbenchTabActive": "KAfEAG_workbenchTabActive",
7894
+ "columns": "KAfEAG_columns",
7925
7895
  "badgeConflict": "KAfEAG_badgeConflict",
7926
- "statusOther": "KAfEAG_statusOther",
7927
- "trust": "KAfEAG_trust",
7896
+ "workbenchTabActive": "KAfEAG_workbenchTabActive",
7897
+ "workbenchTabs": "KAfEAG_workbenchTabs",
7928
7898
  "field": "KAfEAG_field",
7929
- "list": "KAfEAG_list",
7899
+ "card": "KAfEAG_card",
7930
7900
  "cardTitle": "KAfEAG_cardTitle",
7931
- "statusCandidate": "KAfEAG_statusCandidate",
7932
- "column": "KAfEAG_column",
7933
- "cardSub": "KAfEAG_cardSub",
7934
- "payloadToggle": "KAfEAG_payloadToggle",
7901
+ "cardDetail": "KAfEAG_cardDetail",
7935
7902
  "cellActions": "KAfEAG_cellActions",
7936
- "form": "KAfEAG_form",
7937
- "subtitle": "KAfEAG_subtitle",
7938
- "badgePositive": "KAfEAG_badgePositive",
7939
- "btnDanger": "KAfEAG_btnDanger",
7903
+ "header": "KAfEAG_header",
7904
+ "warnLine": "KAfEAG_warnLine",
7940
7905
  "statusLive": "KAfEAG_statusLive",
7906
+ "payloadToggle": "KAfEAG_payloadToggle",
7941
7907
  "okLine": "KAfEAG_okLine",
7942
- "toolbar": "KAfEAG_toolbar",
7943
- "detailRow": "KAfEAG_detailRow"
7908
+ "badgePinned": "KAfEAG_badgePinned",
7909
+ "trust": "KAfEAG_trust",
7910
+ "rules": "KAfEAG_rules",
7911
+ "column": "KAfEAG_column",
7912
+ "panel": "KAfEAG_panel",
7913
+ "cardSub": "KAfEAG_cardSub",
7914
+ "workbenchTab": "KAfEAG_workbenchTab",
7915
+ "tabActive": "KAfEAG_tabActive",
7916
+ "detailRow": "KAfEAG_detailRow",
7917
+ "check": "KAfEAG_check",
7918
+ "historyTitle": "KAfEAG_historyTitle",
7919
+ "table": "KAfEAG_table",
7920
+ "page": "KAfEAG_page",
7921
+ "cardHead": "KAfEAG_cardHead",
7922
+ "valueCell": "KAfEAG_valueCell",
7923
+ "body": "KAfEAG_body",
7924
+ "titleBlock": "KAfEAG_titleBlock",
7925
+ "tabs": "KAfEAG_tabs",
7926
+ "badgePositive": "KAfEAG_badgePositive",
7927
+ "subtitle": "KAfEAG_subtitle",
7928
+ "detailLabel": "KAfEAG_detailLabel",
7929
+ "badgeNegative": "KAfEAG_badgeNegative",
7930
+ "btn": "KAfEAG_btn",
7931
+ "statusChallenged": "KAfEAG_statusChallenged",
7932
+ "title": "KAfEAG_title",
7933
+ "badge": "KAfEAG_badge",
7934
+ "empty": "KAfEAG_empty",
7935
+ "statusOther": "KAfEAG_statusOther"
7944
7936
  };
7945
7937
  //#endregion
7946
7938
  //#region src/client/ExperiencePage.tsx
@@ -8028,7 +8020,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8028
8020
  });
8029
8021
  }, [actions, expanded]);
8030
8022
  const runPin = (0, react.useCallback)(async (item) => {
8031
- const reason = promptReason(item.pinned ? "取消永久标记" : "永久标记(置顶信任,豁免预算)");
8023
+ const reason = await promptReason(item.pinned ? "取消永久标记" : "永久标记(置顶信任,豁免预算)");
8032
8024
  if (reason === void 0) return;
8033
8025
  await actions.humanPin({
8034
8026
  id: item.id,
@@ -8043,7 +8035,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8043
8035
  refresh
8044
8036
  ]);
8045
8037
  const runPromote = (0, react.useCallback)(async (item) => {
8046
- const reason = promptReason("人工转正(候选 → 生效,V2 人工权威)");
8038
+ const reason = await promptReason("人工转正(候选 → 生效,V2 人工权威)");
8047
8039
  if (reason === void 0) return;
8048
8040
  await actions.humanPromote(item.id, reason);
8049
8041
  refresh();
@@ -8054,7 +8046,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8054
8046
  refresh
8055
8047
  ]);
8056
8048
  const runReleaseCold = (0, react.useCallback)(async (item) => {
8057
- const reason = promptReason("从冷宫放回候选(可再次被试探验证)");
8049
+ const reason = await promptReason("从冷宫放回候选(可再次被试探验证)");
8058
8050
  if (reason === void 0) return;
8059
8051
  await actions.humanReleaseCold({
8060
8052
  id: item.id,
@@ -8068,7 +8060,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8068
8060
  refresh
8069
8061
  ]);
8070
8062
  const runDelete = (0, react.useCallback)(async (item) => {
8071
- const reason = promptReason(`删除经验「${item.gist.slice(0, 24)}」(指纹保留在账本)`);
8063
+ const reason = await promptReason(`删除经验「${item.gist.slice(0, 24)}」(指纹保留在账本)`);
8072
8064
  if (reason === void 0) return;
8073
8065
  await actions.humanDeleteExperience({
8074
8066
  id: item.id,
@@ -8082,7 +8074,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8082
8074
  refresh
8083
8075
  ]);
8084
8076
  const runRollback = (0, react.useCallback)(async (item, toRevision) => {
8085
- const reason = promptReason(`回滚到 v${String(toRevision)}`);
8077
+ const reason = await promptReason(`回滚到 v${String(toRevision)}`);
8086
8078
  if (reason === void 0) return;
8087
8079
  await actions.humanRollback({
8088
8080
  id: item.id,
@@ -8392,6 +8384,183 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8392
8384
  });
8393
8385
  }
8394
8386
  //#endregion
8387
+ //#region \0dsh-css:D:\DSH 插件项目\项目源码\deepseek-harness-master\packages\memory\dsh-daoing-memory\src\client\ReasonDialog.module.css.mjs
8388
+ const css = ".L4KK8a_overlay{z-index:10000;backdrop-filter:blur(2px);background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.L4KK8a_dialog{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-base);border-radius:12px;flex-direction:column;gap:12px;width:480px;max-width:90vw;max-height:80vh;padding:20px 24px;display:flex;box-shadow:0 8px 32px #00000026}.L4KK8a_header{flex-direction:column;gap:4px;display:flex}.L4KK8a_title{color:var(--dsw-alias-label-primary);font-size:15px;font-weight:600}.L4KK8a_subtitle{color:var(--dsw-alias-label-caption);font-size:12px}.L4KK8a_textarea{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-module-platform);width:100%;min-height:80px;color:var(--dsw-alias-label-primary);font-family:var(--dsw-font-family);resize:vertical;box-sizing:border-box;border-radius:8px;outline:none;padding:10px 12px;font-size:13px;line-height:20px}.L4KK8a_textarea:focus{border-color:var(--ds-color-accent,#4c8dff);box-shadow:0 0 0 2px #4c8dff26}.L4KK8a_textarea::placeholder{color:var(--dsw-alias-label-dimmed)}.L4KK8a_footer{justify-content:space-between;align-items:center;display:flex}.L4KK8a_hint{color:var(--dsw-alias-label-dimmed);font-size:11px}.L4KK8a_buttons{gap:8px;display:flex}.L4KK8a_btnCancel,.L4KK8a_btnConfirm{height:32px;font-family:var(--dsw-font-family);cursor:pointer;border:1px solid var(--dsw-alias-border-l2);border-radius:8px;padding:0 16px;font-size:13px;font-weight:500}.L4KK8a_btnCancel{color:var(--dsw-alias-label-secondary);background:0 0}.L4KK8a_btnCancel:hover{background:var(--dsw-alias-interactive-bg-hover)}.L4KK8a_btnConfirm{background:var(--ds-color-accent,#4c8dff);color:#fff;border-color:#0000}.L4KK8a_btnConfirm:hover{opacity:.9}";
8389
+ const tagId = "dsh-daoing-memory/ReasonDialog.module.css";
8390
+ if (typeof document !== "undefined" && document.querySelector("style[data-plugin-css=" + JSON.stringify(tagId) + "]") === null) {
8391
+ const tag = document.createElement("style");
8392
+ tag.dataset.plugin = "dsh-daoing-memory";
8393
+ tag.dataset.pluginCss = tagId;
8394
+ tag.textContent = css;
8395
+ document.head.appendChild(tag);
8396
+ }
8397
+ var ReasonDialog_module_css_default = {
8398
+ "btnConfirm": "L4KK8a_btnConfirm",
8399
+ "header": "L4KK8a_header",
8400
+ "btnCancel": "L4KK8a_btnCancel",
8401
+ "textarea": "L4KK8a_textarea",
8402
+ "subtitle": "L4KK8a_subtitle",
8403
+ "dialog": "L4KK8a_dialog",
8404
+ "overlay": "L4KK8a_overlay",
8405
+ "title": "L4KK8a_title",
8406
+ "hint": "L4KK8a_hint",
8407
+ "footer": "L4KK8a_footer",
8408
+ "buttons": "L4KK8a_buttons"
8409
+ };
8410
+ //#endregion
8411
+ //#region src/client/ReasonDialog.tsx
8412
+ /**
8413
+ * Custom modal dialogs: replaces the browser's native window.prompt for
8414
+ * audited human operations (delete, rollback, etc.) and value editing.
8415
+ * A modal overlay with a textarea, confirm/cancel buttons, and DSH theme tokens.
8416
+ *
8417
+ * Usage:
8418
+ * showReasonDialog(action) → Promise<string | undefined> (reason required)
8419
+ * showInputDialog(title, defaultValue?) → Promise<string | undefined> (value optional)
8420
+ *
8421
+ * The dialog is rendered as a fixed overlay (DSH slots don't provide a modal
8422
+ * seat; a fixed-position element is the standard pattern).
8423
+ */
8424
+ let pendingRequest = null;
8425
+ let renderCallback = null;
8426
+ function showDialog(request) {
8427
+ return new Promise((resolve) => {
8428
+ pendingRequest = {
8429
+ ...request,
8430
+ resolve
8431
+ };
8432
+ renderCallback?.();
8433
+ });
8434
+ }
8435
+ /**
8436
+ * Show the reason dialog and wait for the user's response.
8437
+ * @param action - human-readable action name shown in the title.
8438
+ * @returns the trimmed reason on confirm, or undefined on cancel/empty.
8439
+ */
8440
+ function showReasonDialog(action) {
8441
+ return showDialog({
8442
+ title: `「${action}」需要填写原因`,
8443
+ subtitle: "此操作将写入审计账本,原因必填",
8444
+ placeholder: "请填写原因…",
8445
+ defaultValue: "",
8446
+ requireNonEmpty: true
8447
+ });
8448
+ }
8449
+ /**
8450
+ * Show a generic input dialog and wait for the user's response.
8451
+ * @param title - dialog title.
8452
+ * @param defaultValue - pre-filled value (optional).
8453
+ * @returns the trimmed value on confirm, or undefined on cancel. Empty string is allowed.
8454
+ */
8455
+ function showInputDialog(title, defaultValue = "") {
8456
+ return showDialog({
8457
+ title,
8458
+ subtitle: "",
8459
+ placeholder: "请输入…",
8460
+ defaultValue,
8461
+ requireNonEmpty: false
8462
+ });
8463
+ }
8464
+ /**
8465
+ * The dialog component. Mount once at the workbench root; it stays invisible
8466
+ * until showReasonDialog or showInputDialog is called.
8467
+ */
8468
+ function ReasonDialogHost() {
8469
+ const [, forceRender] = (0, react.useState)(0);
8470
+ const textareaRef = (0, react.useRef)(null);
8471
+ (0, react.useEffect)(() => {
8472
+ renderCallback = () => {
8473
+ forceRender((n) => n + 1);
8474
+ };
8475
+ return () => {
8476
+ renderCallback = null;
8477
+ };
8478
+ }, []);
8479
+ (0, react.useEffect)(() => {
8480
+ if (pendingRequest) requestAnimationFrame(() => {
8481
+ const el = textareaRef.current;
8482
+ if (el) {
8483
+ el.focus();
8484
+ el.select();
8485
+ }
8486
+ });
8487
+ }, [pendingRequest?.title]);
8488
+ if (!pendingRequest) return null;
8489
+ const { title, subtitle, placeholder, defaultValue, requireNonEmpty, resolve } = pendingRequest;
8490
+ const handleConfirm = () => {
8491
+ const value = textareaRef.current?.value?.trim() ?? "";
8492
+ if (requireNonEmpty && value === "") return;
8493
+ pendingRequest = null;
8494
+ resolve(value);
8495
+ forceRender((n) => n + 1);
8496
+ };
8497
+ const handleCancel = () => {
8498
+ pendingRequest = null;
8499
+ resolve(void 0);
8500
+ forceRender((n) => n + 1);
8501
+ };
8502
+ const handleKeyDown = (e) => {
8503
+ if (e.key === "Escape") {
8504
+ e.preventDefault();
8505
+ handleCancel();
8506
+ }
8507
+ if (e.key === "Enter" && (e.ctrlKey || e.metaKey)) {
8508
+ e.preventDefault();
8509
+ handleConfirm();
8510
+ }
8511
+ };
8512
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
8513
+ className: ReasonDialog_module_css_default.overlay,
8514
+ onClick: handleCancel,
8515
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
8516
+ className: ReasonDialog_module_css_default.dialog,
8517
+ onClick: (e) => {
8518
+ e.stopPropagation();
8519
+ },
8520
+ onKeyDown: handleKeyDown,
8521
+ children: [
8522
+ /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
8523
+ className: ReasonDialog_module_css_default.header,
8524
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
8525
+ className: ReasonDialog_module_css_default.title,
8526
+ children: title
8527
+ }), subtitle && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
8528
+ className: ReasonDialog_module_css_default.subtitle,
8529
+ children: subtitle
8530
+ })]
8531
+ }),
8532
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("textarea", {
8533
+ ref: textareaRef,
8534
+ className: ReasonDialog_module_css_default.textarea,
8535
+ placeholder,
8536
+ defaultValue,
8537
+ rows: 4
8538
+ }),
8539
+ /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
8540
+ className: ReasonDialog_module_css_default.footer,
8541
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
8542
+ className: ReasonDialog_module_css_default.hint,
8543
+ children: "Ctrl+Enter 确认 · Esc 取消"
8544
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
8545
+ className: ReasonDialog_module_css_default.buttons,
8546
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
8547
+ type: "button",
8548
+ className: ReasonDialog_module_css_default.btnCancel,
8549
+ onClick: handleCancel,
8550
+ children: "取消"
8551
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
8552
+ type: "button",
8553
+ className: ReasonDialog_module_css_default.btnConfirm,
8554
+ onClick: handleConfirm,
8555
+ children: "确认"
8556
+ })]
8557
+ })]
8558
+ })
8559
+ ]
8560
+ })
8561
+ });
8562
+ }
8563
+ //#endregion
8395
8564
  //#region src/client/FactDiaryPage.tsx
8396
8565
  /**
8397
8566
  * Profile·concerns page, split into two sub-pages: 关心事项 (open-loop memos) /
@@ -8548,7 +8717,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8548
8717
  refresh();
8549
8718
  }, [refresh]);
8550
8719
  const runConfirm = (0, react.useCallback)(async (fact) => {
8551
- const reason = promptReason(fact.locked ? "解除人工确认" : "人工确认(锁定,禁止自动取代)");
8720
+ const reason = await promptReason(fact.locked ? "解除人工确认" : "人工确认(锁定,禁止自动取代)");
8552
8721
  if (reason === void 0) return;
8553
8722
  await actions.humanConfirmFact({
8554
8723
  factId: fact.id,
@@ -8563,9 +8732,9 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8563
8732
  refresh
8564
8733
  ]);
8565
8734
  const runEditFact = (0, react.useCallback)(async (fact) => {
8566
- const value = window.prompt(`编辑画像「${fact.category}/${fact.factKey}」的新值:`, fact.value);
8567
- if (value === null || value.trim() === "") return;
8568
- const reason = promptReason("人工编辑画像");
8735
+ const value = await showInputDialog(`编辑画像「${fact.category}/${fact.factKey}」的新值`, fact.value);
8736
+ if (value === void 0 || value.trim() === "") return;
8737
+ const reason = await promptReason("人工编辑画像");
8569
8738
  if (reason === void 0) return;
8570
8739
  await actions.humanEditFact({
8571
8740
  factId: fact.id,
@@ -8580,7 +8749,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8580
8749
  refresh
8581
8750
  ]);
8582
8751
  const runDeleteFact = (0, react.useCallback)(async (fact) => {
8583
- const reason = promptReason(`删除画像「${fact.category}/${fact.factKey}」(墓碑保留)`);
8752
+ const reason = await promptReason(`删除画像「${fact.category}/${fact.factKey}」(墓碑保留)`);
8584
8753
  if (reason === void 0) return;
8585
8754
  await actions.humanDeleteFact({
8586
8755
  factId: fact.id,
@@ -8622,7 +8791,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8622
8791
  factSources
8623
8792
  ]);
8624
8793
  const runSetConcernStatus = (0, react.useCallback)(async (tree, status) => {
8625
- const reason = promptReason(`把关心事项「${tree.concern.title}」改为 ${CONCERN_STATUS_LABELS[status] ?? status}`);
8794
+ const reason = await promptReason(`把关心事项「${tree.concern.title}」改为 ${CONCERN_STATUS_LABELS[status] ?? status}`);
8626
8795
  if (reason === void 0) return;
8627
8796
  await actions.humanSetConcernStatus({
8628
8797
  id: tree.concern.id,
@@ -8637,7 +8806,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8637
8806
  refresh
8638
8807
  ]);
8639
8808
  const runDeleteConcern = (0, react.useCallback)(async (tree) => {
8640
- const reason = promptReason(`删除关心事项「${tree.concern.title}」及其更新(墓碑保留)`);
8809
+ const reason = await promptReason(`删除关心事项「${tree.concern.title}」及其更新(墓碑保留)`);
8641
8810
  if (reason === void 0) return;
8642
8811
  await actions.humanDeleteConcern({
8643
8812
  id: tree.concern.id,
@@ -9466,7 +9635,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
9466
9635
  setNotice(null);
9467
9636
  };
9468
9637
  const submitExperience = async () => {
9469
- const reason = promptReason("人工注入经验(固定格式)");
9638
+ const reason = await promptReason("人工注入经验(固定格式)");
9470
9639
  if (reason === void 0) return;
9471
9640
  if (gist.trim() === "" || family.trim() === "" || situation.trim() === "" || path.trim() === "" || reasoning.trim() === "") {
9472
9641
  setError("固定格式不完整:任务族、摘要、情境、路径、判断背景均为必填。");
@@ -9517,7 +9686,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
9517
9686
  setError("负经验必须填写确认的失败原因。");
9518
9687
  return;
9519
9688
  }
9520
- const reason = promptReason("人工摄取(固定格式 + 出处,产出候选待验证)");
9689
+ const reason = await promptReason("人工摄取(固定格式 + 出处,产出候选待验证)");
9521
9690
  if (reason === void 0) return;
9522
9691
  try {
9523
9692
  const result = await actions.ingest({
@@ -9557,7 +9726,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
9557
9726
  setError("编辑需要先填写经验 id。");
9558
9727
  return;
9559
9728
  }
9560
- const reason = promptReason("人工编辑经验");
9729
+ const reason = await promptReason("人工编辑经验");
9561
9730
  if (reason === void 0) return;
9562
9731
  try {
9563
9732
  const snapshot = await actions.humanEditExperience({
@@ -9578,7 +9747,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
9578
9747
  }
9579
9748
  };
9580
9749
  const submitFact = async () => {
9581
- const reason = promptReason("人工添加画像");
9750
+ const reason = await promptReason("人工添加画像");
9582
9751
  if (reason === void 0) return;
9583
9752
  if (factKey.trim() === "" || factValue.trim() === "") {
9584
9753
  setError("画像的键与值均为必填。");
@@ -10047,9 +10216,9 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
10047
10216
  /**
10048
10217
  * Memory workbench takeover: covers the frame area to the right of the
10049
10218
  * sidebar while a monitoring page is selected. The entry point is the
10050
- * sidebar.footer.action button (MemoryFooterAction); page switching lives
10051
- * inside this panel as a tab bar so all four pages remain reachable without
10052
- * relying on a sidebar nav group. Opening a session row clears the selection
10219
+ * conversation.session.header.utilities button (MemoryHeaderAction, left of
10220
+ * Session log); page switching lives inside this panel as a tab bar so all
10221
+ * four pages remain reachable. Opening a session row clears the selection
10053
10222
  * and returns to the native conversation view. All human mutations go through
10054
10223
  * the audited Remote callbacks.
10055
10224
  */
@@ -10057,16 +10226,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
10057
10226
  function formatTs(ts) {
10058
10227
  return new Date(ts).toLocaleString("zh-CN", { hour12: false });
10059
10228
  }
10060
- /** Confirmation prompt with an audited reason; resolves undefined when cancelled. */
10061
- function promptReason(action) {
10062
- const reason = window.prompt(`「${action}」将写入审计账本。请填写原因(必填):`);
10063
- if (reason === null) return void 0;
10064
- const trimmed = reason.trim();
10065
- if (trimmed === "") {
10066
- window.alert("原因是必填项:人工操作必须可审计。");
10067
- return;
10068
- }
10069
- return trimmed;
10229
+ /**
10230
+ * Confirmation prompt with an audited reason; resolves undefined when cancelled.
10231
+ * Uses the custom ReasonDialog instead of the browser's native window.prompt.
10232
+ */
10233
+ async function promptReason(action) {
10234
+ return showReasonDialog(action);
10070
10235
  }
10071
10236
  /**
10072
10237
  * The workbench entry component. Renders nothing unless a monitoring page is
@@ -10200,7 +10365,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
10200
10365
  onChanged: refreshStats
10201
10366
  })
10202
10367
  ]
10203
- })
10368
+ }),
10369
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)(ReasonDialogHost, {})
10204
10370
  ]
10205
10371
  });
10206
10372
  }
@@ -10224,7 +10390,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
10224
10390
  }
10225
10391
  /**
10226
10392
  * Client plugin body: mount the memory Remote contribution, then register the
10227
- * nav group and the overlay takeover sharing one nav store handle.
10393
+ * header entry and the overlay takeover sharing one nav store handle.
10228
10394
  * @param ctx - client root context.
10229
10395
  * @returns disposer after both entries and the Remote namespace unregister.
10230
10396
  */
@@ -10276,12 +10442,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
10276
10442
  ingest: async (session, request) => unwrap(await memory.ingest(session, request))
10277
10443
  };
10278
10444
  const navStore = createMemoryNavStore();
10279
- const disposeNav = ctx.slots.inject("sidebar.footer.action", () => ctx.slots.register({
10280
- name: "sidebar.footer.action",
10445
+ const disposeNav = ctx.slots.inject("conversation.session.header.utilities", () => ctx.slots.register({
10446
+ name: "conversation.session.header.utilities",
10281
10447
  id: "memory-nav",
10282
- order: 100,
10448
+ order: -10,
10283
10449
  store: navStore
10284
- }, MemoryFooterAction));
10450
+ }, MemoryHeaderAction));
10285
10451
  const disposeOverlay = ctx.slots.inject("shell.overlay", () => ctx.slots.register({
10286
10452
  name: "shell.overlay",
10287
10453
  id: "memory-workbench",