@open-mercato/cli 0.7.1-develop.7193.1.910a5b0a1e → 0.7.1-develop.7194.1.ab4fc81f82

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 (169) hide show
  1. package/.turbo/turbo-build.log +6 -2
  2. package/dist/agentic/github-copilot/copilot-instructions.md.template +37 -0
  3. package/dist/agentic/github-copilot/instructions/entity-guard.instructions.md +27 -0
  4. package/dist/agentic/github-copilot/instructions/generated-guard.instructions.md +10 -0
  5. package/dist/agentic/github-copilot/mcp.json.example +13 -0
  6. package/dist/agentic/guides/module-facts.json +11527 -283
  7. package/dist/agentic/guides/module-facts.v2.json +11527 -283
  8. package/dist/agentic/guides/modules/agent_orchestrator/acl-features.md +31 -0
  9. package/dist/agentic/guides/modules/agent_orchestrator/active-extension-bindings.md +12 -0
  10. package/dist/agentic/guides/modules/agent_orchestrator/ai-agents.md +12 -0
  11. package/dist/agentic/guides/modules/agent_orchestrator/ai-tools-mcp-capabilities.md +13 -0
  12. package/dist/agentic/guides/modules/agent_orchestrator/backend-pages.md +28 -0
  13. package/dist/agentic/guides/modules/agent_orchestrator/cli-commands.md +14 -0
  14. package/dist/agentic/guides/modules/agent_orchestrator/contribution-resolutions.md +49 -0
  15. package/dist/agentic/guides/modules/agent_orchestrator/di-registrations-rich.md +42 -0
  16. package/dist/agentic/guides/modules/agent_orchestrator/di-service-tokens.md +24 -0
  17. package/dist/agentic/guides/modules/agent_orchestrator/domain-commands.md +28 -0
  18. package/dist/agentic/guides/modules/agent_orchestrator/encryption.md +20 -0
  19. package/dist/agentic/guides/modules/agent_orchestrator/entities.md +31 -0
  20. package/dist/agentic/guides/modules/agent_orchestrator/events.md +38 -0
  21. package/dist/agentic/guides/modules/agent_orchestrator/exact-override-targets.md +122 -0
  22. package/dist/agentic/guides/modules/agent_orchestrator/host-extension-points.md +10 -0
  23. package/dist/agentic/guides/modules/agent_orchestrator/index.md +31 -0
  24. package/dist/agentic/guides/modules/agent_orchestrator/owned-contract-module-metadata.md +11 -0
  25. package/dist/agentic/guides/modules/agent_orchestrator/setup.md +11 -0
  26. package/dist/agentic/guides/modules/agent_orchestrator/umes-contributions.md +49 -0
  27. package/dist/agentic/guides/modules/agent_orchestrator/umes-hosts.md +61 -0
  28. package/dist/agentic/guides/modules/agent_orchestrator/workers.md +14 -0
  29. package/dist/agentic/guides/modules/ai_assistant/di-registrations-rich.md +3 -2
  30. package/dist/agentic/guides/modules/ai_assistant/di-service-tokens.md +2 -1
  31. package/dist/agentic/guides/modules/ai_assistant/exact-override-targets.md +3 -2
  32. package/dist/agentic/guides/modules/ai_assistant/index.md +1 -1
  33. package/dist/agentic/guides/modules/api_docs/index.md +1 -1
  34. package/dist/agentic/guides/modules/api_keys/index.md +1 -1
  35. package/dist/agentic/guides/modules/attachments/index.md +1 -1
  36. package/dist/agentic/guides/modules/audit_logs/index.md +1 -1
  37. package/dist/agentic/guides/modules/auth/index.md +1 -1
  38. package/dist/agentic/guides/modules/business_rules/index.md +1 -1
  39. package/dist/agentic/guides/modules/catalog/index.md +1 -1
  40. package/dist/agentic/guides/modules/channel_apns/index.md +1 -1
  41. package/dist/agentic/guides/modules/channel_discord/index.md +1 -1
  42. package/dist/agentic/guides/modules/channel_expo/index.md +1 -1
  43. package/dist/agentic/guides/modules/channel_fcm/index.md +1 -1
  44. package/dist/agentic/guides/modules/channel_gmail/index.md +1 -1
  45. package/dist/agentic/guides/modules/channel_imap/index.md +1 -1
  46. package/dist/agentic/guides/modules/channel_resend/index.md +1 -1
  47. package/dist/agentic/guides/modules/channel_ses/index.md +1 -1
  48. package/dist/agentic/guides/modules/checkout/index.md +1 -1
  49. package/dist/agentic/guides/modules/communication_channels/index.md +1 -1
  50. package/dist/agentic/guides/modules/configs/index.md +1 -1
  51. package/dist/agentic/guides/modules/content/index.md +1 -1
  52. package/dist/agentic/guides/modules/currencies/index.md +1 -1
  53. package/dist/agentic/guides/modules/customer_accounts/cli-commands.md +11 -0
  54. package/dist/agentic/guides/modules/customer_accounts/exact-override-targets.md +5 -4
  55. package/dist/agentic/guides/modules/customer_accounts/index.md +3 -2
  56. package/dist/agentic/guides/modules/customer_accounts/setup.md +1 -1
  57. package/dist/agentic/guides/modules/customers/contribution-resolutions.md +1 -0
  58. package/dist/agentic/guides/modules/customers/exact-override-targets.md +1 -0
  59. package/dist/agentic/guides/modules/customers/incoming-installed-contributions.md +3 -0
  60. package/dist/agentic/guides/modules/customers/index.md +2 -2
  61. package/dist/agentic/guides/modules/customers/umes-contributions.md +1 -0
  62. package/dist/agentic/guides/modules/dashboards/index.md +1 -1
  63. package/dist/agentic/guides/modules/data_sync/index.md +1 -1
  64. package/dist/agentic/guides/modules/design_system/index.md +1 -1
  65. package/dist/agentic/guides/modules/devices/index.md +1 -1
  66. package/dist/agentic/guides/modules/dictionaries/index.md +1 -1
  67. package/dist/agentic/guides/modules/directory/index.md +1 -1
  68. package/dist/agentic/guides/modules/documents/index.md +1 -1
  69. package/dist/agentic/guides/modules/entities/index.md +1 -1
  70. package/dist/agentic/guides/modules/eudr/index.md +1 -1
  71. package/dist/agentic/guides/modules/events/index.md +1 -1
  72. package/dist/agentic/guides/modules/feature_toggles/index.md +1 -1
  73. package/dist/agentic/guides/modules/gateway_stripe/index.md +1 -1
  74. package/dist/agentic/guides/modules/generators/index.md +1 -1
  75. package/dist/agentic/guides/modules/inbox_ops/index.md +1 -1
  76. package/dist/agentic/guides/modules/integrations/index.md +1 -1
  77. package/dist/agentic/guides/modules/messages/index.md +1 -1
  78. package/dist/agentic/guides/modules/notifications/index.md +1 -1
  79. package/dist/agentic/guides/modules/onboarding/index.md +1 -1
  80. package/dist/agentic/guides/modules/payment_gateways/index.md +1 -1
  81. package/dist/agentic/guides/modules/perspectives/index.md +1 -1
  82. package/dist/agentic/guides/modules/phone_calls/index.md +1 -1
  83. package/dist/agentic/guides/modules/planner/index.md +1 -1
  84. package/dist/agentic/guides/modules/portal/index.md +1 -1
  85. package/dist/agentic/guides/modules/progress/index.md +1 -1
  86. package/dist/agentic/guides/modules/push_notifications/index.md +1 -1
  87. package/dist/agentic/guides/modules/query_index/index.md +1 -1
  88. package/dist/agentic/guides/modules/record_locks/index.md +1 -1
  89. package/dist/agentic/guides/modules/resources/index.md +1 -1
  90. package/dist/agentic/guides/modules/sales/index.md +1 -1
  91. package/dist/agentic/guides/modules/scheduler/index.md +1 -1
  92. package/dist/agentic/guides/modules/search/index.md +1 -1
  93. package/dist/agentic/guides/modules/security/index.md +1 -1
  94. package/dist/agentic/guides/modules/seeds/cli-commands.md +14 -0
  95. package/dist/agentic/guides/modules/seeds/exact-override-targets.md +14 -0
  96. package/dist/agentic/guides/modules/seeds/index.md +14 -0
  97. package/dist/agentic/guides/modules/seeds/owned-contract-module-metadata.md +11 -0
  98. package/dist/agentic/guides/modules/shipping_carriers/index.md +1 -1
  99. package/dist/agentic/guides/modules/sso/index.md +1 -1
  100. package/dist/agentic/guides/modules/staff/index.md +1 -1
  101. package/dist/agentic/guides/modules/storage_s3/index.md +1 -1
  102. package/dist/agentic/guides/modules/sync_akeneo/index.md +1 -1
  103. package/dist/agentic/guides/modules/sync_excel/index.md +1 -1
  104. package/dist/agentic/guides/modules/system_status_overlays/index.md +1 -1
  105. package/dist/agentic/guides/modules/tillio/index.md +1 -1
  106. package/dist/agentic/guides/modules/translations/index.md +1 -1
  107. package/dist/agentic/guides/modules/warranty_claims/index.md +1 -1
  108. package/dist/agentic/guides/modules/webhooks/index.md +1 -1
  109. package/dist/agentic/guides/modules/wms/index.md +1 -1
  110. package/dist/agentic/guides/modules/workflows/acl-features.md +11 -1
  111. package/dist/agentic/guides/modules/workflows/active-extension-bindings.md +4 -1
  112. package/dist/agentic/guides/modules/workflows/ai-tools-mcp-capabilities.md +17 -0
  113. package/dist/agentic/guides/modules/workflows/backend-pages.md +3 -0
  114. package/dist/agentic/guides/modules/workflows/contribution-resolutions.md +24 -0
  115. package/dist/agentic/guides/modules/workflows/di-registrations-rich.md +11 -7
  116. package/dist/agentic/guides/modules/workflows/di-service-tokens.md +11 -7
  117. package/dist/agentic/guides/modules/workflows/domain-commands.md +11 -0
  118. package/dist/agentic/guides/modules/workflows/entities.md +2 -0
  119. package/dist/agentic/guides/modules/workflows/events.md +14 -8
  120. package/dist/agentic/guides/modules/workflows/exact-override-targets.md +45 -10
  121. package/dist/agentic/guides/modules/workflows/frontend-pages.md +2 -0
  122. package/dist/agentic/guides/modules/workflows/incoming-installed-contributions.md +17 -0
  123. package/dist/agentic/guides/modules/workflows/index.md +15 -12
  124. package/dist/agentic/guides/modules/workflows/notifications.md +2 -0
  125. package/dist/agentic/guides/modules/workflows/setup.md +1 -1
  126. package/dist/agentic/guides/modules/workflows/umes-contributions.md +24 -0
  127. package/dist/agentic/guides/modules/workflows/umes-hosts.md +14 -6
  128. package/dist/agentic/guides/modules/workflows/workers.md +4 -1
  129. package/dist/agentic/guides/reference-module-facts.json +2 -2
  130. package/dist/agentic/guides/reference-modules/example/index.md +1 -1
  131. package/dist/agentic/guides/upstream/AGENTS.md +3 -1
  132. package/dist/agentic/guides/upstream/manifest.json +2 -2
  133. package/dist/agentic/shared/ai/harness/design-system-inventory.json +118 -106
  134. package/dist/agentic/shared/ai/harness/source-link-inventory.json +8 -8
  135. package/dist/lib/agentic-init.js +4 -0
  136. package/dist/lib/agentic-init.js.map +2 -2
  137. package/dist/lib/agentic-setup.js +19 -5
  138. package/dist/lib/agentic-setup.js.map +2 -2
  139. package/dist/lib/generators/extensions/agent-files.js +913 -0
  140. package/dist/lib/generators/extensions/agent-files.js.map +7 -0
  141. package/dist/lib/generators/extensions/index.js +2 -0
  142. package/dist/lib/generators/extensions/index.js.map +2 -2
  143. package/dist/lib/generators/index.js +3 -1
  144. package/dist/lib/generators/index.js.map +2 -2
  145. package/dist/lib/generators/module-registry.js +40 -11
  146. package/dist/lib/generators/module-registry.js.map +2 -2
  147. package/dist/lib/generators/route-collisions.js +35 -0
  148. package/dist/lib/generators/route-collisions.js.map +7 -0
  149. package/dist/lib/generators/web-research-adapters.js +95 -0
  150. package/dist/lib/generators/web-research-adapters.js.map +7 -0
  151. package/dist/mercato.js +5 -2
  152. package/dist/mercato.js.map +2 -2
  153. package/package.json +6 -6
  154. package/src/__tests__/agent-files.test.ts +199 -0
  155. package/src/__tests__/mercato.test.ts +14 -0
  156. package/src/lib/__tests__/agentic-init.test.ts +11 -0
  157. package/src/lib/__tests__/agentic-setup.ownership.test.ts +5 -0
  158. package/src/lib/agentic-init.ts +4 -0
  159. package/src/lib/agentic-setup.ts +30 -5
  160. package/src/lib/generators/__tests__/agent-files-extension.test.ts +477 -0
  161. package/src/lib/generators/__tests__/module-facts.bc-guard.test.ts +25 -8
  162. package/src/lib/generators/__tests__/route-collisions.test.ts +155 -0
  163. package/src/lib/generators/extensions/agent-files.ts +1332 -0
  164. package/src/lib/generators/extensions/index.ts +2 -0
  165. package/src/lib/generators/index.ts +1 -0
  166. package/src/lib/generators/module-registry.ts +66 -17
  167. package/src/lib/generators/route-collisions.ts +57 -0
  168. package/src/lib/generators/web-research-adapters.ts +133 -0
  169. package/src/mercato.ts +4 -1
@@ -0,0 +1,10 @@
1
+ # agent_orchestrator — Host extension points
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## Host extension points
6
+
7
+ - Entity IDs: _none_
8
+ - Table IDs: agent_orchestrator.agents.list · agent_orchestrator.audit.list
9
+
10
+ <!-- end module facts section: agent_orchestrator/host-extension-points -->
@@ -0,0 +1,31 @@
1
+ # agent_orchestrator — module facts (generated, do not edit)
2
+ <!-- generated from @open-mercato/enterprise 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
+ Source root: node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator
4
+
5
+ ## Sections
6
+
7
+ - [Entities](entities.md) — ~5 KB — Generated entities facts for agent_orchestrator.
8
+ - [Events](events.md) — ~6 KB — Generated events facts for agent_orchestrator.
9
+ - [ACL features](acl-features.md) — ~3 KB — Generated acl features facts for agent_orchestrator.
10
+ - [Backend pages](backend-pages.md) — ~4 KB — Generated backend pages facts for agent_orchestrator.
11
+ - [DI service tokens](di-service-tokens.md) — ~3 KB — Generated di service tokens facts for agent_orchestrator.
12
+ - [Host extension points](host-extension-points.md) — ~1 KB — Generated host extension points facts for agent_orchestrator.
13
+ - [UMES hosts](umes-hosts.md) — ~11 KB — Generated umes hosts facts for agent_orchestrator.
14
+ - [UMES contributions](umes-contributions.md) — ~15 KB — Generated umes contributions facts for agent_orchestrator.
15
+ - [Active extension bindings](active-extension-bindings.md) — ~1 KB — Generated active extension bindings facts for agent_orchestrator.
16
+ - [Contribution resolutions](contribution-resolutions.md) — ~11 KB — Generated contribution resolutions facts for agent_orchestrator.
17
+ - [CLI commands](cli-commands.md) — ~1 KB — Generated cli commands facts for agent_orchestrator.
18
+ - [AI tools / MCP capabilities](ai-tools-mcp-capabilities.md) — ~1 KB — Generated ai tools / mcp capabilities facts for agent_orchestrator.
19
+ - [AI agents](ai-agents.md) — ~1 KB — Generated ai agents facts for agent_orchestrator.
20
+ - [Exact override targets](exact-override-targets.md) — ~29 KB — Generated exact override targets facts for agent_orchestrator.
21
+ - [Owned contract — module metadata](owned-contract-module-metadata.md) — ~1 KB — Generated owned contract — module metadata facts for agent_orchestrator.
22
+ - [Domain commands](domain-commands.md) — ~4 KB — Generated domain commands facts for agent_orchestrator.
23
+ - [Workers](workers.md) — ~2 KB — Generated workers facts for agent_orchestrator.
24
+ - [Setup](setup.md) — ~1 KB — Generated setup facts for agent_orchestrator.
25
+ - [Encryption](encryption.md) — ~3 KB — Generated encryption facts for agent_orchestrator.
26
+ - [DI registrations (rich)](di-registrations-rich.md) — ~6 KB — Generated di registrations (rich) facts for agent_orchestrator.
27
+
28
+ Read only the section files needed for the task; every section ends with a completion marker.
29
+ A section absent from this list has no facts for agent_orchestrator; this index is complete only when the read reaches the marker below.
30
+
31
+ <!-- end module facts: agent_orchestrator — 20 sections -->
@@ -0,0 +1,11 @@
1
+ # agent_orchestrator — Owned contract — module metadata
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## Owned contract — module metadata
6
+
7
+ | ID | Metadata | Source |
8
+ |---|---|---|
9
+ | agent_orchestrator | ejectable=true; name=agent_orchestrator; version=0.1.0 | [index.ts:4](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/index.ts#L4) |
10
+
11
+ <!-- end module facts section: agent_orchestrator/owned-contract-module-metadata -->
@@ -0,0 +1,11 @@
1
+ # agent_orchestrator — Setup
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## Setup
6
+
7
+ | ID | Metadata | Source |
8
+ |---|---|---|
9
+ | agent_orchestrator:setup | hooks=seedDefaults, seedExamples; roles=admin, employee, engineer, operator, superadmin | [setup.ts:43](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/setup.ts#L43) |
10
+
11
+ <!-- end module facts section: agent_orchestrator/setup -->
@@ -0,0 +1,49 @@
1
+ # agent_orchestrator — UMES contributions
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## UMES contributions
6
+
7
+ | ID | Kind | Target | Phase / operations | Contract | Resolution | Source |
8
+ |---|---|---|---|---|---|---|
9
+ | agent_orchestrator.agent_principal.registered.browser | browser-reaction | agent_orchestrator.agent_principal.registered | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
10
+ | agent_orchestrator.artifact.captured.browser | browser-reaction | agent_orchestrator.artifact.captured | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
11
+ | agent_orchestrator.artifact.promoted.browser | browser-reaction | agent_orchestrator.artifact.promoted | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
12
+ | agent_orchestrator.delegation_grant.revoked.browser | browser-reaction | agent_orchestrator.delegation_grant.revoked | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
13
+ | agent_orchestrator.eval_case_run.completed.browser | browser-reaction | agent_orchestrator.eval_case_run.completed | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
14
+ | agent_orchestrator.eval_case_run.started.browser | browser-reaction | agent_orchestrator.eval_case_run.started | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
15
+ | agent_orchestrator.eval_suite_run.completed.browser | browser-reaction | agent_orchestrator.eval_suite_run.completed | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
16
+ | agent_orchestrator.guardrail.tripped.browser | browser-reaction | agent_orchestrator.guardrail.tripped | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
17
+ | agent_orchestrator.process.execution.completed.browser | browser-reaction | agent_orchestrator.process.execution.completed | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
18
+ | agent_orchestrator.process.execution.failed.browser | browser-reaction | agent_orchestrator.process.execution.failed | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
19
+ | agent_orchestrator.process.execution.started.browser | browser-reaction | agent_orchestrator.process.execution.started | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
20
+ | agent_orchestrator.process.updated.browser | browser-reaction | agent_orchestrator.process.updated | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
21
+ | agent_orchestrator.proposal.created.browser | browser-reaction | agent_orchestrator.proposal.created | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
22
+ | agent_orchestrator.proposal.disposed.browser | browser-reaction | agent_orchestrator.proposal.disposed | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
23
+ | agent_orchestrator.proposal.ready.browser | browser-reaction | agent_orchestrator.proposal.ready | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
24
+ | agent_orchestrator.run.completed.browser | browser-reaction | agent_orchestrator.run.completed | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
25
+ | agent_orchestrator.run.ingested.browser | browser-reaction | agent_orchestrator.run.ingested | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
26
+ | agent_orchestrator.run.progress.browser | browser-reaction | agent_orchestrator.run.progress | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
27
+ | agent_orchestrator.web_search.progress.browser | browser-reaction | agent_orchestrator.web_search.progress | — | audienceScopeContract=tenant-organization-user-role-and-customer; hooks=useAppEvent,useOperationProgress; transports=client | fact-ref | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
28
+ | agent_orchestrator.injection.task-proposal-link@data-table:workflows.tasks.list:row-actions | data-table | data-table:workflows.tasks.list:row-actions | — | executionGuard=host; payload=row-action; tableId=workflows.tasks.list | exact | [widgets/injection-table.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/widgets/injection-table.ts) |
29
+ | ai:agent_orchestrator.load_skill | specialized-registry | agent_orchestrator.load_skill | — | registry=ai; registryId=agent_orchestrator.load_skill; specialistRoute=aiTools | fact-ref | [ai-tools.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-tools.ts) |
30
+ | ai:agent_orchestrator.run_skill_script | specialized-registry | agent_orchestrator.run_skill_script | — | registry=ai; registryId=agent_orchestrator.run_skill_script; specialistRoute=aiTools | fact-ref | [ai-tools.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-tools.ts) |
31
+ | ai:agent_orchestrator.submit_outcome | specialized-registry | agent_orchestrator.submit_outcome | — | registry=ai; registryId=agent_orchestrator.submit_outcome; specialistRoute=aiTools | fact-ref | [ai-tools.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-tools.ts) |
32
+ | ai:deals.health_check | specialized-registry | deals.health_check | — | registry=ai; registryId=deals.health_check; specialistRoute=aiAgents | fact-ref | [ai-agents.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-agents.ts) |
33
+ | ai:demo-deal-1 | specialized-registry | demo-deal-1 | — | registry=ai; registryId=demo-deal-1; specialistRoute=aiAgents | fact-ref | [ai-agents.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-agents.ts) |
34
+ | agent_orchestrator:process-event-trigger | subscriber | * | async-delivery | event=*; persistent=true; subscriberId=agent_orchestrator:process-event-trigger; sync=false | pattern | [subscribers/process-event-trigger.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-event-trigger.ts) |
35
+ | agent_orchestrator:process-proposal-created | subscriber | agent_orchestrator.proposal.created | async-delivery | event=agent_orchestrator.proposal.created; persistent=true; subscriberId=agent_orchestrator:process-proposal-created; sync=false | fact-ref | [subscribers/process-proposal-created.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-proposal-created.ts) |
36
+ | agent_orchestrator:process-proposal-disposed | subscriber | agent_orchestrator.proposal.disposed | async-delivery | event=agent_orchestrator.proposal.disposed; persistent=true; subscriberId=agent_orchestrator:process-proposal-disposed; sync=false | fact-ref | [subscribers/process-proposal-disposed.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-proposal-disposed.ts) |
37
+ | agent_orchestrator:process-run-completed | subscriber | agent_orchestrator.run.completed | async-delivery | event=agent_orchestrator.run.completed; persistent=true; subscriberId=agent_orchestrator:process-run-completed; sync=false | fact-ref | [subscribers/process-run-completed.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-run-completed.ts) |
38
+ | agent_orchestrator:process-run-ingested | subscriber | agent_orchestrator.run.ingested | async-delivery | event=agent_orchestrator.run.ingested; persistent=true; subscriberId=agent_orchestrator:process-run-ingested; sync=false | fact-ref | [subscribers/process-run-ingested.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-run-ingested.ts) |
39
+ | agent_orchestrator:process-workflow-cancelled | subscriber | workflows.instance.cancelled | async-delivery | event=workflows.instance.cancelled; persistent=true; subscriberId=agent_orchestrator:process-workflow-cancelled; sync=false | fact-ref | [subscribers/process-workflow-cancelled.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-workflow-cancelled.ts) |
40
+ | agent_orchestrator:process-workflow-completed | subscriber | workflows.instance.completed | async-delivery | event=workflows.instance.completed; persistent=true; subscriberId=agent_orchestrator:process-workflow-completed; sync=false | fact-ref | [subscribers/process-workflow-completed.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-workflow-completed.ts) |
41
+ | agent_orchestrator:process-workflow-failed | subscriber | workflows.instance.failed | async-delivery | event=workflows.instance.failed; persistent=true; subscriberId=agent_orchestrator:process-workflow-failed; sync=false | fact-ref | [subscribers/process-workflow-failed.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-workflow-failed.ts) |
42
+ | agent_orchestrator:process-workflow-milestone | subscriber | workflows.instance.milestone_reached | async-delivery | event=workflows.instance.milestone_reached; persistent=true; subscriberId=agent_orchestrator:process-workflow-milestone; sync=false | fact-ref | [subscribers/process-workflow-milestone.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-workflow-milestone.ts) |
43
+ | agent_orchestrator:process-workflow-started | subscriber | workflows.instance.started | async-delivery | event=workflows.instance.started; persistent=true; subscriberId=agent_orchestrator:process-workflow-started; sync=false | fact-ref | [subscribers/process-workflow-started.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-workflow-started.ts) |
44
+ | agent_orchestrator:proposal-disposed-notification-clear | subscriber | agent_orchestrator.proposal.disposed | async-delivery | event=agent_orchestrator.proposal.disposed; persistent=true; subscriberId=agent_orchestrator:proposal-disposed-notification-clear; sync=false | fact-ref | [subscribers/proposal-disposed-notification-clear.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/proposal-disposed-notification-clear.ts) |
45
+ | agent_orchestrator:proposal-pending-notification | subscriber | agent_orchestrator.proposal.created | async-delivery | event=agent_orchestrator.proposal.created; persistent=true; subscriberId=agent_orchestrator:proposal-pending-notification; sync=false | fact-ref | [subscribers/proposal-pending-notification.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/proposal-pending-notification.ts) |
46
+ | agent_orchestrator.injection.caseload-nav-badge@backend:nav:badges | widget | backend:nav:badges | — | executionGuard=host; payload=render; registryKey=agent_orchestrator.injection.caseload-nav-badge | optional-external | [widgets/injection-table.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/widgets/injection-table.ts) |
47
+ | agent_orchestrator.injection.task-proposal-draft@workflows.task.detail:context | widget | workflows.task.detail:context | — | executionGuard=host; payload=render; registryKey=agent_orchestrator.injection.task-proposal-draft | optional-external | [widgets/injection-table.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/widgets/injection-table.ts) |
48
+
49
+ <!-- end module facts section: agent_orchestrator/umes-contributions -->
@@ -0,0 +1,61 @@
1
+ # agent_orchestrator — UMES hosts
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## UMES hosts
6
+
7
+ | ID / pattern | Family | Supports | Context | Stability | Source |
8
+ |---|---|---|---|---|---|
9
+ | agent_orchestrator:agent_context_bundle | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_context_bundle |
10
+ | agent_orchestrator:agent_correction | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_correction |
11
+ | agent_orchestrator:agent_delegation_grant | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_delegation_grant |
12
+ | agent_orchestrator:agent_eval_assertion | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_eval_assertion |
13
+ | agent_orchestrator:agent_eval_case | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_eval_case |
14
+ | agent_orchestrator:agent_eval_case_run | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_eval_case_run |
15
+ | agent_orchestrator:agent_eval_result | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_eval_result |
16
+ | agent_orchestrator:agent_eval_suite_run | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_eval_suite_run |
17
+ | agent_orchestrator:agent_guardrail_check | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_guardrail_check |
18
+ | agent_orchestrator:agent_guardrail_set | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_guardrail_set |
19
+ | agent_orchestrator:agent_metric_rollup | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_metric_rollup |
20
+ | agent_orchestrator:agent_principal | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_principal |
21
+ | agent_orchestrator:agent_proposal | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_proposal |
22
+ | agent_orchestrator:agent_run | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_run |
23
+ | agent_orchestrator:agent_run_artifact | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_run_artifact |
24
+ | agent_orchestrator:agent_run_session | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_run_session |
25
+ | agent_orchestrator:agent_setting | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_setting |
26
+ | agent_orchestrator:agent_span | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_span |
27
+ | agent_orchestrator:agent_tool_call | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:agent_tool_call |
28
+ | agent_orchestrator:process_definition | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:process_definition |
29
+ | agent_orchestrator:process_instance | entity | response-enricher, query-enricher, mutation-guard, entity-extension | tenant-and-organization | STABLE | entities:agent_orchestrator:process_instance |
30
+ | agent_orchestrator.agent_run | entity | response-enricher, query-enricher, mutation-guard | tenant-and-organization | STABLE | [api/agents/[id]/run/route.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/api/agents/[id]/run/route.ts) |
31
+ | agent_orchestrator.process_execution | entity | response-enricher, query-enricher, mutation-guard | tenant-and-organization | STABLE | [api/processes/[id]/executions/route.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/api/processes/[id]/executions/route.ts) |
32
+ | agent_orchestrator.agent_principal.registered | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.agent_principal.registered |
33
+ | agent_orchestrator.artifact.captured | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.artifact.captured |
34
+ | agent_orchestrator.artifact.promoted | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.artifact.promoted |
35
+ | agent_orchestrator.delegation_grant.revoked | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.delegation_grant.revoked |
36
+ | agent_orchestrator.eval_case_run.completed | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.eval_case_run.completed |
37
+ | agent_orchestrator.eval_case_run.started | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.eval_case_run.started |
38
+ | agent_orchestrator.eval_case.approved | event | async-subscriber, sync-subscriber | tenant-organization-and-audience | STABLE | events:agent_orchestrator.eval_case.approved |
39
+ | agent_orchestrator.eval_case.created | event | async-subscriber, sync-subscriber | tenant-organization-and-audience | STABLE | events:agent_orchestrator.eval_case.created |
40
+ | agent_orchestrator.eval_suite_run.completed | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.eval_suite_run.completed |
41
+ | agent_orchestrator.eval_suite_run.started | event | async-subscriber, sync-subscriber | tenant-organization-and-audience | STABLE | events:agent_orchestrator.eval_suite_run.started |
42
+ | agent_orchestrator.guardrail.tripped | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.guardrail.tripped |
43
+ | agent_orchestrator.process_definition.created | event | async-subscriber, sync-subscriber | tenant-organization-and-audience | STABLE | events:agent_orchestrator.process_definition.created |
44
+ | agent_orchestrator.process_definition.deleted | event | async-subscriber, sync-subscriber | tenant-organization-and-audience | STABLE | events:agent_orchestrator.process_definition.deleted |
45
+ | agent_orchestrator.process_definition.updated | event | async-subscriber, sync-subscriber | tenant-organization-and-audience | STABLE | events:agent_orchestrator.process_definition.updated |
46
+ | agent_orchestrator.process.execution.completed | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.process.execution.completed |
47
+ | agent_orchestrator.process.execution.failed | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.process.execution.failed |
48
+ | agent_orchestrator.process.execution.started | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.process.execution.started |
49
+ | agent_orchestrator.process.updated | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.process.updated |
50
+ | agent_orchestrator.proposal.corrected | event | async-subscriber, sync-subscriber | tenant-organization-and-audience | STABLE | events:agent_orchestrator.proposal.corrected |
51
+ | agent_orchestrator.proposal.created | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.proposal.created |
52
+ | agent_orchestrator.proposal.disposed | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.proposal.disposed |
53
+ | agent_orchestrator.proposal.ready | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.proposal.ready |
54
+ | agent_orchestrator.run.completed | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.run.completed |
55
+ | agent_orchestrator.run.created | event | async-subscriber, sync-subscriber | tenant-organization-and-audience | STABLE | events:agent_orchestrator.run.created |
56
+ | agent_orchestrator.run.evaluated | event | async-subscriber, sync-subscriber | tenant-organization-and-audience | STABLE | events:agent_orchestrator.run.evaluated |
57
+ | agent_orchestrator.run.ingested | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.run.ingested |
58
+ | agent_orchestrator.run.progress | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.run.progress |
59
+ | agent_orchestrator.web_search.progress | event | async-subscriber, sync-subscriber, browser-client | tenant-organization-and-audience | STABLE | events:agent_orchestrator.web_search.progress |
60
+
61
+ <!-- end module facts section: agent_orchestrator/umes-hosts -->
@@ -0,0 +1,14 @@
1
+ # agent_orchestrator — Workers
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## Workers
6
+
7
+ | ID | Metadata | Source |
8
+ |---|---|---|
9
+ | agent_orchestrator:eval-suite-runner | concurrency=1; queue=agent-orchestrator-eval-suite | [workers/eval-suite-runner.ts:28](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/workers/eval-suite-runner.ts#L28) |
10
+ | agent_orchestrator:llm-judge | concurrency=1; queue=agent-orchestrator-llm-judge | [workers/llm-judge.ts:17](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/workers/llm-judge.ts#L17) |
11
+ | agent_orchestrator:metric-rollup | concurrency=1; queue=agent-orchestrator-metric-rollup | [workers/metric-rollup.ts:17](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/workers/metric-rollup.ts#L17) |
12
+ | agent_orchestrator:process-execution-starter | concurrency=2; queue=agent-process-executions | [workers/process-execution-starter.ts:39](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/workers/process-execution-starter.ts#L39) |
13
+
14
+ <!-- end module facts section: agent_orchestrator/workers -->
@@ -6,7 +6,8 @@
6
6
 
7
7
  | Token | Kind | Lifetime | Injection | Provider | Source |
8
8
  |---|---|---|---|---|---|
9
- | mcpToolRegistry | value | — | — | — | [di.ts:8](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/di.ts#L8) |
10
- | moderationService | function | singleton | — | — | [di.ts:11](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/di.ts#L11) |
9
+ | mcpToolRegistry | value | — | — | — | [di.ts:9](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/di.ts#L9) |
10
+ | moderationService | function | singleton | — | — | [di.ts:12](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/di.ts#L12) |
11
+ | openCodeClient | function | singleton | — | — | [di.ts:16](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/di.ts#L16) |
11
12
 
12
13
  <!-- end module facts section: ai_assistant/di-registrations-rich -->
@@ -6,6 +6,7 @@
6
6
 
7
7
  | Token | Source |
8
8
  |---|---|
9
- | moderationService | [di.ts:11](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/di.ts#L11) |
9
+ | moderationService | [di.ts:12](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/di.ts#L12) |
10
+ | openCodeClient | [di.ts:16](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/di.ts#L16) |
10
11
 
11
12
  <!-- end module facts section: ai_assistant/di-service-tokens -->
@@ -31,8 +31,9 @@
31
31
  | cli | `overrides.cli["run-pending-action-cleanup"]` | disable-replace | cliCommands:run-pending-action-cleanup | [cli.ts](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/cli.ts) |
32
32
  | cli | `overrides.cli["run-token-usage-prune"]` | disable-replace | cliCommands:run-token-usage-prune | [cli.ts](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/cli.ts) |
33
33
  | cli | `overrides.cli["test-tools"]` | disable-replace | cliCommands:test-tools | [cli.ts](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/cli.ts) |
34
- | di | `overrides.di["mcpToolRegistry"]` | disable-replace | ownedContracts.di-registration:mcpToolRegistry | [di.ts:8](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/di.ts#L8) |
35
- | di | `overrides.di["moderationService"]` | disable-replace | ownedContracts.di-registration:moderationService | [di.ts:11](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/di.ts#L11) |
34
+ | di | `overrides.di["mcpToolRegistry"]` | disable-replace | ownedContracts.di-registration:mcpToolRegistry | [di.ts:9](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/di.ts#L9) |
35
+ | di | `overrides.di["moderationService"]` | disable-replace | ownedContracts.di-registration:moderationService | [di.ts:12](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/di.ts#L12) |
36
+ | di | `overrides.di["openCodeClient"]` | disable-replace | ownedContracts.di-registration:openCodeClient | [di.ts:16](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/di.ts#L16) |
36
37
  | events | `overrides.events.subscribers["ai_assistant:conversation-shared-notify"]` | disable-replace | extensionSurfaces.contributions:ai_assistant:conversation-shared-notify | [subscribers/conversation-shared-notify.ts](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/subscribers/conversation-shared-notify.ts) |
37
38
  | notifications | `overrides.notifications.types["ai_assistant.conversation_shared"]` | disable-replace | notifications:ai_assistant.conversation_shared | [notifications.ts](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/notifications.ts) |
38
39
  | routes | `overrides.routes.pages["backend:/backend/config/ai-assistant"]` | disable-replace | backendPages:/backend/config/ai-assistant | [backend/config/ai-assistant/page.tsx](../../../../node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant/backend/config/ai-assistant/page.tsx) |
@@ -1,5 +1,5 @@
1
1
  # ai_assistant — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/ai-assistant 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/ai-assistant 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/ai-assistant/src/modules/ai_assistant
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # api_docs — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/core/src/modules/api_docs
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # api_keys — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/core/src/modules/api_keys
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # attachments — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/core/src/modules/attachments
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # audit_logs — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/core/src/modules/audit_logs
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # auth — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/core/src/modules/auth
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # business_rules — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/core/src/modules/business_rules
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # catalog — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/core/src/modules/catalog
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # channel_apns — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/channel-apns 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/channel-apns 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/channel-apns/src/modules/channel_apns
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # channel_discord — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/channel-discord 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/channel-discord 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/channel-discord/src/modules/channel_discord
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # channel_expo — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/channel-expo 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/channel-expo 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/channel-expo/src/modules/channel_expo
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # channel_fcm — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/channel-fcm 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/channel-fcm 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/channel-fcm/src/modules/channel_fcm
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # channel_gmail — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/channel-gmail 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/channel-gmail 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/channel-gmail/src/modules/channel_gmail
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # channel_imap — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/channel-imap 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/channel-imap 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/channel-imap/src/modules/channel_imap
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # channel_resend — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/channel-resend 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/channel-resend 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/channel-resend/src/modules/channel_resend
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # channel_ses — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/channel-ses 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/channel-ses 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/channel-ses/src/modules/channel_ses
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # checkout — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/checkout 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/checkout 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/checkout/src/modules/checkout
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # communication_channels — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/core/src/modules/communication_channels
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # configs — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/core/src/modules/configs
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # content — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/content 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/content 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/content/src/modules/content
4
4
 
5
5
  ## Sections
@@ -1,5 +1,5 @@
1
1
  # currencies — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/core/src/modules/currencies
4
4
 
5
5
  ## Sections
@@ -0,0 +1,11 @@
1
+ # customer_accounts — CLI commands
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## CLI commands
6
+
7
+ | ID / path | Source |
8
+ |---|---|
9
+ | sync-customer-role-acls | [cli.ts](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/cli.ts) |
10
+
11
+ <!-- end module facts section: customer_accounts/cli-commands -->
@@ -11,6 +11,7 @@
11
11
  | acl | `overrides.acl.features["customer_accounts.manage"]` | disable-replace | aclFeatures:customer_accounts.manage | [acl.ts](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/acl.ts) |
12
12
  | acl | `overrides.acl.features["customer_accounts.roles.manage"]` | disable-replace | aclFeatures:customer_accounts.roles.manage | [acl.ts](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/acl.ts) |
13
13
  | acl | `overrides.acl.features["customer_accounts.view"]` | disable-replace | aclFeatures:customer_accounts.view | [acl.ts](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/acl.ts) |
14
+ | cli | `overrides.cli["sync-customer-role-acls"]` | disable-replace | cliCommands:sync-customer-role-acls | [cli.ts](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/cli.ts) |
14
15
  | di | `overrides.di["customerInvitationService"]` | disable-replace | ownedContracts.di-registration:customerInvitationService | [di.ts:28](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/di.ts#L28) |
15
16
  | di | `overrides.di["customerRbacService"]` | disable-replace | ownedContracts.di-registration:customerRbacService | [di.ts:27](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/di.ts#L27) |
16
17
  | di | `overrides.di["customerSessionService"]` | disable-replace | ownedContracts.di-registration:customerSessionService | [di.ts:25](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/di.ts#L25) |
@@ -49,10 +50,10 @@
49
50
  | routes | `overrides.routes.pages["backend:/backend/customer_accounts/settings/domain"]` | disable-replace | backendPages:/backend/customer_accounts/settings/domain | [backend/customer_accounts/settings/domain/page.tsx](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/backend/customer_accounts/settings/domain/page.tsx) |
50
51
  | routes | `overrides.routes.pages["backend:/backend/customer_accounts/users"]` | disable-replace | backendPages:/backend/customer_accounts/users | [backend/customer_accounts/users/page.tsx](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/backend/customer_accounts/users/page.tsx) |
51
52
  | routes | `overrides.routes.pages["backend:/backend/customer_accounts/users/[id]"]` | disable-replace | backendPages:/backend/customer_accounts/users/[id] | [backend/customer_accounts/users/[id]/page.tsx](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/backend/customer_accounts/users/[id]/page.tsx) |
52
- | setup | `overrides.setup.defaultRoleFeatures` | replace | ownedContracts.setup:customer_accounts:setup | [setup.ts:179](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/setup.ts#L179) |
53
- | setup | `overrides.setup.onTenantCreated` | replace | ownedContracts.setup:customer_accounts:setup | [setup.ts:179](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/setup.ts#L179) |
54
- | setup | `overrides.setup.seedDefaults` | replace | ownedContracts.setup:customer_accounts:setup | [setup.ts:179](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/setup.ts#L179) |
55
- | setup | `overrides.setup.seedExamples` | replace | ownedContracts.setup:customer_accounts:setup | [setup.ts:179](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/setup.ts#L179) |
53
+ | setup | `overrides.setup.defaultRoleFeatures` | replace | ownedContracts.setup:customer_accounts:setup | [setup.ts:189](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/setup.ts#L189) |
54
+ | setup | `overrides.setup.onTenantCreated` | replace | ownedContracts.setup:customer_accounts:setup | [setup.ts:189](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/setup.ts#L189) |
55
+ | setup | `overrides.setup.seedDefaults` | replace | ownedContracts.setup:customer_accounts:setup | [setup.ts:189](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/setup.ts#L189) |
56
+ | setup | `overrides.setup.seedExamples` | replace | ownedContracts.setup:customer_accounts:setup | [setup.ts:189](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/setup.ts#L189) |
56
57
  | widgets | `overrides.widgets.injection["customer_accounts.injection.account-status"]` | disable-replace | extensionSurfaces.contributions:customer_accounts.injection.account-status@customers.person | [widgets/injection-table.ts](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/widgets/injection-table.ts) |
57
58
  | widgets | `overrides.widgets.injection["customer_accounts.injection.company-users"]` | disable-replace | extensionSurfaces.contributions:customer_accounts.injection.company-users@customers.company | [widgets/injection-table.ts](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/widgets/injection-table.ts) |
58
59
  | widgets | `overrides.widgets.injection["customer_accounts.injection.portal-ai-assistant-trigger"]` | disable-replace | extensionSurfaces.contributions:customer_accounts.injection.portal-ai-assistant-trigger@portal:profile:after | [widgets/injection-table.ts](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/widgets/injection-table.ts) |
@@ -1,5 +1,5 @@
1
1
  # customer_accounts — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/core/src/modules/customer_accounts
4
4
 
5
5
  ## Sections
@@ -17,6 +17,7 @@ Source root: node_modules/@open-mercato/core/src/modules/customer_accounts
17
17
  - [Contribution resolutions](contribution-resolutions.md) — ~13 KB — Generated contribution resolutions facts for customer_accounts.
18
18
  - [UMES diagnostics](umes-diagnostics.md) — ~1 KB — Generated umes diagnostics facts for customer_accounts.
19
19
  - [Notifications](notifications.md) — ~2 KB — Generated notifications facts for customer_accounts.
20
+ - [CLI commands](cli-commands.md) — ~1 KB — Generated cli commands facts for customer_accounts.
20
21
  - [Exact override targets](exact-override-targets.md) — ~16 KB — Generated exact override targets facts for customer_accounts.
21
22
  - [Owned contract — module metadata](owned-contract-module-metadata.md) — ~1 KB — Generated owned contract — module metadata facts for customer_accounts.
22
23
  - [Workers](workers.md) — ~2 KB — Generated workers facts for customer_accounts.
@@ -28,4 +29,4 @@ Source root: node_modules/@open-mercato/core/src/modules/customer_accounts
28
29
  Read only the section files needed for the task; every section ends with a completion marker.
29
30
  A section absent from this list has no facts for customer_accounts; this index is complete only when the read reaches the marker below.
30
31
 
31
- <!-- end module facts: customer_accounts — 20 sections -->
32
+ <!-- end module facts: customer_accounts — 21 sections -->
@@ -6,6 +6,6 @@
6
6
 
7
7
  | ID | Metadata | Source |
8
8
  |---|---|---|
9
- | customer_accounts:setup | hooks=onTenantCreated, seedDefaults, seedExamples; roles=admin, superadmin | [setup.ts:179](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/setup.ts#L179) |
9
+ | customer_accounts:setup | hooks=onTenantCreated, seedDefaults, seedExamples; roles=admin, superadmin | [setup.ts:189](../../../../node_modules/@open-mercato/core/src/modules/customer_accounts/setup.ts#L189) |
10
10
 
11
11
  <!-- end module facts section: customer_accounts/setup -->
@@ -33,6 +33,7 @@
33
33
  | customers:deal-won-notification | event:customers.deal.won @customers | capability-only | — | [subscribers/deal-closure-notification.ts](../../../../node_modules/@open-mercato/core/src/modules/customers/subscribers/deal-closure-notification.ts) |
34
34
  | customers:link-channel-message-received | event:communication_channels.message.received @communication_channels | capability-only | — | [subscribers/link-channel-message-received.ts](../../../../node_modules/@open-mercato/core/src/modules/customers/subscribers/link-channel-message-received.ts) |
35
35
  | customers:link-channel-message-sent | event:communication_channels.message.sent @communication_channels | capability-only | — | [subscribers/link-channel-message-sent.ts](../../../../node_modules/@open-mercato/core/src/modules/customers/subscribers/link-channel-message-sent.ts) |
36
+ | customers:link-workflow-task | event:workflows.task.assigned @workflows | capability-only | — | [subscribers/link-workflow-task.ts](../../../../node_modules/@open-mercato/core/src/modules/customers/subscribers/link-workflow-task.ts) |
36
37
  | customers.deal-pipeline-state | entity:customers.deal @customers | bound | entity:customers.deal:crud-response-enricher | [data/enrichers.ts](../../../../node_modules/@open-mercato/core/src/modules/customers/data/enrichers.ts) |
37
38
  | customers.email.linked.browser | event:customers.email.linked @customers | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/core/src/modules/customers/events.ts) |
38
39
  | customers.email.visibility_changed.browser | event:customers.email.visibility_changed @customers | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/core/src/modules/customers/events.ts) |
@@ -72,6 +72,7 @@
72
72
  | events | `overrides.events.subscribers["customers:deal-won-notification"]` | disable-replace | extensionSurfaces.contributions:customers:deal-won-notification | [subscribers/deal-closure-notification.ts](../../../../node_modules/@open-mercato/core/src/modules/customers/subscribers/deal-closure-notification.ts) |
73
73
  | events | `overrides.events.subscribers["customers:link-channel-message-received"]` | disable-replace | extensionSurfaces.contributions:customers:link-channel-message-received | [subscribers/link-channel-message-received.ts](../../../../node_modules/@open-mercato/core/src/modules/customers/subscribers/link-channel-message-received.ts) |
74
74
  | events | `overrides.events.subscribers["customers:link-channel-message-sent"]` | disable-replace | extensionSurfaces.contributions:customers:link-channel-message-sent | [subscribers/link-channel-message-sent.ts](../../../../node_modules/@open-mercato/core/src/modules/customers/subscribers/link-channel-message-sent.ts) |
75
+ | events | `overrides.events.subscribers["customers:link-workflow-task"]` | disable-replace | extensionSurfaces.contributions:customers:link-workflow-task | [subscribers/link-workflow-task.ts](../../../../node_modules/@open-mercato/core/src/modules/customers/subscribers/link-workflow-task.ts) |
75
76
  | notifications | `overrides.notifications.types["customers.deal.lost"]` | disable-replace | notifications:customers.deal.lost | [notifications.ts](../../../../node_modules/@open-mercato/core/src/modules/customers/notifications.ts) |
76
77
  | notifications | `overrides.notifications.types["customers.deal.won"]` | disable-replace | notifications:customers.deal.won | [notifications.ts](../../../../node_modules/@open-mercato/core/src/modules/customers/notifications.ts) |
77
78
  | routes | `overrides.routes.pages["backend:/backend/calendar"]` | disable-replace | backendPages:/backend/calendar | [backend/calendar/page.tsx](../../../../node_modules/@open-mercato/core/src/modules/customers/backend/calendar/page.tsx) |
@@ -33,5 +33,8 @@
33
33
  | staff | entity-extension | entity:customers:customer_entity @customers | capability-only | — | staff.entity-extension.3:customers:customer_entity->staff:staff_time_project · [node_modules/@open-mercato/core/src/modules/staff/data/extensions.ts](../../../../node_modules/@open-mercato/core/src/modules/staff/data/extensions.ts) |
34
34
  | warranty_claims | response-enricher | entity:customers.company @customers | bound | entity:customers.company:crud-response-enricher | warranty_claims.customer-claim-metrics-company · [node_modules/@open-mercato/core/src/modules/warranty_claims/data/enrichers.ts](../../../../node_modules/@open-mercato/core/src/modules/warranty_claims/data/enrichers.ts) |
35
35
  | warranty_claims | response-enricher | entity:customers.person @customers | bound | entity:customers.person:crud-response-enricher | warranty_claims.customer-claim-metrics-person · [node_modules/@open-mercato/core/src/modules/warranty_claims/data/enrichers.ts](../../../../node_modules/@open-mercato/core/src/modules/warranty_claims/data/enrichers.ts) |
36
+ | workflows | widget | widget-spot:detail:customers.company:footer @customers | bound | widget-spot:detail:customers.company:footer:widget-injection-consumer | workflows.injection.pending-work@detail:customers.company:footer · [node_modules/@open-mercato/core/src/modules/workflows/widgets/injection-table.ts](../../../../node_modules/@open-mercato/core/src/modules/workflows/widgets/injection-table.ts) |
37
+ | workflows | widget | widget-spot:detail:customers.deal:footer @customers | bound | widget-spot:detail:customers.deal:footer:widget-injection-consumer | workflows.injection.pending-work@detail:customers.deal:footer · [node_modules/@open-mercato/core/src/modules/workflows/widgets/injection-table.ts](../../../../node_modules/@open-mercato/core/src/modules/workflows/widgets/injection-table.ts) |
38
+ | workflows | widget | widget-spot:detail:customers.person:footer @customers | bound | widget-spot:detail:customers.person:footer:widget-injection-consumer | workflows.injection.pending-work@detail:customers.person:footer · [node_modules/@open-mercato/core/src/modules/workflows/widgets/injection-table.ts](../../../../node_modules/@open-mercato/core/src/modules/workflows/widgets/injection-table.ts) |
36
39
 
37
40
  <!-- end module facts section: customers/incoming-installed-contributions -->
@@ -1,5 +1,5 @@
1
1
  # customers — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.7.1-develop.7193.1.910a5b0a1e; core 0.7.1-develop.7193.1.910a5b0a1e — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.7.1-develop.7194.1.ab4fc81f82; core 0.7.1-develop.7194.1.ab4fc81f82 — R1 staleness stamp -->
3
3
  Source root: node_modules/@open-mercato/core/src/modules/customers
4
4
 
5
5
  ## Sections
@@ -13,7 +13,7 @@ Source root: node_modules/@open-mercato/core/src/modules/customers
13
13
  - [UMES hosts](umes-hosts.md) — ~30 KB — Generated umes hosts facts for customers.
14
14
  - [UMES contributions](umes-contributions.md) — ~18 KB — Generated umes contributions facts for customers.
15
15
  - [Active extension bindings](active-extension-bindings.md) — ~10 KB — Generated active extension bindings facts for customers.
16
- - [Incoming installed contributions](incoming-installed-contributions.md) — ~11 KB — Generated incoming installed contributions facts for customers.
16
+ - [Incoming installed contributions](incoming-installed-contributions.md) — ~12 KB — Generated incoming installed contributions facts for customers.
17
17
  - [Contribution resolutions](contribution-resolutions.md) — ~14 KB — Generated contribution resolutions facts for customers.
18
18
  - [UMES diagnostics](umes-diagnostics.md) — ~2 KB — Generated umes diagnostics facts for customers.
19
19
  - [Notifications](notifications.md) — ~1 KB — Generated notifications facts for customers.