@agent-teams/engineering-foundation 0.21.0 → 1.0.1

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 (1021) hide show
  1. package/README.md +13 -19
  2. package/assets/windows-managed-process/WindowsManagedProcess.cs +2 -2
  3. package/assets/windows-managed-process/bootstrap.ps1 +25 -4
  4. package/dist/canonical-json.d.ts +1 -11
  5. package/dist/canonical-json.d.ts.map +1 -1
  6. package/dist/canonical-json.js +1 -150
  7. package/dist/canonical-json.js.map +1 -1
  8. package/dist/capabilities/documentation-local-references/application/model/documentation-local-references.d.ts +1 -1
  9. package/dist/capabilities/documentation-local-references/application/model/documentation-local-references.d.ts.map +1 -1
  10. package/dist/capabilities/documentation-local-references/application/policies/evaluate-documentation-local-references.js +1 -1
  11. package/dist/capabilities/documentation-local-references/application/policies/evaluate-documentation-local-references.js.map +1 -1
  12. package/dist/capabilities/documentation-local-references/application/use-cases/analyze-documentation-local-references.d.ts +1 -1
  13. package/dist/capabilities/documentation-local-references/application/use-cases/analyze-documentation-local-references.d.ts.map +1 -1
  14. package/dist/capabilities/documentation-local-references/module.js +1 -1
  15. package/dist/capabilities/documentation-local-references/module.js.map +1 -1
  16. package/dist/capabilities/governance-architecture-decisions/application/model/architecture-decision.d.ts +1 -1
  17. package/dist/capabilities/governance-architecture-decisions/application/model/architecture-decision.d.ts.map +1 -1
  18. package/dist/capabilities/governance-architecture-decisions/application/model/architecture-decision.js +1 -1
  19. package/dist/capabilities/governance-architecture-decisions/application/model/architecture-decision.js.map +1 -1
  20. package/dist/capabilities/governance-architecture-decisions/application/policies/architecture-decision-diagnostic.d.ts +1 -1
  21. package/dist/capabilities/governance-architecture-decisions/application/policies/architecture-decision-diagnostic.d.ts.map +1 -1
  22. package/dist/capabilities/governance-architecture-decisions/application/policies/evaluate-architecture-decision-index.d.ts +1 -1
  23. package/dist/capabilities/governance-architecture-decisions/application/policies/evaluate-architecture-decision-index.d.ts.map +1 -1
  24. package/dist/capabilities/governance-architecture-decisions/application/policies/evaluate-architecture-decisions.d.ts +1 -1
  25. package/dist/capabilities/governance-architecture-decisions/application/policies/evaluate-architecture-decisions.d.ts.map +1 -1
  26. package/dist/capabilities/governance-architecture-decisions/application/policies/parse-architecture-decision-document.d.ts +1 -1
  27. package/dist/capabilities/governance-architecture-decisions/application/policies/parse-architecture-decision-document.d.ts.map +1 -1
  28. package/dist/capabilities/governance-architecture-decisions/application/use-cases/analyze-architecture-decisions.d.ts +1 -1
  29. package/dist/capabilities/governance-architecture-decisions/application/use-cases/analyze-architecture-decisions.d.ts.map +1 -1
  30. package/dist/capabilities/governance-architecture-decisions/application/use-cases/inspect-architecture-decision-catalog.d.ts +1 -1
  31. package/dist/capabilities/governance-architecture-decisions/application/use-cases/inspect-architecture-decision-catalog.d.ts.map +1 -1
  32. package/dist/capabilities/governance-architecture-decisions/application/use-cases/resolve-architecture-decision-index-memberships.d.ts +1 -2
  33. package/dist/capabilities/governance-architecture-decisions/application/use-cases/resolve-architecture-decision-index-memberships.d.ts.map +1 -1
  34. package/dist/capabilities/governance-architecture-decisions/application/use-cases/resolve-architecture-decision-index-memberships.js.map +1 -1
  35. package/dist/capabilities/governance-architecture-decisions/module.js +1 -1
  36. package/dist/capabilities/governance-architecture-decisions/module.js.map +1 -1
  37. package/dist/capabilities/source-dependencies/adapters/outbound/node/generated-output-filesystem.d.ts +12 -0
  38. package/dist/capabilities/source-dependencies/adapters/outbound/node/generated-output-filesystem.d.ts.map +1 -0
  39. package/dist/capabilities/source-dependencies/adapters/outbound/node/generated-output-filesystem.js +123 -0
  40. package/dist/capabilities/source-dependencies/adapters/outbound/node/generated-output-filesystem.js.map +1 -0
  41. package/dist/capabilities/source-dependencies/adapters/outbound/node/node-source-dependency-resolver.d.ts.map +1 -1
  42. package/dist/capabilities/source-dependencies/adapters/outbound/node/node-source-dependency-resolver.js +197 -29
  43. package/dist/capabilities/source-dependencies/adapters/outbound/node/node-source-dependency-resolver.js.map +1 -1
  44. package/dist/capabilities/source-dependencies/adapters/outbound/node/pnpm-source-workspace-snapshot.d.ts +30 -0
  45. package/dist/capabilities/source-dependencies/adapters/outbound/node/pnpm-source-workspace-snapshot.d.ts.map +1 -0
  46. package/dist/capabilities/source-dependencies/adapters/outbound/node/pnpm-source-workspace-snapshot.js +167 -0
  47. package/dist/capabilities/source-dependencies/adapters/outbound/node/pnpm-source-workspace-snapshot.js.map +1 -0
  48. package/dist/capabilities/source-dependencies/adapters/outbound/node/pnpm-source-workspace-topology-inspector.d.ts +18 -0
  49. package/dist/capabilities/source-dependencies/adapters/outbound/node/pnpm-source-workspace-topology-inspector.d.ts.map +1 -0
  50. package/dist/capabilities/source-dependencies/adapters/outbound/node/pnpm-source-workspace-topology-inspector.js +131 -0
  51. package/dist/capabilities/source-dependencies/adapters/outbound/node/pnpm-source-workspace-topology-inspector.js.map +1 -0
  52. package/dist/capabilities/source-dependencies/adapters/outbound/node/selected-package-source-discovery.d.ts +33 -0
  53. package/dist/capabilities/source-dependencies/adapters/outbound/node/selected-package-source-discovery.d.ts.map +1 -0
  54. package/dist/capabilities/source-dependencies/adapters/outbound/node/selected-package-source-discovery.js +323 -0
  55. package/dist/capabilities/source-dependencies/adapters/outbound/node/selected-package-source-discovery.js.map +1 -0
  56. package/dist/capabilities/source-dependencies/adapters/outbound/node/selected-package-source-snapshot-reader.d.ts +9 -0
  57. package/dist/capabilities/source-dependencies/adapters/outbound/node/selected-package-source-snapshot-reader.d.ts.map +1 -0
  58. package/dist/capabilities/source-dependencies/adapters/outbound/node/selected-package-source-snapshot-reader.js +67 -0
  59. package/dist/capabilities/source-dependencies/adapters/outbound/node/selected-package-source-snapshot-reader.js.map +1 -0
  60. package/dist/capabilities/source-dependencies/adapters/outbound/node/source-workspace-filesystem.d.ts +38 -0
  61. package/dist/capabilities/source-dependencies/adapters/outbound/node/source-workspace-filesystem.d.ts.map +1 -0
  62. package/dist/capabilities/source-dependencies/adapters/outbound/node/source-workspace-filesystem.js +139 -0
  63. package/dist/capabilities/source-dependencies/adapters/outbound/node/source-workspace-filesystem.js.map +1 -0
  64. package/dist/capabilities/source-dependencies/adapters/outbound/node/source-workspace-root-snapshot.d.ts +20 -0
  65. package/dist/capabilities/source-dependencies/adapters/outbound/node/source-workspace-root-snapshot.d.ts.map +1 -0
  66. package/dist/capabilities/source-dependencies/adapters/outbound/node/source-workspace-root-snapshot.js +39 -0
  67. package/dist/capabilities/source-dependencies/adapters/outbound/node/source-workspace-root-snapshot.js.map +1 -0
  68. package/dist/capabilities/source-dependencies/application/model/repository-path.d.ts +12 -0
  69. package/dist/capabilities/source-dependencies/application/model/repository-path.d.ts.map +1 -1
  70. package/dist/capabilities/source-dependencies/application/model/repository-path.js +59 -0
  71. package/dist/capabilities/source-dependencies/application/model/repository-path.js.map +1 -1
  72. package/dist/capabilities/source-dependencies/application/model/source-workspace-topology.d.ts +31 -0
  73. package/dist/capabilities/source-dependencies/application/model/source-workspace-topology.d.ts.map +1 -0
  74. package/dist/capabilities/source-dependencies/application/model/source-workspace-topology.js +2 -0
  75. package/dist/capabilities/source-dependencies/application/model/source-workspace-topology.js.map +1 -0
  76. package/dist/capabilities/source-dependencies/application/model/source-workspace.d.ts +20 -3
  77. package/dist/capabilities/source-dependencies/application/model/source-workspace.d.ts.map +1 -1
  78. package/dist/capabilities/source-dependencies/application/policies/evaluate-resolved-source-dependency.d.ts +1 -0
  79. package/dist/capabilities/source-dependencies/application/policies/evaluate-resolved-source-dependency.d.ts.map +1 -1
  80. package/dist/capabilities/source-dependencies/application/policies/evaluate-resolved-source-dependency.js +32 -3
  81. package/dist/capabilities/source-dependencies/application/policies/evaluate-resolved-source-dependency.js.map +1 -1
  82. package/dist/capabilities/source-dependencies/application/policies/evaluate-source-dependencies.d.ts +1 -0
  83. package/dist/capabilities/source-dependencies/application/policies/evaluate-source-dependencies.d.ts.map +1 -1
  84. package/dist/capabilities/source-dependencies/application/policies/evaluate-source-dependencies.js +2 -1
  85. package/dist/capabilities/source-dependencies/application/policies/evaluate-source-dependencies.js.map +1 -1
  86. package/dist/capabilities/source-dependencies/application/policies/evaluate-source-dependency-cycles.d.ts.map +1 -1
  87. package/dist/capabilities/source-dependencies/application/policies/evaluate-source-dependency-cycles.js +1 -0
  88. package/dist/capabilities/source-dependencies/application/policies/evaluate-source-dependency-cycles.js.map +1 -1
  89. package/dist/capabilities/source-dependencies/application/policies/evaluate-source-workspace-coverage.d.ts +5 -0
  90. package/dist/capabilities/source-dependencies/application/policies/evaluate-source-workspace-coverage.d.ts.map +1 -0
  91. package/dist/capabilities/source-dependencies/application/policies/evaluate-source-workspace-coverage.js +96 -0
  92. package/dist/capabilities/source-dependencies/application/policies/evaluate-source-workspace-coverage.js.map +1 -0
  93. package/dist/capabilities/source-dependencies/application/ports/source-dependency-resolver.d.ts +15 -0
  94. package/dist/capabilities/source-dependencies/application/ports/source-dependency-resolver.d.ts.map +1 -1
  95. package/dist/capabilities/source-dependencies/application/ports/source-workspace-topology-inspector.d.ts +27 -0
  96. package/dist/capabilities/source-dependencies/application/ports/source-workspace-topology-inspector.d.ts.map +1 -0
  97. package/dist/capabilities/source-dependencies/application/ports/source-workspace-topology-inspector.js +2 -0
  98. package/dist/capabilities/source-dependencies/application/ports/source-workspace-topology-inspector.js.map +1 -0
  99. package/dist/capabilities/source-dependencies/application/rules.d.ts +1 -0
  100. package/dist/capabilities/source-dependencies/application/rules.d.ts.map +1 -1
  101. package/dist/capabilities/source-dependencies/application/rules.js +1 -0
  102. package/dist/capabilities/source-dependencies/application/rules.js.map +1 -1
  103. package/dist/capabilities/source-dependencies/application/use-cases/analyze-source-dependencies.d.ts +2 -0
  104. package/dist/capabilities/source-dependencies/application/use-cases/analyze-source-dependencies.d.ts.map +1 -1
  105. package/dist/capabilities/source-dependencies/application/use-cases/analyze-source-dependencies.js +113 -9
  106. package/dist/capabilities/source-dependencies/application/use-cases/analyze-source-dependencies.js.map +1 -1
  107. package/dist/capabilities/source-dependencies/application/use-cases/build-observed-source-graph.d.ts +15 -0
  108. package/dist/capabilities/source-dependencies/application/use-cases/build-observed-source-graph.d.ts.map +1 -1
  109. package/dist/capabilities/source-dependencies/application/use-cases/build-observed-source-graph.js +27 -1
  110. package/dist/capabilities/source-dependencies/application/use-cases/build-observed-source-graph.js.map +1 -1
  111. package/dist/capabilities/source-dependencies/contract/config.d.ts +3 -3
  112. package/dist/capabilities/source-dependencies/contract/config.d.ts.map +1 -1
  113. package/dist/capabilities/source-dependencies/contract/config.js +226 -44
  114. package/dist/capabilities/source-dependencies/contract/config.js.map +1 -1
  115. package/dist/capabilities/source-dependencies/module.d.ts.map +1 -1
  116. package/dist/capabilities/source-dependencies/module.js +11 -5
  117. package/dist/capabilities/source-dependencies/module.js.map +1 -1
  118. package/dist/capabilities/workspace-dependency-declarations/adapters/inbound/filesystem/load-capability-config.d.ts +3 -0
  119. package/dist/capabilities/workspace-dependency-declarations/adapters/inbound/filesystem/load-capability-config.d.ts.map +1 -0
  120. package/dist/capabilities/workspace-dependency-declarations/adapters/inbound/filesystem/load-capability-config.js +9 -0
  121. package/dist/capabilities/workspace-dependency-declarations/adapters/inbound/filesystem/load-capability-config.js.map +1 -0
  122. package/dist/capabilities/workspace-dependency-declarations/application/policies/evaluate-workspace-dependencies.d.ts.map +1 -1
  123. package/dist/capabilities/workspace-dependency-declarations/application/policies/evaluate-workspace-dependencies.js +92 -77
  124. package/dist/capabilities/workspace-dependency-declarations/application/policies/evaluate-workspace-dependencies.js.map +1 -1
  125. package/dist/capabilities/workspace-dependency-declarations/contract/config.d.ts +2 -1
  126. package/dist/capabilities/workspace-dependency-declarations/contract/config.d.ts.map +1 -1
  127. package/dist/capabilities/workspace-dependency-declarations/contract/config.js +22 -5
  128. package/dist/capabilities/workspace-dependency-declarations/contract/config.js.map +1 -1
  129. package/dist/capabilities/workspace-dependency-declarations/module.js +2 -1
  130. package/dist/capabilities/workspace-dependency-declarations/module.js.map +1 -1
  131. package/dist/cli-arguments.d.ts +0 -11
  132. package/dist/cli-arguments.d.ts.map +1 -1
  133. package/dist/cli-arguments.js +2 -143
  134. package/dist/cli-arguments.js.map +1 -1
  135. package/dist/cli.js +2 -16
  136. package/dist/cli.js.map +1 -1
  137. package/dist/index.d.ts +0 -2
  138. package/dist/index.d.ts.map +1 -1
  139. package/dist/index.js +0 -2
  140. package/dist/index.js.map +1 -1
  141. package/dist/local-mode/index.d.ts +1 -1
  142. package/dist/local-mode/index.js +1 -1
  143. package/dist/package-self-check.d.ts +1 -1
  144. package/dist/package-self-check.d.ts.map +1 -1
  145. package/dist/package-self-check.js +9 -24
  146. package/dist/package-self-check.js.map +1 -1
  147. package/dist/process-execution/node-process-runner.d.ts.map +1 -1
  148. package/dist/process-execution/node-process-runner.js +2 -2
  149. package/dist/process-execution/node-process-runner.js.map +1 -1
  150. package/dist/process-execution/windows-managed-process-diagnostics.d.ts +5 -0
  151. package/dist/process-execution/windows-managed-process-diagnostics.d.ts.map +1 -0
  152. package/dist/process-execution/windows-managed-process-diagnostics.js +110 -0
  153. package/dist/process-execution/windows-managed-process-diagnostics.js.map +1 -0
  154. package/dist/process-execution/windows-managed-process.d.ts +4 -2
  155. package/dist/process-execution/windows-managed-process.d.ts.map +1 -1
  156. package/dist/process-execution/windows-managed-process.js +39 -12
  157. package/dist/process-execution/windows-managed-process.js.map +1 -1
  158. package/dist/process-execution/windows-process-host.js +42 -30
  159. package/dist/process-execution/windows-process-host.js.map +1 -1
  160. package/dist/public-api-surface.d.ts +0 -2
  161. package/dist/public-api-surface.d.ts.map +1 -1
  162. package/dist/public-api-surface.js +0 -2
  163. package/dist/public-api-surface.js.map +1 -1
  164. package/dist/scaffolding/adapters/node/filesystem-authority-recovery.js +1 -1
  165. package/dist/scaffolding/adapters/node/filesystem-authority-recovery.js.map +1 -1
  166. package/dist/scaffolding/adapters/node/filesystem-authority-workspace.js +1 -1
  167. package/dist/scaffolding/adapters/node/filesystem-authority-workspace.js.map +1 -1
  168. package/dist/scaffolding/adapters/node/filesystem-file-identity.d.ts +3 -3
  169. package/dist/scaffolding/adapters/node/filesystem-file-identity.d.ts.map +1 -1
  170. package/dist/scaffolding/adapters/node/filesystem-file-identity.js +1 -1
  171. package/dist/scaffolding/adapters/node/filesystem-file-identity.js.map +1 -1
  172. package/dist/scaffolding/adapters/node/filesystem-operation-state.d.ts +2 -3
  173. package/dist/scaffolding/adapters/node/filesystem-operation-state.d.ts.map +1 -1
  174. package/dist/scaffolding/adapters/node/filesystem-operation-state.js +36 -16
  175. package/dist/scaffolding/adapters/node/filesystem-operation-state.js.map +1 -1
  176. package/dist/scaffolding/adapters/node/filesystem-path-guard.d.ts.map +1 -1
  177. package/dist/scaffolding/adapters/node/filesystem-path-guard.js +5 -6
  178. package/dist/scaffolding/adapters/node/filesystem-path-guard.js.map +1 -1
  179. package/dist/scaffolding/adapters/node/node-scaffold-journal-evidence.d.ts +17 -28
  180. package/dist/scaffolding/adapters/node/node-scaffold-journal-evidence.d.ts.map +1 -1
  181. package/dist/scaffolding/adapters/node/node-scaffold-journal-evidence.js +35 -97
  182. package/dist/scaffolding/adapters/node/node-scaffold-journal-evidence.js.map +1 -1
  183. package/dist/scaffolding/adapters/node/node-scaffold-journal-gateway.d.ts.map +1 -1
  184. package/dist/scaffolding/adapters/node/node-scaffold-journal-gateway.js +1 -1
  185. package/dist/scaffolding/adapters/node/node-scaffold-journal-gateway.js.map +1 -1
  186. package/dist/scaffolding/adapters/node/node-scaffold-journal-store-faults.d.ts +2 -2
  187. package/dist/scaffolding/adapters/node/node-scaffold-journal-store-faults.d.ts.map +1 -1
  188. package/dist/scaffolding/adapters/node/node-scaffold-journal-store.d.ts +6 -0
  189. package/dist/scaffolding/adapters/node/node-scaffold-journal-store.d.ts.map +1 -1
  190. package/dist/scaffolding/adapters/node/node-scaffold-journal-store.js +139 -274
  191. package/dist/scaffolding/adapters/node/node-scaffold-journal-store.js.map +1 -1
  192. package/dist/scaffolding/adapters/node/node-scaffold-journal-transaction-evidence.js +1 -2
  193. package/dist/scaffolding/adapters/node/node-scaffold-journal-transaction-evidence.js.map +1 -1
  194. package/dist/scaffolding/application/policies/legacy-scaffolding-repository-path.d.ts +1 -1
  195. package/dist/scaffolding/application/policies/legacy-scaffolding-repository-path.d.ts.map +1 -1
  196. package/dist/scaffolding/kernel/canonical-json.d.ts.map +1 -1
  197. package/dist/scaffolding/kernel/canonical-json.js +10 -42
  198. package/dist/scaffolding/kernel/canonical-json.js.map +1 -1
  199. package/dist/scaffolding/kernel/plan-content-validation.d.ts.map +1 -1
  200. package/dist/scaffolding/kernel/plan-content-validation.js +8 -1
  201. package/dist/scaffolding/kernel/plan-content-validation.js.map +1 -1
  202. package/dist/schema-catalog.d.ts.map +1 -1
  203. package/dist/schema-catalog.js +8 -21
  204. package/dist/schema-catalog.js.map +1 -1
  205. package/dist/schema-ids.d.ts +1 -1
  206. package/dist/schema-ids.d.ts.map +1 -1
  207. package/dist/schema-ids.js +1 -16
  208. package/dist/schema-ids.js.map +1 -1
  209. package/dist/strict-json.d.ts +1 -6
  210. package/dist/strict-json.d.ts.map +1 -1
  211. package/dist/strict-json.js +1 -40
  212. package/dist/strict-json.js.map +1 -1
  213. package/dist/transaction-coordination/adapters/node/document-envelope-bindings.d.ts.map +1 -1
  214. package/dist/transaction-coordination/adapters/node/document-envelope-bindings.js +3 -4
  215. package/dist/transaction-coordination/adapters/node/document-envelope-bindings.js.map +1 -1
  216. package/dist/transaction-coordination/adapters/node/foundation-scaffold-envelope.d.ts +8 -0
  217. package/dist/transaction-coordination/adapters/node/foundation-scaffold-envelope.d.ts.map +1 -0
  218. package/dist/transaction-coordination/adapters/node/foundation-scaffold-envelope.js +70 -0
  219. package/dist/transaction-coordination/adapters/node/foundation-scaffold-envelope.js.map +1 -0
  220. package/dist/transaction-coordination/adapters/node/foundation-transition-evidence.d.ts.map +1 -1
  221. package/dist/transaction-coordination/adapters/node/foundation-transition-evidence.js +42 -7
  222. package/dist/transaction-coordination/adapters/node/foundation-transition-evidence.js.map +1 -1
  223. package/dist/transaction-coordination/adapters/node/installed-foundation-build-identity.d.ts +0 -5
  224. package/dist/transaction-coordination/adapters/node/installed-foundation-build-identity.d.ts.map +1 -1
  225. package/dist/transaction-coordination/adapters/node/installed-foundation-build-identity.js +7 -124
  226. package/dist/transaction-coordination/adapters/node/installed-foundation-build-identity.js.map +1 -1
  227. package/dist/transaction-coordination/adapters/node/known-file-transaction-status.d.ts.map +1 -1
  228. package/dist/transaction-coordination/adapters/node/known-file-transaction-status.js +34 -4
  229. package/dist/transaction-coordination/adapters/node/known-file-transaction-status.js.map +1 -1
  230. package/dist/transaction-coordination/adapters/node/legacy-document-envelope-v2.d.ts +1 -0
  231. package/dist/transaction-coordination/adapters/node/legacy-document-envelope-v2.d.ts.map +1 -1
  232. package/dist/transaction-coordination/adapters/node/legacy-document-envelope-v2.js +3 -0
  233. package/dist/transaction-coordination/adapters/node/legacy-document-envelope-v2.js.map +1 -1
  234. package/dist/transaction-coordination/adapters/node/legacy-scaffolding-transaction-validation.d.ts +3 -0
  235. package/dist/transaction-coordination/adapters/node/legacy-scaffolding-transaction-validation.d.ts.map +1 -0
  236. package/dist/transaction-coordination/adapters/node/legacy-scaffolding-transaction-validation.js +52 -0
  237. package/dist/transaction-coordination/adapters/node/legacy-scaffolding-transaction-validation.js.map +1 -0
  238. package/dist/transaction-coordination/adapters/node/node-foundation-cleanup-transition.d.ts +2 -2
  239. package/dist/transaction-coordination/adapters/node/node-foundation-cleanup-transition.d.ts.map +1 -1
  240. package/dist/transaction-coordination/adapters/node/node-foundation-cleanup-transition.js +1 -2
  241. package/dist/transaction-coordination/adapters/node/node-foundation-cleanup-transition.js.map +1 -1
  242. package/dist/transaction-coordination/adapters/node/node-foundation-operation-lock.d.ts +1 -9
  243. package/dist/transaction-coordination/adapters/node/node-foundation-operation-lock.d.ts.map +1 -1
  244. package/dist/transaction-coordination/adapters/node/node-foundation-operation-lock.js +16 -338
  245. package/dist/transaction-coordination/adapters/node/node-foundation-operation-lock.js.map +1 -1
  246. package/dist/transaction-coordination/adapters/node/node-foundation-state-directory.d.ts +5 -10
  247. package/dist/transaction-coordination/adapters/node/node-foundation-state-directory.d.ts.map +1 -1
  248. package/dist/transaction-coordination/adapters/node/node-foundation-state-directory.js +5 -90
  249. package/dist/transaction-coordination/adapters/node/node-foundation-state-directory.js.map +1 -1
  250. package/dist/transaction-coordination/adapters/node/node-foundation-transaction-slot.d.ts.map +1 -1
  251. package/dist/transaction-coordination/adapters/node/node-foundation-transaction-slot.js +41 -26
  252. package/dist/transaction-coordination/adapters/node/node-foundation-transaction-slot.js.map +1 -1
  253. package/dist/transaction-coordination/adapters/node/schema6-transaction-status.d.ts +7 -0
  254. package/dist/transaction-coordination/adapters/node/schema6-transaction-status.d.ts.map +1 -0
  255. package/dist/transaction-coordination/adapters/node/schema6-transaction-status.js +51 -0
  256. package/dist/transaction-coordination/adapters/node/schema6-transaction-status.js.map +1 -0
  257. package/dist/transaction-coordination/application/foundation-transaction-coordinator.d.ts.map +1 -1
  258. package/dist/transaction-coordination/application/foundation-transaction-coordinator.js +1 -1
  259. package/dist/transaction-coordination/application/foundation-transaction-coordinator.js.map +1 -1
  260. package/dist/transaction-coordination/application/model/transaction-status.d.ts +1 -1
  261. package/dist/transaction-coordination/application/model/transaction-status.d.ts.map +1 -1
  262. package/dist/workspace-inventory/adapters/outbound/pnpm/pnpm-package-manifest-snapshot-reader.d.ts +3 -0
  263. package/dist/workspace-inventory/adapters/outbound/pnpm/pnpm-package-manifest-snapshot-reader.d.ts.map +1 -0
  264. package/dist/workspace-inventory/adapters/outbound/pnpm/pnpm-package-manifest-snapshot-reader.js +203 -0
  265. package/dist/workspace-inventory/adapters/outbound/pnpm/pnpm-package-manifest-snapshot-reader.js.map +1 -0
  266. package/dist/workspace-inventory/adapters/outbound/pnpm/pnpm-workspace-inventory-reader.d.ts +2 -0
  267. package/dist/workspace-inventory/adapters/outbound/pnpm/pnpm-workspace-inventory-reader.d.ts.map +1 -1
  268. package/dist/workspace-inventory/adapters/outbound/pnpm/pnpm-workspace-inventory-reader.js +152 -190
  269. package/dist/workspace-inventory/adapters/outbound/pnpm/pnpm-workspace-inventory-reader.js.map +1 -1
  270. package/dist/workspace-inventory/application/model/workspace-inventory.d.ts +28 -1
  271. package/dist/workspace-inventory/application/model/workspace-inventory.d.ts.map +1 -1
  272. package/dist/workspace-inventory/application/policies/normalize-dependency-declaration.d.ts +14 -0
  273. package/dist/workspace-inventory/application/policies/normalize-dependency-declaration.d.ts.map +1 -0
  274. package/dist/workspace-inventory/application/policies/normalize-dependency-declaration.js +82 -0
  275. package/dist/workspace-inventory/application/policies/normalize-dependency-declaration.js.map +1 -0
  276. package/dist/workspace-inventory/application/policies/package-export-matcher.d.ts +10 -0
  277. package/dist/workspace-inventory/application/policies/package-export-matcher.d.ts.map +1 -0
  278. package/dist/workspace-inventory/application/policies/package-export-matcher.js +152 -0
  279. package/dist/workspace-inventory/application/policies/package-export-matcher.js.map +1 -0
  280. package/package.json +39 -71
  281. package/schemas/architecture-source-dependencies/v2.schema.json +119 -0
  282. package/dist/document-authoring/adapters/canonical-markdown.d.ts +0 -14
  283. package/dist/document-authoring/adapters/canonical-markdown.d.ts.map +0 -1
  284. package/dist/document-authoring/adapters/canonical-markdown.js +0 -354
  285. package/dist/document-authoring/adapters/canonical-markdown.js.map +0 -1
  286. package/dist/document-authoring/adapters/inbound/cli/document-command-failure.d.ts +0 -5
  287. package/dist/document-authoring/adapters/inbound/cli/document-command-failure.d.ts.map +0 -1
  288. package/dist/document-authoring/adapters/inbound/cli/document-command-failure.js +0 -36
  289. package/dist/document-authoring/adapters/inbound/cli/document-command-failure.js.map +0 -1
  290. package/dist/document-authoring/adapters/inbound/cli/document-command-renderer.d.ts +0 -6
  291. package/dist/document-authoring/adapters/inbound/cli/document-command-renderer.d.ts.map +0 -1
  292. package/dist/document-authoring/adapters/inbound/cli/document-command-renderer.js +0 -127
  293. package/dist/document-authoring/adapters/inbound/cli/document-command-renderer.js.map +0 -1
  294. package/dist/document-authoring/adapters/node/load-validated-document-authoring-profile-v2.d.ts +0 -52
  295. package/dist/document-authoring/adapters/node/load-validated-document-authoring-profile-v2.d.ts.map +0 -1
  296. package/dist/document-authoring/adapters/node/load-validated-document-authoring-profile-v2.js +0 -103
  297. package/dist/document-authoring/adapters/node/load-validated-document-authoring-profile-v2.js.map +0 -1
  298. package/dist/document-authoring/adapters/node/load-validated-document-authoring-profile.d.ts +0 -33
  299. package/dist/document-authoring/adapters/node/load-validated-document-authoring-profile.d.ts.map +0 -1
  300. package/dist/document-authoring/adapters/node/load-validated-document-authoring-profile.js +0 -47
  301. package/dist/document-authoring/adapters/node/load-validated-document-authoring-profile.js.map +0 -1
  302. package/dist/document-authoring/adapters/node/node-authoring-profile-reader-v2.d.ts +0 -9
  303. package/dist/document-authoring/adapters/node/node-authoring-profile-reader-v2.d.ts.map +0 -1
  304. package/dist/document-authoring/adapters/node/node-authoring-profile-reader-v2.js +0 -42
  305. package/dist/document-authoring/adapters/node/node-authoring-profile-reader-v2.js.map +0 -1
  306. package/dist/document-authoring/adapters/node/node-authoring-profile-reader.d.ts +0 -9
  307. package/dist/document-authoring/adapters/node/node-authoring-profile-reader.d.ts.map +0 -1
  308. package/dist/document-authoring/adapters/node/node-authoring-profile-reader.js +0 -31
  309. package/dist/document-authoring/adapters/node/node-authoring-profile-reader.js.map +0 -1
  310. package/dist/document-authoring/adapters/node/node-document-contract-validator.d.ts +0 -7
  311. package/dist/document-authoring/adapters/node/node-document-contract-validator.d.ts.map +0 -1
  312. package/dist/document-authoring/adapters/node/node-document-contract-validator.js +0 -306
  313. package/dist/document-authoring/adapters/node/node-document-contract-validator.js.map +0 -1
  314. package/dist/document-authoring/adapters/node/node-document-environment-inspector.d.ts +0 -17
  315. package/dist/document-authoring/adapters/node/node-document-environment-inspector.d.ts.map +0 -1
  316. package/dist/document-authoring/adapters/node/node-document-environment-inspector.js +0 -49
  317. package/dist/document-authoring/adapters/node/node-document-environment-inspector.js.map +0 -1
  318. package/dist/document-authoring/adapters/node/node-document-file-state.d.ts +0 -21
  319. package/dist/document-authoring/adapters/node/node-document-file-state.d.ts.map +0 -1
  320. package/dist/document-authoring/adapters/node/node-document-file-state.js +0 -199
  321. package/dist/document-authoring/adapters/node/node-document-file-state.js.map +0 -1
  322. package/dist/document-authoring/adapters/node/node-document-journal-slot.d.ts +0 -2
  323. package/dist/document-authoring/adapters/node/node-document-journal-slot.d.ts.map +0 -1
  324. package/dist/document-authoring/adapters/node/node-document-journal-slot.js +0 -18
  325. package/dist/document-authoring/adapters/node/node-document-journal-slot.js.map +0 -1
  326. package/dist/document-authoring/adapters/node/node-document-journal-store-faults.d.ts +0 -36
  327. package/dist/document-authoring/adapters/node/node-document-journal-store-faults.d.ts.map +0 -1
  328. package/dist/document-authoring/adapters/node/node-document-journal-store-faults.js +0 -2
  329. package/dist/document-authoring/adapters/node/node-document-journal-store-faults.js.map +0 -1
  330. package/dist/document-authoring/adapters/node/node-document-journal-store-private.d.ts +0 -2
  331. package/dist/document-authoring/adapters/node/node-document-journal-store-private.d.ts.map +0 -1
  332. package/dist/document-authoring/adapters/node/node-document-journal-store-private.js +0 -2
  333. package/dist/document-authoring/adapters/node/node-document-journal-store-private.js.map +0 -1
  334. package/dist/document-authoring/adapters/node/node-document-journal-store.d.ts +0 -22
  335. package/dist/document-authoring/adapters/node/node-document-journal-store.d.ts.map +0 -1
  336. package/dist/document-authoring/adapters/node/node-document-journal-store.js +0 -339
  337. package/dist/document-authoring/adapters/node/node-document-journal-store.js.map +0 -1
  338. package/dist/document-authoring/adapters/node/node-document-metadata-sidecar-reader.d.ts +0 -9
  339. package/dist/document-authoring/adapters/node/node-document-metadata-sidecar-reader.d.ts.map +0 -1
  340. package/dist/document-authoring/adapters/node/node-document-metadata-sidecar-reader.js +0 -87
  341. package/dist/document-authoring/adapters/node/node-document-metadata-sidecar-reader.js.map +0 -1
  342. package/dist/document-authoring/adapters/node/node-document-parent-materializer.d.ts +0 -39
  343. package/dist/document-authoring/adapters/node/node-document-parent-materializer.d.ts.map +0 -1
  344. package/dist/document-authoring/adapters/node/node-document-parent-materializer.js +0 -270
  345. package/dist/document-authoring/adapters/node/node-document-parent-materializer.js.map +0 -1
  346. package/dist/document-authoring/adapters/node/node-document-planning-profile-reader.d.ts +0 -10
  347. package/dist/document-authoring/adapters/node/node-document-planning-profile-reader.d.ts.map +0 -1
  348. package/dist/document-authoring/adapters/node/node-document-planning-profile-reader.js +0 -85
  349. package/dist/document-authoring/adapters/node/node-document-planning-profile-reader.js.map +0 -1
  350. package/dist/document-authoring/adapters/node/node-document-planning-state-reader.d.ts +0 -11
  351. package/dist/document-authoring/adapters/node/node-document-planning-state-reader.d.ts.map +0 -1
  352. package/dist/document-authoring/adapters/node/node-document-planning-state-reader.js +0 -181
  353. package/dist/document-authoring/adapters/node/node-document-planning-state-reader.js.map +0 -1
  354. package/dist/document-authoring/adapters/node/node-document-publisher-private.d.ts +0 -2
  355. package/dist/document-authoring/adapters/node/node-document-publisher-private.d.ts.map +0 -1
  356. package/dist/document-authoring/adapters/node/node-document-publisher-private.js +0 -2
  357. package/dist/document-authoring/adapters/node/node-document-publisher-private.js.map +0 -1
  358. package/dist/document-authoring/adapters/node/node-document-publisher.d.ts +0 -54
  359. package/dist/document-authoring/adapters/node/node-document-publisher.d.ts.map +0 -1
  360. package/dist/document-authoring/adapters/node/node-document-publisher.js +0 -343
  361. package/dist/document-authoring/adapters/node/node-document-publisher.js.map +0 -1
  362. package/dist/document-authoring/adapters/node/node-document-reachability-projector.d.ts +0 -17
  363. package/dist/document-authoring/adapters/node/node-document-reachability-projector.d.ts.map +0 -1
  364. package/dist/document-authoring/adapters/node/node-document-reachability-projector.js +0 -43
  365. package/dist/document-authoring/adapters/node/node-document-reachability-projector.js.map +0 -1
  366. package/dist/document-authoring/adapters/node/node-document-structure-verifier.d.ts +0 -21
  367. package/dist/document-authoring/adapters/node/node-document-structure-verifier.d.ts.map +0 -1
  368. package/dist/document-authoring/adapters/node/node-document-structure-verifier.js +0 -80
  369. package/dist/document-authoring/adapters/node/node-document-structure-verifier.js.map +0 -1
  370. package/dist/document-authoring/adapters/node/node-document-template-reader.d.ts +0 -10
  371. package/dist/document-authoring/adapters/node/node-document-template-reader.d.ts.map +0 -1
  372. package/dist/document-authoring/adapters/node/node-document-template-reader.js +0 -32
  373. package/dist/document-authoring/adapters/node/node-document-template-reader.js.map +0 -1
  374. package/dist/document-authoring/adapters/node/node-document-transaction-coordinator.d.ts +0 -21
  375. package/dist/document-authoring/adapters/node/node-document-transaction-coordinator.d.ts.map +0 -1
  376. package/dist/document-authoring/adapters/node/node-document-transaction-coordinator.js +0 -67
  377. package/dist/document-authoring/adapters/node/node-document-transaction-coordinator.js.map +0 -1
  378. package/dist/document-authoring/adapters/node/node-metadata-instance-validator.d.ts +0 -9
  379. package/dist/document-authoring/adapters/node/node-metadata-instance-validator.d.ts.map +0 -1
  380. package/dist/document-authoring/adapters/node/node-metadata-instance-validator.js +0 -90
  381. package/dist/document-authoring/adapters/node/node-metadata-instance-validator.js.map +0 -1
  382. package/dist/document-authoring/adapters/node/node-owner-membership-reader.d.ts +0 -10
  383. package/dist/document-authoring/adapters/node/node-owner-membership-reader.d.ts.map +0 -1
  384. package/dist/document-authoring/adapters/node/node-owner-membership-reader.js +0 -62
  385. package/dist/document-authoring/adapters/node/node-owner-membership-reader.js.map +0 -1
  386. package/dist/document-authoring/adapters/node/node-path-authority.d.ts +0 -53
  387. package/dist/document-authoring/adapters/node/node-path-authority.d.ts.map +0 -1
  388. package/dist/document-authoring/adapters/node/node-path-authority.js +0 -186
  389. package/dist/document-authoring/adapters/node/node-path-authority.js.map +0 -1
  390. package/dist/document-authoring/adapters/node/read-document-authority-file.d.ts +0 -12
  391. package/dist/document-authoring/adapters/node/read-document-authority-file.d.ts.map +0 -1
  392. package/dist/document-authoring/adapters/node/read-document-authority-file.js +0 -78
  393. package/dist/document-authoring/adapters/node/read-document-authority-file.js.map +0 -1
  394. package/dist/document-authoring/adapters/node/recapture-document-publication-paths.d.ts +0 -17
  395. package/dist/document-authoring/adapters/node/recapture-document-publication-paths.d.ts.map +0 -1
  396. package/dist/document-authoring/adapters/node/recapture-document-publication-paths.js +0 -33
  397. package/dist/document-authoring/adapters/node/recapture-document-publication-paths.js.map +0 -1
  398. package/dist/document-authoring/application/model/document-authoring-profile-description.d.ts +0 -57
  399. package/dist/document-authoring/application/model/document-authoring-profile-description.d.ts.map +0 -1
  400. package/dist/document-authoring/application/model/document-authoring-profile-description.js +0 -2
  401. package/dist/document-authoring/application/model/document-authoring-profile-description.js.map +0 -1
  402. package/dist/document-authoring/application/model/document-catalog.d.ts +0 -88
  403. package/dist/document-authoring/application/model/document-catalog.d.ts.map +0 -1
  404. package/dist/document-authoring/application/model/document-catalog.js +0 -2
  405. package/dist/document-authoring/application/model/document-catalog.js.map +0 -1
  406. package/dist/document-authoring/application/model/document-command.d.ts +0 -69
  407. package/dist/document-authoring/application/model/document-command.d.ts.map +0 -1
  408. package/dist/document-authoring/application/model/document-command.js +0 -2
  409. package/dist/document-authoring/application/model/document-command.js.map +0 -1
  410. package/dist/document-authoring/application/model/document-find.d.ts +0 -22
  411. package/dist/document-authoring/application/model/document-find.d.ts.map +0 -1
  412. package/dist/document-authoring/application/model/document-find.js +0 -2
  413. package/dist/document-authoring/application/model/document-find.js.map +0 -1
  414. package/dist/document-authoring/application/model/document-parent-materialization.d.ts +0 -26
  415. package/dist/document-authoring/application/model/document-parent-materialization.d.ts.map +0 -1
  416. package/dist/document-authoring/application/model/document-parent-materialization.js +0 -2
  417. package/dist/document-authoring/application/model/document-parent-materialization.js.map +0 -1
  418. package/dist/document-authoring/application/model/document-physical-identity.d.ts +0 -10
  419. package/dist/document-authoring/application/model/document-physical-identity.d.ts.map +0 -1
  420. package/dist/document-authoring/application/model/document-physical-identity.js +0 -29
  421. package/dist/document-authoring/application/model/document-physical-identity.js.map +0 -1
  422. package/dist/document-authoring/application/model/document-planning.d.ts +0 -209
  423. package/dist/document-authoring/application/model/document-planning.d.ts.map +0 -1
  424. package/dist/document-authoring/application/model/document-planning.js +0 -2
  425. package/dist/document-authoring/application/model/document-planning.js.map +0 -1
  426. package/dist/document-authoring/application/model/document-receipt.d.ts +0 -101
  427. package/dist/document-authoring/application/model/document-receipt.d.ts.map +0 -1
  428. package/dist/document-authoring/application/model/document-receipt.js +0 -2
  429. package/dist/document-authoring/application/model/document-receipt.js.map +0 -1
  430. package/dist/document-authoring/application/model/document-transaction-inspection.d.ts +0 -66
  431. package/dist/document-authoring/application/model/document-transaction-inspection.d.ts.map +0 -1
  432. package/dist/document-authoring/application/model/document-transaction-inspection.js +0 -2
  433. package/dist/document-authoring/application/model/document-transaction-inspection.js.map +0 -1
  434. package/dist/document-authoring/application/model/document-transaction.d.ts +0 -169
  435. package/dist/document-authoring/application/model/document-transaction.d.ts.map +0 -1
  436. package/dist/document-authoring/application/model/document-transaction.js +0 -2
  437. package/dist/document-authoring/application/model/document-transaction.js.map +0 -1
  438. package/dist/document-authoring/application/policies/assert-artifact-owner-allowed.d.ts +0 -3
  439. package/dist/document-authoring/application/policies/assert-artifact-owner-allowed.d.ts.map +0 -1
  440. package/dist/document-authoring/application/policies/assert-artifact-owner-allowed.js +0 -8
  441. package/dist/document-authoring/application/policies/assert-artifact-owner-allowed.js.map +0 -1
  442. package/dist/document-authoring/application/policies/assert-v2-planning-profile.d.ts +0 -3
  443. package/dist/document-authoring/application/policies/assert-v2-planning-profile.d.ts.map +0 -1
  444. package/dist/document-authoring/application/policies/assert-v2-planning-profile.js +0 -7
  445. package/dist/document-authoring/application/policies/assert-v2-planning-profile.js.map +0 -1
  446. package/dist/document-authoring/application/policies/authoring-profile-semantics.d.ts +0 -42
  447. package/dist/document-authoring/application/policies/authoring-profile-semantics.d.ts.map +0 -1
  448. package/dist/document-authoring/application/policies/authoring-profile-semantics.js +0 -129
  449. package/dist/document-authoring/application/policies/authoring-profile-semantics.js.map +0 -1
  450. package/dist/document-authoring/application/policies/classify-document-recovery.d.ts +0 -81
  451. package/dist/document-authoring/application/policies/classify-document-recovery.d.ts.map +0 -1
  452. package/dist/document-authoring/application/policies/classify-document-recovery.js +0 -138
  453. package/dist/document-authoring/application/policies/classify-document-recovery.js.map +0 -1
  454. package/dist/document-authoring/application/policies/document-authoring-semantic-digests.d.ts +0 -31
  455. package/dist/document-authoring/application/policies/document-authoring-semantic-digests.d.ts.map +0 -1
  456. package/dist/document-authoring/application/policies/document-authoring-semantic-digests.js +0 -163
  457. package/dist/document-authoring/application/policies/document-authoring-semantic-digests.js.map +0 -1
  458. package/dist/document-authoring/application/policies/document-catalog-authority-stability.d.ts +0 -12
  459. package/dist/document-authoring/application/policies/document-catalog-authority-stability.d.ts.map +0 -1
  460. package/dist/document-authoring/application/policies/document-catalog-authority-stability.js +0 -16
  461. package/dist/document-authoring/application/policies/document-catalog-authority-stability.js.map +0 -1
  462. package/dist/document-authoring/application/policies/document-catalog-diagnostics.d.ts +0 -8
  463. package/dist/document-authoring/application/policies/document-catalog-diagnostics.d.ts.map +0 -1
  464. package/dist/document-authoring/application/policies/document-catalog-diagnostics.js +0 -44
  465. package/dist/document-authoring/application/policies/document-catalog-diagnostics.js.map +0 -1
  466. package/dist/document-authoring/application/policies/document-catalog-fields.d.ts +0 -18
  467. package/dist/document-authoring/application/policies/document-catalog-fields.d.ts.map +0 -1
  468. package/dist/document-authoring/application/policies/document-catalog-fields.js +0 -62
  469. package/dist/document-authoring/application/policies/document-catalog-fields.js.map +0 -1
  470. package/dist/document-authoring/application/policies/document-catalog-sidecar.d.ts +0 -10
  471. package/dist/document-authoring/application/policies/document-catalog-sidecar.d.ts.map +0 -1
  472. package/dist/document-authoring/application/policies/document-catalog-sidecar.js +0 -66
  473. package/dist/document-authoring/application/policies/document-catalog-sidecar.js.map +0 -1
  474. package/dist/document-authoring/application/policies/document-command-consumer-root.d.ts +0 -2
  475. package/dist/document-authoring/application/policies/document-command-consumer-root.d.ts.map +0 -1
  476. package/dist/document-authoring/application/policies/document-command-consumer-root.js +0 -15
  477. package/dist/document-authoring/application/policies/document-command-consumer-root.js.map +0 -1
  478. package/dist/document-authoring/application/policies/document-command-projection.d.ts +0 -20
  479. package/dist/document-authoring/application/policies/document-command-projection.d.ts.map +0 -1
  480. package/dist/document-authoring/application/policies/document-command-projection.js +0 -90
  481. package/dist/document-authoring/application/policies/document-command-projection.js.map +0 -1
  482. package/dist/document-authoring/application/policies/document-contract-digests.d.ts +0 -20
  483. package/dist/document-authoring/application/policies/document-contract-digests.d.ts.map +0 -1
  484. package/dist/document-authoring/application/policies/document-contract-digests.js +0 -329
  485. package/dist/document-authoring/application/policies/document-contract-digests.js.map +0 -1
  486. package/dist/document-authoring/application/policies/document-logical-preimage.d.ts +0 -14
  487. package/dist/document-authoring/application/policies/document-logical-preimage.d.ts.map +0 -1
  488. package/dist/document-authoring/application/policies/document-logical-preimage.js +0 -61
  489. package/dist/document-authoring/application/policies/document-logical-preimage.js.map +0 -1
  490. package/dist/document-authoring/application/policies/document-planning-policy-error.d.ts +0 -6
  491. package/dist/document-authoring/application/policies/document-planning-policy-error.d.ts.map +0 -1
  492. package/dist/document-authoring/application/policies/document-planning-policy-error.js +0 -9
  493. package/dist/document-authoring/application/policies/document-planning-policy-error.js.map +0 -1
  494. package/dist/document-authoring/application/policies/document-receipt-policy.d.ts +0 -5
  495. package/dist/document-authoring/application/policies/document-receipt-policy.d.ts.map +0 -1
  496. package/dist/document-authoring/application/policies/document-receipt-policy.js +0 -92
  497. package/dist/document-authoring/application/policies/document-receipt-policy.js.map +0 -1
  498. package/dist/document-authoring/application/policies/document-repository-path.d.ts +0 -3
  499. package/dist/document-authoring/application/policies/document-repository-path.d.ts.map +0 -1
  500. package/dist/document-authoring/application/policies/document-repository-path.js +0 -24
  501. package/dist/document-authoring/application/policies/document-repository-path.js.map +0 -1
  502. package/dist/document-authoring/application/policies/document-temporary-path.d.ts +0 -7
  503. package/dist/document-authoring/application/policies/document-temporary-path.d.ts.map +0 -1
  504. package/dist/document-authoring/application/policies/document-temporary-path.js +0 -34
  505. package/dist/document-authoring/application/policies/document-temporary-path.js.map +0 -1
  506. package/dist/document-authoring/application/policies/document-transaction-digests.d.ts +0 -5
  507. package/dist/document-authoring/application/policies/document-transaction-digests.d.ts.map +0 -1
  508. package/dist/document-authoring/application/policies/document-transaction-digests.js +0 -12
  509. package/dist/document-authoring/application/policies/document-transaction-digests.js.map +0 -1
  510. package/dist/document-authoring/application/policies/document-transaction-envelope-body.d.ts +0 -28
  511. package/dist/document-authoring/application/policies/document-transaction-envelope-body.d.ts.map +0 -1
  512. package/dist/document-authoring/application/policies/document-transaction-envelope-body.js +0 -140
  513. package/dist/document-authoring/application/policies/document-transaction-envelope-body.js.map +0 -1
  514. package/dist/document-authoring/application/policies/document-transaction-envelope-policy.d.ts +0 -4
  515. package/dist/document-authoring/application/policies/document-transaction-envelope-policy.d.ts.map +0 -1
  516. package/dist/document-authoring/application/policies/document-transaction-envelope-policy.js +0 -159
  517. package/dist/document-authoring/application/policies/document-transaction-envelope-policy.js.map +0 -1
  518. package/dist/document-authoring/application/policies/inspect-catalog-document.d.ts +0 -18
  519. package/dist/document-authoring/application/policies/inspect-catalog-document.d.ts.map +0 -1
  520. package/dist/document-authoring/application/policies/inspect-catalog-document.js +0 -126
  521. package/dist/document-authoring/application/policies/inspect-catalog-document.js.map +0 -1
  522. package/dist/document-authoring/application/policies/normalize-document-intent.d.ts +0 -3
  523. package/dist/document-authoring/application/policies/normalize-document-intent.d.ts.map +0 -1
  524. package/dist/document-authoring/application/policies/normalize-document-intent.js +0 -104
  525. package/dist/document-authoring/application/policies/normalize-document-intent.js.map +0 -1
  526. package/dist/document-authoring/application/policies/project-catalog-metadata.d.ts +0 -7
  527. package/dist/document-authoring/application/policies/project-catalog-metadata.d.ts.map +0 -1
  528. package/dist/document-authoring/application/policies/project-catalog-metadata.js +0 -165
  529. package/dist/document-authoring/application/policies/project-catalog-metadata.js.map +0 -1
  530. package/dist/document-authoring/application/policies/project-document-reachability.d.ts +0 -14
  531. package/dist/document-authoring/application/policies/project-document-reachability.d.ts.map +0 -1
  532. package/dist/document-authoring/application/policies/project-document-reachability.js +0 -57
  533. package/dist/document-authoring/application/policies/project-document-reachability.js.map +0 -1
  534. package/dist/document-authoring/application/policies/project-similar-document-advice.d.ts +0 -4
  535. package/dist/document-authoring/application/policies/project-similar-document-advice.d.ts.map +0 -1
  536. package/dist/document-authoring/application/policies/project-similar-document-advice.js +0 -17
  537. package/dist/document-authoring/application/policies/project-similar-document-advice.js.map +0 -1
  538. package/dist/document-authoring/application/policies/resolve-document-authoring.d.ts +0 -13
  539. package/dist/document-authoring/application/policies/resolve-document-authoring.d.ts.map +0 -1
  540. package/dist/document-authoring/application/policies/resolve-document-authoring.js +0 -154
  541. package/dist/document-authoring/application/policies/resolve-document-authoring.js.map +0 -1
  542. package/dist/document-authoring/application/policies/same-document-catalog-snapshot.d.ts +0 -3
  543. package/dist/document-authoring/application/policies/same-document-catalog-snapshot.d.ts.map +0 -1
  544. package/dist/document-authoring/application/policies/same-document-catalog-snapshot.js +0 -24
  545. package/dist/document-authoring/application/policies/same-document-catalog-snapshot.js.map +0 -1
  546. package/dist/document-authoring/application/ports/authoring-profile-reader.d.ts +0 -37
  547. package/dist/document-authoring/application/ports/authoring-profile-reader.d.ts.map +0 -1
  548. package/dist/document-authoring/application/ports/authoring-profile-reader.js +0 -2
  549. package/dist/document-authoring/application/ports/authoring-profile-reader.js.map +0 -1
  550. package/dist/document-authoring/application/ports/canonical-document-renderer.d.ts +0 -29
  551. package/dist/document-authoring/application/ports/canonical-document-renderer.d.ts.map +0 -1
  552. package/dist/document-authoring/application/ports/canonical-document-renderer.js +0 -2
  553. package/dist/document-authoring/application/ports/canonical-document-renderer.js.map +0 -1
  554. package/dist/document-authoring/application/ports/document-authority-recompiler.d.ts +0 -19
  555. package/dist/document-authoring/application/ports/document-authority-recompiler.d.ts.map +0 -1
  556. package/dist/document-authoring/application/ports/document-authority-recompiler.js +0 -2
  557. package/dist/document-authoring/application/ports/document-authority-recompiler.js.map +0 -1
  558. package/dist/document-authoring/application/ports/document-contract-validator.d.ts +0 -6
  559. package/dist/document-authoring/application/ports/document-contract-validator.d.ts.map +0 -1
  560. package/dist/document-authoring/application/ports/document-contract-validator.js +0 -2
  561. package/dist/document-authoring/application/ports/document-contract-validator.js.map +0 -1
  562. package/dist/document-authoring/application/ports/document-environment-inspector.d.ts +0 -12
  563. package/dist/document-authoring/application/ports/document-environment-inspector.d.ts.map +0 -1
  564. package/dist/document-authoring/application/ports/document-environment-inspector.js +0 -2
  565. package/dist/document-authoring/application/ports/document-environment-inspector.js.map +0 -1
  566. package/dist/document-authoring/application/ports/document-file-state.d.ts +0 -55
  567. package/dist/document-authoring/application/ports/document-file-state.d.ts.map +0 -1
  568. package/dist/document-authoring/application/ports/document-file-state.js +0 -2
  569. package/dist/document-authoring/application/ports/document-file-state.js.map +0 -1
  570. package/dist/document-authoring/application/ports/document-journal-store.d.ts +0 -31
  571. package/dist/document-authoring/application/ports/document-journal-store.d.ts.map +0 -1
  572. package/dist/document-authoring/application/ports/document-journal-store.js +0 -2
  573. package/dist/document-authoring/application/ports/document-journal-store.js.map +0 -1
  574. package/dist/document-authoring/application/ports/document-metadata-sidecar-reader.d.ts +0 -13
  575. package/dist/document-authoring/application/ports/document-metadata-sidecar-reader.d.ts.map +0 -1
  576. package/dist/document-authoring/application/ports/document-metadata-sidecar-reader.js +0 -2
  577. package/dist/document-authoring/application/ports/document-metadata-sidecar-reader.js.map +0 -1
  578. package/dist/document-authoring/application/ports/document-parent-materializer.d.ts +0 -24
  579. package/dist/document-authoring/application/ports/document-parent-materializer.d.ts.map +0 -1
  580. package/dist/document-authoring/application/ports/document-parent-materializer.js +0 -2
  581. package/dist/document-authoring/application/ports/document-parent-materializer.js.map +0 -1
  582. package/dist/document-authoring/application/ports/document-planning-profile-reader.d.ts +0 -9
  583. package/dist/document-authoring/application/ports/document-planning-profile-reader.d.ts.map +0 -1
  584. package/dist/document-authoring/application/ports/document-planning-profile-reader.js +0 -2
  585. package/dist/document-authoring/application/ports/document-planning-profile-reader.js.map +0 -1
  586. package/dist/document-authoring/application/ports/document-planning-state-reader.d.ts +0 -10
  587. package/dist/document-authoring/application/ports/document-planning-state-reader.d.ts.map +0 -1
  588. package/dist/document-authoring/application/ports/document-planning-state-reader.js +0 -2
  589. package/dist/document-authoring/application/ports/document-planning-state-reader.js.map +0 -1
  590. package/dist/document-authoring/application/ports/document-publisher.d.ts +0 -38
  591. package/dist/document-authoring/application/ports/document-publisher.d.ts.map +0 -1
  592. package/dist/document-authoring/application/ports/document-publisher.js +0 -2
  593. package/dist/document-authoring/application/ports/document-publisher.js.map +0 -1
  594. package/dist/document-authoring/application/ports/document-reachability-projector.d.ts +0 -13
  595. package/dist/document-authoring/application/ports/document-reachability-projector.d.ts.map +0 -1
  596. package/dist/document-authoring/application/ports/document-reachability-projector.js +0 -2
  597. package/dist/document-authoring/application/ports/document-reachability-projector.js.map +0 -1
  598. package/dist/document-authoring/application/ports/document-structure-verifier.d.ts +0 -17
  599. package/dist/document-authoring/application/ports/document-structure-verifier.d.ts.map +0 -1
  600. package/dist/document-authoring/application/ports/document-structure-verifier.js +0 -2
  601. package/dist/document-authoring/application/ports/document-structure-verifier.js.map +0 -1
  602. package/dist/document-authoring/application/ports/document-template-reader.d.ts +0 -9
  603. package/dist/document-authoring/application/ports/document-template-reader.d.ts.map +0 -1
  604. package/dist/document-authoring/application/ports/document-template-reader.js +0 -2
  605. package/dist/document-authoring/application/ports/document-template-reader.js.map +0 -1
  606. package/dist/document-authoring/application/ports/document-transaction-coordinator.d.ts +0 -21
  607. package/dist/document-authoring/application/ports/document-transaction-coordinator.d.ts.map +0 -1
  608. package/dist/document-authoring/application/ports/document-transaction-coordinator.js +0 -2
  609. package/dist/document-authoring/application/ports/document-transaction-coordinator.js.map +0 -1
  610. package/dist/document-authoring/application/ports/documentation-catalog-reader-v2.d.ts +0 -11
  611. package/dist/document-authoring/application/ports/documentation-catalog-reader-v2.d.ts.map +0 -1
  612. package/dist/document-authoring/application/ports/documentation-catalog-reader-v2.js +0 -2
  613. package/dist/document-authoring/application/ports/documentation-catalog-reader-v2.js.map +0 -1
  614. package/dist/document-authoring/application/ports/documentation-catalog-reader.d.ts +0 -11
  615. package/dist/document-authoring/application/ports/documentation-catalog-reader.d.ts.map +0 -1
  616. package/dist/document-authoring/application/ports/documentation-catalog-reader.js +0 -2
  617. package/dist/document-authoring/application/ports/documentation-catalog-reader.js.map +0 -1
  618. package/dist/document-authoring/application/ports/documentation-search-catalog-reader-v2.d.ts +0 -9
  619. package/dist/document-authoring/application/ports/documentation-search-catalog-reader-v2.d.ts.map +0 -1
  620. package/dist/document-authoring/application/ports/documentation-search-catalog-reader-v2.js +0 -2
  621. package/dist/document-authoring/application/ports/documentation-search-catalog-reader-v2.js.map +0 -1
  622. package/dist/document-authoring/application/ports/documentation-search-catalog-reader.d.ts +0 -10
  623. package/dist/document-authoring/application/ports/documentation-search-catalog-reader.d.ts.map +0 -1
  624. package/dist/document-authoring/application/ports/documentation-search-catalog-reader.js +0 -2
  625. package/dist/document-authoring/application/ports/documentation-search-catalog-reader.js.map +0 -1
  626. package/dist/document-authoring/application/ports/metadata-instance-validator.d.ts +0 -18
  627. package/dist/document-authoring/application/ports/metadata-instance-validator.d.ts.map +0 -1
  628. package/dist/document-authoring/application/ports/metadata-instance-validator.js +0 -2
  629. package/dist/document-authoring/application/ports/metadata-instance-validator.js.map +0 -1
  630. package/dist/document-authoring/application/ports/owner-membership-reader.d.ts +0 -14
  631. package/dist/document-authoring/application/ports/owner-membership-reader.d.ts.map +0 -1
  632. package/dist/document-authoring/application/ports/owner-membership-reader.js +0 -2
  633. package/dist/document-authoring/application/ports/owner-membership-reader.js.map +0 -1
  634. package/dist/document-authoring/application/ports/similar-document-advisor.d.ts +0 -17
  635. package/dist/document-authoring/application/ports/similar-document-advisor.d.ts.map +0 -1
  636. package/dist/document-authoring/application/ports/similar-document-advisor.js +0 -2
  637. package/dist/document-authoring/application/ports/similar-document-advisor.js.map +0 -1
  638. package/dist/document-authoring/application/projections/document-catalog-projections.d.ts +0 -3
  639. package/dist/document-authoring/application/projections/document-catalog-projections.d.ts.map +0 -1
  640. package/dist/document-authoring/application/projections/document-catalog-projections.js +0 -24
  641. package/dist/document-authoring/application/projections/document-catalog-projections.js.map +0 -1
  642. package/dist/document-authoring/application/use-cases/apply-document-plan.d.ts +0 -16
  643. package/dist/document-authoring/application/use-cases/apply-document-plan.d.ts.map +0 -1
  644. package/dist/document-authoring/application/use-cases/apply-document-plan.js +0 -311
  645. package/dist/document-authoring/application/use-cases/apply-document-plan.js.map +0 -1
  646. package/dist/document-authoring/application/use-cases/apply-document-recovery-receipt.d.ts +0 -14
  647. package/dist/document-authoring/application/use-cases/apply-document-recovery-receipt.d.ts.map +0 -1
  648. package/dist/document-authoring/application/use-cases/apply-document-recovery-receipt.js +0 -17
  649. package/dist/document-authoring/application/use-cases/apply-document-recovery-receipt.js.map +0 -1
  650. package/dist/document-authoring/application/use-cases/build-documentation-catalog.d.ts +0 -41
  651. package/dist/document-authoring/application/use-cases/build-documentation-catalog.d.ts.map +0 -1
  652. package/dist/document-authoring/application/use-cases/build-documentation-catalog.js +0 -259
  653. package/dist/document-authoring/application/use-cases/build-documentation-catalog.js.map +0 -1
  654. package/dist/document-authoring/application/use-cases/compile-document-plan.d.ts +0 -6
  655. package/dist/document-authoring/application/use-cases/compile-document-plan.d.ts.map +0 -1
  656. package/dist/document-authoring/application/use-cases/compile-document-plan.js +0 -200
  657. package/dist/document-authoring/application/use-cases/compile-document-plan.js.map +0 -1
  658. package/dist/document-authoring/application/use-cases/document-journal-reconciliation.d.ts +0 -18
  659. package/dist/document-authoring/application/use-cases/document-journal-reconciliation.d.ts.map +0 -1
  660. package/dist/document-authoring/application/use-cases/document-journal-reconciliation.js +0 -90
  661. package/dist/document-authoring/application/use-cases/document-journal-reconciliation.js.map +0 -1
  662. package/dist/document-authoring/application/use-cases/document-parent-materialization-continuation.d.ts +0 -3
  663. package/dist/document-authoring/application/use-cases/document-parent-materialization-continuation.d.ts.map +0 -1
  664. package/dist/document-authoring/application/use-cases/document-parent-materialization-continuation.js +0 -79
  665. package/dist/document-authoring/application/use-cases/document-parent-materialization-continuation.js.map +0 -1
  666. package/dist/document-authoring/application/use-cases/document-transaction-continuation.d.ts +0 -64
  667. package/dist/document-authoring/application/use-cases/document-transaction-continuation.d.ts.map +0 -1
  668. package/dist/document-authoring/application/use-cases/document-transaction-continuation.js +0 -283
  669. package/dist/document-authoring/application/use-cases/document-transaction-continuation.js.map +0 -1
  670. package/dist/document-authoring/application/use-cases/document-transaction-error.d.ts +0 -5
  671. package/dist/document-authoring/application/use-cases/document-transaction-error.d.ts.map +0 -1
  672. package/dist/document-authoring/application/use-cases/document-transaction-error.js +0 -9
  673. package/dist/document-authoring/application/use-cases/document-transaction-error.js.map +0 -1
  674. package/dist/document-authoring/application/use-cases/document-transaction-execution.d.ts +0 -9
  675. package/dist/document-authoring/application/use-cases/document-transaction-execution.d.ts.map +0 -1
  676. package/dist/document-authoring/application/use-cases/document-transaction-execution.js +0 -40
  677. package/dist/document-authoring/application/use-cases/document-transaction-execution.js.map +0 -1
  678. package/dist/document-authoring/application/use-cases/document-transaction-receipts.d.ts +0 -21
  679. package/dist/document-authoring/application/use-cases/document-transaction-receipts.d.ts.map +0 -1
  680. package/dist/document-authoring/application/use-cases/document-transaction-receipts.js +0 -180
  681. package/dist/document-authoring/application/use-cases/document-transaction-receipts.js.map +0 -1
  682. package/dist/document-authoring/application/use-cases/find-documents.d.ts +0 -20
  683. package/dist/document-authoring/application/use-cases/find-documents.d.ts.map +0 -1
  684. package/dist/document-authoring/application/use-cases/find-documents.js +0 -114
  685. package/dist/document-authoring/application/use-cases/find-documents.js.map +0 -1
  686. package/dist/document-authoring/application/use-cases/load-v2-profile-description.d.ts +0 -20
  687. package/dist/document-authoring/application/use-cases/load-v2-profile-description.d.ts.map +0 -1
  688. package/dist/document-authoring/application/use-cases/load-v2-profile-description.js +0 -14
  689. package/dist/document-authoring/application/use-cases/load-v2-profile-description.js.map +0 -1
  690. package/dist/document-authoring/application/use-cases/plan-documentation-document.d.ts +0 -74
  691. package/dist/document-authoring/application/use-cases/plan-documentation-document.d.ts.map +0 -1
  692. package/dist/document-authoring/application/use-cases/plan-documentation-document.js +0 -273
  693. package/dist/document-authoring/application/use-cases/plan-documentation-document.js.map +0 -1
  694. package/dist/document-authoring/application/use-cases/recapture-directory-receipt-evidence.d.ts +0 -8
  695. package/dist/document-authoring/application/use-cases/recapture-directory-receipt-evidence.d.ts.map +0 -1
  696. package/dist/document-authoring/application/use-cases/recapture-directory-receipt-evidence.js +0 -32
  697. package/dist/document-authoring/application/use-cases/recapture-directory-receipt-evidence.js.map +0 -1
  698. package/dist/document-authoring/application/use-cases/recover-document-transaction.d.ts +0 -10
  699. package/dist/document-authoring/application/use-cases/recover-document-transaction.d.ts.map +0 -1
  700. package/dist/document-authoring/application/use-cases/recover-document-transaction.js +0 -361
  701. package/dist/document-authoring/application/use-cases/recover-document-transaction.js.map +0 -1
  702. package/dist/document-authoring/application/use-cases/run-document-doctor.d.ts +0 -18
  703. package/dist/document-authoring/application/use-cases/run-document-doctor.d.ts.map +0 -1
  704. package/dist/document-authoring/application/use-cases/run-document-doctor.js +0 -171
  705. package/dist/document-authoring/application/use-cases/run-document-doctor.js.map +0 -1
  706. package/dist/document-authoring/application/use-cases/run-document-new.d.ts +0 -30
  707. package/dist/document-authoring/application/use-cases/run-document-new.d.ts.map +0 -1
  708. package/dist/document-authoring/application/use-cases/run-document-new.js +0 -221
  709. package/dist/document-authoring/application/use-cases/run-document-new.js.map +0 -1
  710. package/dist/document-authoring/application/use-cases/run-document-recover.d.ts +0 -21
  711. package/dist/document-authoring/application/use-cases/run-document-recover.d.ts.map +0 -1
  712. package/dist/document-authoring/application/use-cases/run-document-recover.js +0 -126
  713. package/dist/document-authoring/application/use-cases/run-document-recover.js.map +0 -1
  714. package/dist/document-authoring/composition/describe-document-authoring-profile-v2.d.ts +0 -14
  715. package/dist/document-authoring/composition/describe-document-authoring-profile-v2.d.ts.map +0 -1
  716. package/dist/document-authoring/composition/describe-document-authoring-profile-v2.js +0 -220
  717. package/dist/document-authoring/composition/describe-document-authoring-profile-v2.js.map +0 -1
  718. package/dist/document-authoring/composition/document-command-cli.d.ts +0 -7
  719. package/dist/document-authoring/composition/document-command-cli.d.ts.map +0 -1
  720. package/dist/document-authoring/composition/document-command-cli.js +0 -32
  721. package/dist/document-authoring/composition/document-command-cli.js.map +0 -1
  722. package/dist/document-authoring/composition/inspect-document-authoring-environment-v1.d.ts +0 -7
  723. package/dist/document-authoring/composition/inspect-document-authoring-environment-v1.d.ts.map +0 -1
  724. package/dist/document-authoring/composition/inspect-document-authoring-environment-v1.js +0 -10
  725. package/dist/document-authoring/composition/inspect-document-authoring-environment-v1.js.map +0 -1
  726. package/dist/document-authoring/composition/inspect-document-transaction.d.ts +0 -10
  727. package/dist/document-authoring/composition/inspect-document-transaction.d.ts.map +0 -1
  728. package/dist/document-authoring/composition/inspect-document-transaction.js +0 -214
  729. package/dist/document-authoring/composition/inspect-document-transaction.js.map +0 -1
  730. package/dist/document-authoring/composition/node-document-authority-recompiler.d.ts +0 -11
  731. package/dist/document-authoring/composition/node-document-authority-recompiler.d.ts.map +0 -1
  732. package/dist/document-authoring/composition/node-document-authority-recompiler.js +0 -81
  733. package/dist/document-authoring/composition/node-document-authority-recompiler.js.map +0 -1
  734. package/dist/document-authoring/composition/node-document-commands.d.ts +0 -10
  735. package/dist/document-authoring/composition/node-document-commands.d.ts.map +0 -1
  736. package/dist/document-authoring/composition/node-document-commands.js +0 -68
  737. package/dist/document-authoring/composition/node-document-commands.js.map +0 -1
  738. package/dist/document-authoring/composition/node-document-planning.d.ts +0 -7
  739. package/dist/document-authoring/composition/node-document-planning.d.ts.map +0 -1
  740. package/dist/document-authoring/composition/node-document-planning.js +0 -99
  741. package/dist/document-authoring/composition/node-document-planning.js.map +0 -1
  742. package/dist/document-authoring/composition/node-document-writing-private.d.ts +0 -15
  743. package/dist/document-authoring/composition/node-document-writing-private.d.ts.map +0 -1
  744. package/dist/document-authoring/composition/node-document-writing-private.js +0 -54
  745. package/dist/document-authoring/composition/node-document-writing-private.js.map +0 -1
  746. package/dist/document-authoring/composition/node-document-writing.d.ts +0 -8
  747. package/dist/document-authoring/composition/node-document-writing.d.ts.map +0 -1
  748. package/dist/document-authoring/composition/node-document-writing.js +0 -10
  749. package/dist/document-authoring/composition/node-document-writing.js.map +0 -1
  750. package/dist/document-authoring/document-catalog-error.d.ts +0 -6
  751. package/dist/document-authoring/document-catalog-error.d.ts.map +0 -1
  752. package/dist/document-authoring/document-catalog-error.js +0 -9
  753. package/dist/document-authoring/document-catalog-error.js.map +0 -1
  754. package/dist/document-authoring/document-planning-error.d.ts +0 -6
  755. package/dist/document-authoring/document-planning-error.d.ts.map +0 -1
  756. package/dist/document-authoring/document-planning-error.js +0 -9
  757. package/dist/document-authoring/document-planning-error.js.map +0 -1
  758. package/dist/document-authoring/find-command.d.ts +0 -37
  759. package/dist/document-authoring/find-command.d.ts.map +0 -1
  760. package/dist/document-authoring/find-command.js +0 -180
  761. package/dist/document-authoring/find-command.js.map +0 -1
  762. package/dist/document-authoring/index.d.ts +0 -61
  763. package/dist/document-authoring/index.d.ts.map +0 -1
  764. package/dist/document-authoring/index.js +0 -94
  765. package/dist/document-authoring/index.js.map +0 -1
  766. package/dist/document-authoring/qualification/index.d.ts +0 -22
  767. package/dist/document-authoring/qualification/index.d.ts.map +0 -1
  768. package/dist/document-authoring/qualification/index.js +0 -131
  769. package/dist/document-authoring/qualification/index.js.map +0 -1
  770. package/dist/document-command.d.ts +0 -12
  771. package/dist/document-command.d.ts.map +0 -1
  772. package/dist/document-command.js +0 -105
  773. package/dist/document-command.js.map +0 -1
  774. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-document-reader.d.ts +0 -14
  775. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-document-reader.d.ts.map +0 -1
  776. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-document-reader.js +0 -108
  777. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-document-reader.js.map +0 -1
  778. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-filesystem.d.ts +0 -14
  779. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-filesystem.d.ts.map +0 -1
  780. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-filesystem.js +0 -61
  781. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-filesystem.js.map +0 -1
  782. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-paths.d.ts +0 -8
  783. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-paths.d.ts.map +0 -1
  784. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-paths.js +0 -44
  785. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-paths.js.map +0 -1
  786. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-reference-resolver.d.ts +0 -6
  787. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-reference-resolver.d.ts.map +0 -1
  788. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-reference-resolver.js +0 -160
  789. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-reference-resolver.js.map +0 -1
  790. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-repository.d.ts +0 -8
  791. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-repository.d.ts.map +0 -1
  792. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-repository.js +0 -13
  793. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-repository.js.map +0 -1
  794. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-tree-observer.d.ts +0 -6
  795. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-tree-observer.d.ts.map +0 -1
  796. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-tree-observer.js +0 -260
  797. package/dist/documentation-observation/adapters/outbound/filesystem/filesystem-markdown-tree-observer.js.map +0 -1
  798. package/dist/documentation-observation/adapters/outbound/filesystem/markdown-document-parser.d.ts +0 -3
  799. package/dist/documentation-observation/adapters/outbound/filesystem/markdown-document-parser.d.ts.map +0 -1
  800. package/dist/documentation-observation/adapters/outbound/filesystem/markdown-document-parser.js +0 -260
  801. package/dist/documentation-observation/adapters/outbound/filesystem/markdown-document-parser.js.map +0 -1
  802. package/dist/documentation-observation/adapters/outbound/filesystem/markdown-reference-target.d.ts +0 -15
  803. package/dist/documentation-observation/adapters/outbound/filesystem/markdown-reference-target.d.ts.map +0 -1
  804. package/dist/documentation-observation/adapters/outbound/filesystem/markdown-reference-target.js +0 -59
  805. package/dist/documentation-observation/adapters/outbound/filesystem/markdown-reference-target.js.map +0 -1
  806. package/dist/documentation-observation/application/model/markdown-document.d.ts +0 -70
  807. package/dist/documentation-observation/application/model/markdown-document.d.ts.map +0 -1
  808. package/dist/documentation-observation/application/model/markdown-document.js +0 -10
  809. package/dist/documentation-observation/application/model/markdown-document.js.map +0 -1
  810. package/dist/documentation-observation/application/ports/markdown-repository.d.ts +0 -18
  811. package/dist/documentation-observation/application/ports/markdown-repository.d.ts.map +0 -1
  812. package/dist/documentation-observation/application/ports/markdown-repository.js +0 -2
  813. package/dist/documentation-observation/application/ports/markdown-repository.js.map +0 -1
  814. package/dist/legacy-docs-cli-deprecation.d.ts +0 -10
  815. package/dist/legacy-docs-cli-deprecation.d.ts.map +0 -1
  816. package/dist/legacy-docs-cli-deprecation.js +0 -36
  817. package/dist/legacy-docs-cli-deprecation.js.map +0 -1
  818. package/dist/mutation/index.d.ts +0 -19
  819. package/dist/mutation/index.d.ts.map +0 -1
  820. package/dist/mutation/index.js +0 -5
  821. package/dist/mutation/index.js.map +0 -1
  822. package/dist/mutation/qualification/index.d.ts +0 -10
  823. package/dist/mutation/qualification/index.d.ts.map +0 -1
  824. package/dist/mutation/qualification/index.js +0 -6
  825. package/dist/mutation/qualification/index.js.map +0 -1
  826. package/dist/repository-mutation/adapters/node/node-absent-file-publication-private.d.ts +0 -19
  827. package/dist/repository-mutation/adapters/node/node-absent-file-publication-private.d.ts.map +0 -1
  828. package/dist/repository-mutation/adapters/node/node-absent-file-publication-private.js +0 -74
  829. package/dist/repository-mutation/adapters/node/node-absent-file-publication-private.js.map +0 -1
  830. package/dist/repository-mutation/adapters/node/node-absent-file-publication.d.ts +0 -33
  831. package/dist/repository-mutation/adapters/node/node-absent-file-publication.d.ts.map +0 -1
  832. package/dist/repository-mutation/adapters/node/node-absent-file-publication.js +0 -174
  833. package/dist/repository-mutation/adapters/node/node-absent-file-publication.js.map +0 -1
  834. package/dist/repository-mutation/adapters/node/node-bounded-regular-file.d.ts +0 -22
  835. package/dist/repository-mutation/adapters/node/node-bounded-regular-file.d.ts.map +0 -1
  836. package/dist/repository-mutation/adapters/node/node-bounded-regular-file.js +0 -131
  837. package/dist/repository-mutation/adapters/node/node-bounded-regular-file.js.map +0 -1
  838. package/dist/repository-mutation/adapters/node/node-cleanup-owned-temporary.d.ts +0 -26
  839. package/dist/repository-mutation/adapters/node/node-cleanup-owned-temporary.d.ts.map +0 -1
  840. package/dist/repository-mutation/adapters/node/node-cleanup-owned-temporary.js +0 -172
  841. package/dist/repository-mutation/adapters/node/node-cleanup-owned-temporary.js.map +0 -1
  842. package/dist/repository-mutation/adapters/node/node-create-and-bind-directory.d.ts +0 -15
  843. package/dist/repository-mutation/adapters/node/node-create-and-bind-directory.d.ts.map +0 -1
  844. package/dist/repository-mutation/adapters/node/node-create-and-bind-directory.js +0 -23
  845. package/dist/repository-mutation/adapters/node/node-create-and-bind-directory.js.map +0 -1
  846. package/dist/repository-mutation/adapters/node/node-directory-durability.d.ts +0 -18
  847. package/dist/repository-mutation/adapters/node/node-directory-durability.d.ts.map +0 -1
  848. package/dist/repository-mutation/adapters/node/node-directory-durability.js +0 -47
  849. package/dist/repository-mutation/adapters/node/node-directory-durability.js.map +0 -1
  850. package/dist/repository-mutation/adapters/node/node-directory-materialization.d.ts +0 -37
  851. package/dist/repository-mutation/adapters/node/node-directory-materialization.d.ts.map +0 -1
  852. package/dist/repository-mutation/adapters/node/node-directory-materialization.js +0 -224
  853. package/dist/repository-mutation/adapters/node/node-directory-materialization.js.map +0 -1
  854. package/dist/repository-mutation/adapters/node/node-existing-repository-ancestors.d.ts +0 -13
  855. package/dist/repository-mutation/adapters/node/node-existing-repository-ancestors.d.ts.map +0 -1
  856. package/dist/repository-mutation/adapters/node/node-existing-repository-ancestors.js +0 -67
  857. package/dist/repository-mutation/adapters/node/node-existing-repository-ancestors.js.map +0 -1
  858. package/dist/repository-mutation/adapters/node/node-known-file-apply-effects.d.ts +0 -84
  859. package/dist/repository-mutation/adapters/node/node-known-file-apply-effects.d.ts.map +0 -1
  860. package/dist/repository-mutation/adapters/node/node-known-file-apply-effects.js +0 -232
  861. package/dist/repository-mutation/adapters/node/node-known-file-apply-effects.js.map +0 -1
  862. package/dist/repository-mutation/adapters/node/node-known-file-apply-faults.d.ts +0 -9
  863. package/dist/repository-mutation/adapters/node/node-known-file-apply-faults.d.ts.map +0 -1
  864. package/dist/repository-mutation/adapters/node/node-known-file-apply-faults.js +0 -2
  865. package/dist/repository-mutation/adapters/node/node-known-file-apply-faults.js.map +0 -1
  866. package/dist/repository-mutation/adapters/node/node-known-file-apply-observation.d.ts +0 -6
  867. package/dist/repository-mutation/adapters/node/node-known-file-apply-observation.d.ts.map +0 -1
  868. package/dist/repository-mutation/adapters/node/node-known-file-apply-observation.js +0 -30
  869. package/dist/repository-mutation/adapters/node/node-known-file-apply-observation.js.map +0 -1
  870. package/dist/repository-mutation/adapters/node/node-known-file-apply-operation.d.ts +0 -11
  871. package/dist/repository-mutation/adapters/node/node-known-file-apply-operation.d.ts.map +0 -1
  872. package/dist/repository-mutation/adapters/node/node-known-file-apply-operation.js +0 -159
  873. package/dist/repository-mutation/adapters/node/node-known-file-apply-operation.js.map +0 -1
  874. package/dist/repository-mutation/adapters/node/node-known-file-apply-state.d.ts +0 -9
  875. package/dist/repository-mutation/adapters/node/node-known-file-apply-state.d.ts.map +0 -1
  876. package/dist/repository-mutation/adapters/node/node-known-file-apply-state.js +0 -21
  877. package/dist/repository-mutation/adapters/node/node-known-file-apply-state.js.map +0 -1
  878. package/dist/repository-mutation/adapters/node/node-known-file-recovery-cleanup.d.ts +0 -9
  879. package/dist/repository-mutation/adapters/node/node-known-file-recovery-cleanup.d.ts.map +0 -1
  880. package/dist/repository-mutation/adapters/node/node-known-file-recovery-cleanup.js +0 -203
  881. package/dist/repository-mutation/adapters/node/node-known-file-recovery-cleanup.js.map +0 -1
  882. package/dist/repository-mutation/adapters/node/node-known-file-recovery-executor.d.ts +0 -17
  883. package/dist/repository-mutation/adapters/node/node-known-file-recovery-executor.d.ts.map +0 -1
  884. package/dist/repository-mutation/adapters/node/node-known-file-recovery-executor.js +0 -22
  885. package/dist/repository-mutation/adapters/node/node-known-file-recovery-executor.js.map +0 -1
  886. package/dist/repository-mutation/adapters/node/node-known-file-recovery-filesystem.d.ts +0 -28
  887. package/dist/repository-mutation/adapters/node/node-known-file-recovery-filesystem.d.ts.map +0 -1
  888. package/dist/repository-mutation/adapters/node/node-known-file-recovery-filesystem.js +0 -194
  889. package/dist/repository-mutation/adapters/node/node-known-file-recovery-filesystem.js.map +0 -1
  890. package/dist/repository-mutation/adapters/node/node-known-file-recovery-observation.d.ts +0 -15
  891. package/dist/repository-mutation/adapters/node/node-known-file-recovery-observation.d.ts.map +0 -1
  892. package/dist/repository-mutation/adapters/node/node-known-file-recovery-observation.js +0 -47
  893. package/dist/repository-mutation/adapters/node/node-known-file-recovery-observation.js.map +0 -1
  894. package/dist/repository-mutation/adapters/node/node-known-file-recovery-preimage-captured-cleanup.d.ts +0 -29
  895. package/dist/repository-mutation/adapters/node/node-known-file-recovery-preimage-captured-cleanup.d.ts.map +0 -1
  896. package/dist/repository-mutation/adapters/node/node-known-file-recovery-preimage-captured-cleanup.js +0 -72
  897. package/dist/repository-mutation/adapters/node/node-known-file-recovery-preimage-captured-cleanup.js.map +0 -1
  898. package/dist/repository-mutation/adapters/node/node-known-file-recovery-preimage-captured.d.ts +0 -31
  899. package/dist/repository-mutation/adapters/node/node-known-file-recovery-preimage-captured.d.ts.map +0 -1
  900. package/dist/repository-mutation/adapters/node/node-known-file-recovery-preimage-captured.js +0 -254
  901. package/dist/repository-mutation/adapters/node/node-known-file-recovery-preimage-captured.js.map +0 -1
  902. package/dist/repository-mutation/adapters/node/node-known-file-recovery-preimage.d.ts +0 -13
  903. package/dist/repository-mutation/adapters/node/node-known-file-recovery-preimage.d.ts.map +0 -1
  904. package/dist/repository-mutation/adapters/node/node-known-file-recovery-preimage.js +0 -210
  905. package/dist/repository-mutation/adapters/node/node-known-file-recovery-preimage.js.map +0 -1
  906. package/dist/repository-mutation/adapters/node/node-known-file-recovery-retirement.d.ts +0 -15
  907. package/dist/repository-mutation/adapters/node/node-known-file-recovery-retirement.d.ts.map +0 -1
  908. package/dist/repository-mutation/adapters/node/node-known-file-recovery-retirement.js +0 -172
  909. package/dist/repository-mutation/adapters/node/node-known-file-recovery-retirement.js.map +0 -1
  910. package/dist/repository-mutation/adapters/node/node-known-file-recovery-state.d.ts +0 -12
  911. package/dist/repository-mutation/adapters/node/node-known-file-recovery-state.d.ts.map +0 -1
  912. package/dist/repository-mutation/adapters/node/node-known-file-recovery-state.js +0 -17
  913. package/dist/repository-mutation/adapters/node/node-known-file-recovery-state.js.map +0 -1
  914. package/dist/repository-mutation/adapters/node/node-known-file-transaction-filesystem.d.ts +0 -25
  915. package/dist/repository-mutation/adapters/node/node-known-file-transaction-filesystem.d.ts.map +0 -1
  916. package/dist/repository-mutation/adapters/node/node-known-file-transaction-filesystem.js +0 -129
  917. package/dist/repository-mutation/adapters/node/node-known-file-transaction-filesystem.js.map +0 -1
  918. package/dist/repository-mutation/adapters/node/node-known-file-transaction-inspection.d.ts +0 -12
  919. package/dist/repository-mutation/adapters/node/node-known-file-transaction-inspection.d.ts.map +0 -1
  920. package/dist/repository-mutation/adapters/node/node-known-file-transaction-inspection.js +0 -46
  921. package/dist/repository-mutation/adapters/node/node-known-file-transaction-inspection.js.map +0 -1
  922. package/dist/repository-mutation/adapters/node/node-known-file-transaction-journal-store.d.ts +0 -21
  923. package/dist/repository-mutation/adapters/node/node-known-file-transaction-journal-store.d.ts.map +0 -1
  924. package/dist/repository-mutation/adapters/node/node-known-file-transaction-journal-store.js +0 -178
  925. package/dist/repository-mutation/adapters/node/node-known-file-transaction-journal-store.js.map +0 -1
  926. package/dist/repository-mutation/adapters/node/node-known-file-transaction-lease-release.d.ts +0 -14
  927. package/dist/repository-mutation/adapters/node/node-known-file-transaction-lease-release.d.ts.map +0 -1
  928. package/dist/repository-mutation/adapters/node/node-known-file-transaction-lease-release.js +0 -23
  929. package/dist/repository-mutation/adapters/node/node-known-file-transaction-lease-release.js.map +0 -1
  930. package/dist/repository-mutation/adapters/node/node-known-file-transaction-receipt.d.ts +0 -4
  931. package/dist/repository-mutation/adapters/node/node-known-file-transaction-receipt.d.ts.map +0 -1
  932. package/dist/repository-mutation/adapters/node/node-known-file-transaction-receipt.js +0 -43
  933. package/dist/repository-mutation/adapters/node/node-known-file-transaction-receipt.js.map +0 -1
  934. package/dist/repository-mutation/adapters/node/node-known-file-transaction-recovery.d.ts +0 -8
  935. package/dist/repository-mutation/adapters/node/node-known-file-transaction-recovery.d.ts.map +0 -1
  936. package/dist/repository-mutation/adapters/node/node-known-file-transaction-recovery.js +0 -57
  937. package/dist/repository-mutation/adapters/node/node-known-file-transaction-recovery.js.map +0 -1
  938. package/dist/repository-mutation/adapters/node/node-known-file-transaction.d.ts +0 -14
  939. package/dist/repository-mutation/adapters/node/node-known-file-transaction.d.ts.map +0 -1
  940. package/dist/repository-mutation/adapters/node/node-known-file-transaction.js +0 -138
  941. package/dist/repository-mutation/adapters/node/node-known-file-transaction.js.map +0 -1
  942. package/dist/repository-mutation/adapters/node/node-prepare-exact-sibling-temporary.d.ts +0 -15
  943. package/dist/repository-mutation/adapters/node/node-prepare-exact-sibling-temporary.d.ts.map +0 -1
  944. package/dist/repository-mutation/adapters/node/node-prepare-exact-sibling-temporary.js +0 -27
  945. package/dist/repository-mutation/adapters/node/node-prepare-exact-sibling-temporary.js.map +0 -1
  946. package/dist/repository-mutation/adapters/node/node-publish-prepared-absent-file.d.ts +0 -28
  947. package/dist/repository-mutation/adapters/node/node-publish-prepared-absent-file.d.ts.map +0 -1
  948. package/dist/repository-mutation/adapters/node/node-publish-prepared-absent-file.js +0 -47
  949. package/dist/repository-mutation/adapters/node/node-publish-prepared-absent-file.js.map +0 -1
  950. package/dist/repository-mutation/adapters/node/node-repository-path.d.ts +0 -2
  951. package/dist/repository-mutation/adapters/node/node-repository-path.d.ts.map +0 -1
  952. package/dist/repository-mutation/adapters/node/node-repository-path.js +0 -7
  953. package/dist/repository-mutation/adapters/node/node-repository-path.js.map +0 -1
  954. package/dist/repository-mutation/adapters/node/node-terminal-evidence-directory.d.ts +0 -22
  955. package/dist/repository-mutation/adapters/node/node-terminal-evidence-directory.d.ts.map +0 -1
  956. package/dist/repository-mutation/adapters/node/node-terminal-evidence-directory.js +0 -59
  957. package/dist/repository-mutation/adapters/node/node-terminal-evidence-directory.js.map +0 -1
  958. package/dist/repository-mutation/application/model/directory-materialization.d.ts +0 -35
  959. package/dist/repository-mutation/application/model/directory-materialization.d.ts.map +0 -1
  960. package/dist/repository-mutation/application/model/directory-materialization.js +0 -11
  961. package/dist/repository-mutation/application/model/directory-materialization.js.map +0 -1
  962. package/dist/repository-mutation/application/model/exact-postimage.d.ts +0 -17
  963. package/dist/repository-mutation/application/model/exact-postimage.d.ts.map +0 -1
  964. package/dist/repository-mutation/application/model/exact-postimage.js +0 -11
  965. package/dist/repository-mutation/application/model/exact-postimage.js.map +0 -1
  966. package/dist/repository-mutation/application/model/known-file-transaction-journal.d.ts +0 -63
  967. package/dist/repository-mutation/application/model/known-file-transaction-journal.d.ts.map +0 -1
  968. package/dist/repository-mutation/application/model/known-file-transaction-journal.js +0 -15
  969. package/dist/repository-mutation/application/model/known-file-transaction-journal.js.map +0 -1
  970. package/dist/repository-mutation/application/model/known-file-transaction.d.ts +0 -64
  971. package/dist/repository-mutation/application/model/known-file-transaction.d.ts.map +0 -1
  972. package/dist/repository-mutation/application/model/known-file-transaction.js +0 -2
  973. package/dist/repository-mutation/application/model/known-file-transaction.js.map +0 -1
  974. package/dist/repository-mutation/application/model/path-identity.d.ts +0 -7
  975. package/dist/repository-mutation/application/model/path-identity.d.ts.map +0 -1
  976. package/dist/repository-mutation/application/model/path-identity.js +0 -2
  977. package/dist/repository-mutation/application/model/path-identity.js.map +0 -1
  978. package/dist/repository-mutation/application/model/repository-path.d.ts +0 -8
  979. package/dist/repository-mutation/application/model/repository-path.d.ts.map +0 -1
  980. package/dist/repository-mutation/application/model/repository-path.js +0 -74
  981. package/dist/repository-mutation/application/model/repository-path.js.map +0 -1
  982. package/dist/repository-mutation/application/policies/classify-known-file-recovery-transition.d.ts +0 -25
  983. package/dist/repository-mutation/application/policies/classify-known-file-recovery-transition.d.ts.map +0 -1
  984. package/dist/repository-mutation/application/policies/classify-known-file-recovery-transition.js +0 -19
  985. package/dist/repository-mutation/application/policies/classify-known-file-recovery-transition.js.map +0 -1
  986. package/dist/repository-mutation/application/policies/known-file-transaction-envelope.d.ts +0 -8
  987. package/dist/repository-mutation/application/policies/known-file-transaction-envelope.d.ts.map +0 -1
  988. package/dist/repository-mutation/application/policies/known-file-transaction-envelope.js +0 -241
  989. package/dist/repository-mutation/application/policies/known-file-transaction-envelope.js.map +0 -1
  990. package/dist/repository-mutation/application/policies/known-file-transaction-plan.d.ts +0 -7
  991. package/dist/repository-mutation/application/policies/known-file-transaction-plan.d.ts.map +0 -1
  992. package/dist/repository-mutation/application/policies/known-file-transaction-plan.js +0 -215
  993. package/dist/repository-mutation/application/policies/known-file-transaction-plan.js.map +0 -1
  994. package/dist/repository-mutation/application/ports/owned-temporary-cleanup-transition.d.ts +0 -7
  995. package/dist/repository-mutation/application/ports/owned-temporary-cleanup-transition.d.ts.map +0 -1
  996. package/dist/repository-mutation/application/ports/owned-temporary-cleanup-transition.js +0 -2
  997. package/dist/repository-mutation/application/ports/owned-temporary-cleanup-transition.js.map +0 -1
  998. package/dist/scaffolding/adapters/node/filesystem-journal.d.ts +0 -17
  999. package/dist/scaffolding/adapters/node/filesystem-journal.d.ts.map +0 -1
  1000. package/dist/scaffolding/adapters/node/filesystem-journal.js +0 -176
  1001. package/dist/scaffolding/adapters/node/filesystem-journal.js.map +0 -1
  1002. package/dist/scaffolding/adapters/node/node-scaffold-journal-reconciliation.d.ts +0 -15
  1003. package/dist/scaffolding/adapters/node/node-scaffold-journal-reconciliation.d.ts.map +0 -1
  1004. package/dist/scaffolding/adapters/node/node-scaffold-journal-reconciliation.js +0 -29
  1005. package/dist/scaffolding/adapters/node/node-scaffold-journal-reconciliation.js.map +0 -1
  1006. package/schemas/document-authoring-profile/v1.schema.json +0 -265
  1007. package/schemas/document-authoring-profile/v2.schema.json +0 -168
  1008. package/schemas/document-authoring-profile/v3.schema.json +0 -200
  1009. package/schemas/document-command-envelope/v1.schema.json +0 -161
  1010. package/schemas/document-command-envelope/v2.schema.json +0 -205
  1011. package/schemas/document-intent/v1.schema.json +0 -102
  1012. package/schemas/document-parent-materialization/v2.schema.json +0 -65
  1013. package/schemas/document-plan/v1.schema.json +0 -162
  1014. package/schemas/document-plan/v2.schema.json +0 -85
  1015. package/schemas/document-receipt/v1.schema.json +0 -141
  1016. package/schemas/document-receipt/v2.schema.json +0 -108
  1017. package/schemas/foundation-transaction-envelope/v3.schema.json +0 -169
  1018. package/schemas/foundation-transaction-envelope/v4.schema.json +0 -164
  1019. package/schemas/foundation-transaction-envelope/v5.schema.json +0 -94
  1020. package/schemas/known-file-transaction-plan/v1.schema.json +0 -65
  1021. package/schemas/known-file-transaction-receipt/v1.schema.json +0 -36
@@ -1,19 +1,12 @@
1
- import { glob, realpath } from "node:fs/promises";
2
- import { isAbsolute, posix, relative, resolve, sep } from "node:path";
1
+ import { opendir } from "node:fs/promises";
2
+ import { isAbsolute, join, posix, sep } from "node:path";
3
3
  import { compareBinaryStrings } from "../../../../binary-string-comparator.js";
4
4
  import { CapabilityInputError } from "../../../../capability-runtime.js";
5
- import { ContainedFileReadError, pathTraversesSymbolicLink, readContainedRegularFile } from "../../../../filesystem-path-safety.js";
6
5
  import { assertNotCancelled, loadStrictYamlFile } from "../../../../strict-yaml.js";
7
- import { DEPENDENCY_SECTIONS } from "../../../application/model/workspace-inventory.js";
8
- const MAX_MANIFEST_BYTES = 2 * 1024 * 1024;
6
+ import { readPnpmPackageManifestSnapshots } from "./pnpm-package-manifest-snapshot-reader.js";
9
7
  const MAX_WORKSPACE_PACKAGES = 5_000;
10
- const READ_CONCURRENCY = 32;
11
- const IGNORED_GLOBS = [
12
- "**/.git/**",
13
- "**/node_modules/**",
14
- "**/dist/**",
15
- "**/coverage/**"
16
- ];
8
+ const MAX_WORKSPACE_DISCOVERY_ENTRIES = 500_000;
9
+ const IGNORED_DIRECTORY_NAMES = new Set([".git", "node_modules"]);
17
10
  function inputError(code, message, phase) {
18
11
  throw new CapabilityInputError({ code, message, phase, retryable: false });
19
12
  }
@@ -23,9 +16,48 @@ function isRecord(value) {
23
16
  function toPosixPath(path) {
24
17
  return path.split(sep).join("/");
25
18
  }
19
+ function validatedGlobManifestPath(candidate) {
20
+ const repositoryPath = toPosixPath(candidate);
21
+ const segments = repositoryPath.split("/");
22
+ if (isAbsolute(candidate) ||
23
+ posix.isAbsolute(repositoryPath) ||
24
+ /^[A-Za-z]:/u.test(repositoryPath) ||
25
+ repositoryPath.startsWith("//") ||
26
+ segments.some((segment) => segment.length === 0 || segment === "." || segment === "..") ||
27
+ posix.normalize(repositoryPath) !== repositoryPath ||
28
+ posix.basename(repositoryPath) !== "package.json") {
29
+ inputError("WORKSPACE_GLOB_CANDIDATE_INVALID", "Workspace discovery returned a non-contained package manifest candidate.", "workspace-discovery");
30
+ }
31
+ return repositoryPath;
32
+ }
26
33
  function portablePathIdentity(path) {
27
34
  return path.normalize("NFC").toLocaleLowerCase("en-US");
28
35
  }
36
+ function assertPatternDirectoryIdentity(patterns, directoriesByIdentity) {
37
+ for (const pattern of patterns) {
38
+ const segments = (pattern.startsWith("!") ? pattern.slice(1) : pattern).split("/");
39
+ const literalSegments = [];
40
+ for (const segment of segments) {
41
+ if (/[*?[\]{}()]/u.test(segment)) {
42
+ break;
43
+ }
44
+ literalSegments.push(segment);
45
+ const literalPath = literalSegments.join("/");
46
+ const discovered = directoriesByIdentity.get(portablePathIdentity(literalPath));
47
+ if (discovered !== undefined && discovered !== literalPath) {
48
+ inputError("PACKAGE_PATH_CASE_COLLISION", `Workspace pattern and package directory paths differ only by portable identity: ${literalPath} and ${discovered}.`, "workspace-discovery");
49
+ }
50
+ }
51
+ }
52
+ }
53
+ function recordWorkspaceDirectory(directoriesByIdentity, repositoryPath) {
54
+ const identity = portablePathIdentity(repositoryPath);
55
+ const existing = directoriesByIdentity.get(identity);
56
+ if (existing !== undefined && existing !== repositoryPath) {
57
+ inputError("PACKAGE_PATH_CASE_COLLISION", `Workspace package directories differ only by portable identity: ${existing} and ${repositoryPath}.`, "workspace-discovery");
58
+ }
59
+ directoriesByIdentity.set(identity, repositoryPath);
60
+ }
29
61
  function validateWorkspacePatterns(value) {
30
62
  if (value === undefined) {
31
63
  return [];
@@ -51,154 +83,6 @@ function stringRecord(value, field, phase) {
51
83
  }
52
84
  return value;
53
85
  }
54
- function optionalStringArray(value, field) {
55
- if (value === undefined) {
56
- return [];
57
- }
58
- if (!Array.isArray(value) || value.some((entry) => typeof entry !== "string")) {
59
- inputError("PACKAGE_MANIFEST_INVALID", `${field} must be an array of package names.`, "package-manifest");
60
- }
61
- return value;
62
- }
63
- function targetAvailability(value, field) {
64
- if (value === null) {
65
- return "blocked";
66
- }
67
- if (typeof value === "string") {
68
- return "available";
69
- }
70
- if (Array.isArray(value)) {
71
- if (value.length === 0) {
72
- inputError("PACKAGE_EXPORTS_INVALID", `${field} export target array cannot be empty.`, "package-manifest");
73
- }
74
- return value.some((entry) => targetAvailability(entry, field) === "available")
75
- ? "available"
76
- : "blocked";
77
- }
78
- if (isRecord(value)) {
79
- const entries = Object.entries(value);
80
- if (entries.length === 0 || entries.some(([condition]) => condition.length === 0)) {
81
- inputError("PACKAGE_EXPORTS_INVALID", `${field} conditional export target is invalid.`, "package-manifest");
82
- }
83
- return entries.some(([condition, target]) => condition !== "" && targetAvailability(target, `${field}.${condition}`) === "available")
84
- ? "available"
85
- : "blocked";
86
- }
87
- inputError("PACKAGE_EXPORTS_INVALID", `${field} export target must be a string, null, array, or condition object.`, "package-manifest");
88
- }
89
- function normalizeExportSurface(value, manifestPath) {
90
- if (value === undefined) {
91
- return { explicit: false, entries: [] };
92
- }
93
- const entries = [];
94
- if (isRecord(value)) {
95
- const keys = Object.keys(value);
96
- if (keys.length === 0) {
97
- return { explicit: true, entries: [] };
98
- }
99
- const subpathKeys = keys.filter((key) => key.startsWith("."));
100
- if (subpathKeys.length > 0 && subpathKeys.length !== keys.length) {
101
- inputError("PACKAGE_EXPORTS_INVALID", `${manifestPath} exports cannot mix subpaths and conditions at the same level.`, "package-manifest");
102
- }
103
- if (subpathKeys.length > 0) {
104
- for (const subpath of subpathKeys) {
105
- const segments = subpath.split("/");
106
- if ((subpath !== "." && !subpath.startsWith("./")) ||
107
- subpath.includes("\\") ||
108
- (subpath.match(/\*/gu)?.length ?? 0) > 1 ||
109
- segments.some((segment, index) => index > 0 &&
110
- (segment === "" || segment === "." || segment === ".." || segment === "node_modules"))) {
111
- inputError("PACKAGE_EXPORTS_INVALID", `${manifestPath} contains an invalid export subpath: ${subpath}.`, "package-manifest");
112
- }
113
- entries.push({
114
- subpath,
115
- availability: targetAvailability(value[subpath], `${manifestPath} exports.${subpath}`)
116
- });
117
- }
118
- }
119
- else {
120
- entries.push({
121
- subpath: ".",
122
- availability: targetAvailability(value, `${manifestPath} exports`)
123
- });
124
- }
125
- }
126
- else {
127
- entries.push({
128
- subpath: ".",
129
- availability: targetAvailability(value, `${manifestPath} exports`)
130
- });
131
- }
132
- return {
133
- explicit: true,
134
- entries: entries.toSorted((left, right) => compareBinaryStrings(left.subpath, right.subpath))
135
- };
136
- }
137
- async function readJsonManifest(consumerRoot, manifestPath, signal) {
138
- assertNotCancelled(signal);
139
- const canonicalRoot = await realpath(consumerRoot);
140
- const absolutePath = resolve(canonicalRoot, manifestPath);
141
- if (await pathTraversesSymbolicLink(canonicalRoot, absolutePath)) {
142
- inputError("PACKAGE_MANIFEST_SYMLINK_PROHIBITED", `Workspace package manifests cannot be symbolic links: ${manifestPath}.`, "package-manifest");
143
- }
144
- const canonicalPath = await realpath(absolutePath).catch(() => inputError("PACKAGE_MANIFEST_UNAVAILABLE", `Workspace package manifest is unavailable: ${manifestPath}.`, "package-manifest"));
145
- const relation = relative(canonicalRoot, canonicalPath);
146
- if (relation === ".." || relation.startsWith(`..${sep}`) || isAbsolute(relation)) {
147
- inputError("PACKAGE_MANIFEST_ESCAPE", `Workspace package manifest escapes the consumer repository: ${manifestPath}.`, "package-manifest");
148
- }
149
- let input;
150
- try {
151
- const bytes = await readContainedRegularFile({
152
- candidate: canonicalPath,
153
- maxBytes: MAX_MANIFEST_BYTES,
154
- root: canonicalRoot
155
- });
156
- input = JSON.parse(bytes.toString("utf8"));
157
- }
158
- catch (error) {
159
- if (!(error instanceof SyntaxError) && !(error instanceof ContainedFileReadError)) {
160
- throw error;
161
- }
162
- inputError("PACKAGE_MANIFEST_INVALID", `Workspace package manifest changed, escaped containment, or is not stable valid JSON: ${manifestPath}.`, "package-manifest");
163
- }
164
- if (!isRecord(input)) {
165
- inputError("PACKAGE_MANIFEST_INVALID", `Workspace package manifest must contain an object: ${manifestPath}.`, "package-manifest");
166
- }
167
- const packageName = typeof input["name"] === "string" && input["name"].length > 0
168
- ? input["name"]
169
- : `<unnamed:${manifestPath}>`;
170
- const dependencies = [];
171
- for (const section of DEPENDENCY_SECTIONS) {
172
- if (input[section] === undefined) {
173
- continue;
174
- }
175
- const declarations = stringRecord(input[section], `${manifestPath} ${section}`, "package-manifest");
176
- for (const [dependencyName, specifier] of Object.entries(declarations)) {
177
- dependencies.push({
178
- packageName,
179
- manifestPath,
180
- section,
181
- dependencyName,
182
- specifier
183
- });
184
- }
185
- }
186
- return {
187
- name: packageName,
188
- rootPath: posix.dirname(manifestPath),
189
- manifestPath,
190
- ...(typeof input["packageManager"] === "string"
191
- ? { packageManager: input["packageManager"] }
192
- : {}),
193
- dependencies: dependencies.toSorted((left, right) => compareBinaryStrings(left.dependencyName, right.dependencyName) ||
194
- compareBinaryStrings(left.section, right.section)),
195
- bundledDependencies: [
196
- ...optionalStringArray(input["bundleDependencies"], `${manifestPath} bundleDependencies`),
197
- ...optionalStringArray(input["bundledDependencies"], `${manifestPath} bundledDependencies`)
198
- ].toSorted(),
199
- exportSurface: normalizeExportSurface(input["exports"], manifestPath)
200
- };
201
- }
202
86
  function parseCatalog(workspace, field) {
203
87
  const value = workspace[field];
204
88
  if (value === undefined) {
@@ -233,21 +117,87 @@ function selectedByPatterns(directory, patterns) {
233
117
  return (positive.some((pattern) => posix.matchesGlob(directory, pattern)) &&
234
118
  !negative.some((pattern) => posix.matchesGlob(directory, pattern)));
235
119
  }
120
+ function assertSafeDirectoryEntry(entry) {
121
+ if (entry.name.length === 0 ||
122
+ entry.name === "." ||
123
+ entry.name === ".." ||
124
+ entry.name.includes("/") ||
125
+ entry.name.includes("\\")) {
126
+ inputError("WORKSPACE_GLOB_CANDIDATE_INVALID", "Workspace discovery returned an unsafe directory entry.", "workspace-discovery");
127
+ }
128
+ }
129
+ async function readDirectoryEntries(absolutePath, repositoryPath, budget, signal) {
130
+ let handle;
131
+ try {
132
+ handle = await opendir(absolutePath);
133
+ }
134
+ catch {
135
+ assertNotCancelled(signal);
136
+ inputError("WORKSPACE_DISCOVERY_UNAVAILABLE", `Workspace discovery could not inspect ${repositoryPath}.`, "workspace-discovery");
137
+ }
138
+ assertNotCancelled(signal);
139
+ const entries = [];
140
+ try {
141
+ for await (const entry of handle) {
142
+ assertNotCancelled(signal);
143
+ budget.entries += 1;
144
+ if (budget.entries > MAX_WORKSPACE_DISCOVERY_ENTRIES) {
145
+ inputError("WORKSPACE_DISCOVERY_LIMIT_EXCEEDED", `Workspace discovery exceeds ${MAX_WORKSPACE_DISCOVERY_ENTRIES} filesystem entries.`, "workspace-discovery");
146
+ }
147
+ assertSafeDirectoryEntry(entry);
148
+ entries.push(entry);
149
+ }
150
+ }
151
+ finally {
152
+ await handle.close().catch(() => { });
153
+ }
154
+ assertNotCancelled(signal);
155
+ return entries.toSorted((left, right) => compareBinaryStrings(left.name, right.name));
156
+ }
157
+ function recordSelectedManifest(manifests, patterns, repositoryPath) {
158
+ const manifestPath = validatedGlobManifestPath(repositoryPath);
159
+ if (!selectedByPatterns(posix.dirname(manifestPath), patterns)) {
160
+ return;
161
+ }
162
+ manifests.add(manifestPath);
163
+ if (manifests.size > MAX_WORKSPACE_PACKAGES) {
164
+ inputError("WORKSPACE_LIMIT_EXCEEDED", `Workspace contains more than ${MAX_WORKSPACE_PACKAGES} package manifests.`, "workspace-discovery");
165
+ }
166
+ }
236
167
  async function discoverManifestPaths(consumerRoot, patterns, signal) {
237
168
  const manifests = new Set(["package.json"]);
238
- for await (const candidate of glob("**/package.json", {
239
- cwd: consumerRoot,
240
- exclude: IGNORED_GLOBS
241
- })) {
169
+ const directoriesByIdentity = new Map();
170
+ const directories = [
171
+ { absolutePath: consumerRoot, repositoryPath: "." }
172
+ ];
173
+ const budget = { entries: 0 };
174
+ while (directories.length > 0) {
242
175
  assertNotCancelled(signal);
243
- const manifestPath = toPosixPath(candidate);
244
- if (selectedByPatterns(posix.dirname(manifestPath), patterns)) {
245
- manifests.add(manifestPath);
246
- if (manifests.size > MAX_WORKSPACE_PACKAGES) {
247
- inputError("WORKSPACE_LIMIT_EXCEEDED", `Workspace contains more than ${MAX_WORKSPACE_PACKAGES} package manifests.`, "workspace-discovery");
176
+ const directory = directories.pop();
177
+ if (directory === undefined) {
178
+ break;
179
+ }
180
+ const entries = await readDirectoryEntries(directory.absolutePath, directory.repositoryPath, budget, signal);
181
+ for (const entry of entries.toReversed()) {
182
+ const repositoryPath = directory.repositoryPath === "."
183
+ ? entry.name
184
+ : posix.join(directory.repositoryPath, entry.name);
185
+ if (entry.isDirectory()) {
186
+ if (!IGNORED_DIRECTORY_NAMES.has(entry.name)) {
187
+ recordWorkspaceDirectory(directoriesByIdentity, repositoryPath);
188
+ directories.push({
189
+ absolutePath: join(directory.absolutePath, entry.name),
190
+ repositoryPath
191
+ });
192
+ }
193
+ }
194
+ else if (entry.isFile() && entry.name === "package.json") {
195
+ recordSelectedManifest(manifests, patterns, repositoryPath);
248
196
  }
249
197
  }
250
198
  }
199
+ assertNotCancelled(signal);
200
+ assertPatternDirectoryIdentity(patterns, directoriesByIdentity);
251
201
  const manifestPaths = [...manifests].toSorted();
252
202
  const caseFoldedPaths = new Map();
253
203
  for (const manifestPath of manifestPaths) {
@@ -260,41 +210,53 @@ async function discoverManifestPaths(consumerRoot, patterns, signal) {
260
210
  }
261
211
  return manifestPaths;
262
212
  }
263
- async function readManifestBatch(consumerRoot, paths, signal) {
264
- const packages = [];
265
- for (let index = 0; index < paths.length; index += READ_CONCURRENCY) {
266
- packages.push(...(await Promise.all(paths
267
- .slice(index, index + READ_CONCURRENCY)
268
- .map((path) => readJsonManifest(consumerRoot, path, signal)))));
213
+ async function readPnpmWorkspaceInventoryFromManifestPaths(consumerRoot, workspaceManifest, manifestPaths, signal) {
214
+ if (!isRecord(workspaceManifest)) {
215
+ inputError("PNPM_WORKSPACE_INVALID", "pnpm-workspace.yaml must contain an object.", "workspace-manifest");
216
+ }
217
+ const containedManifestPaths = manifestPaths.map(validatedGlobManifestPath);
218
+ if (Object.hasOwn(workspaceManifest, "catalog") &&
219
+ isRecord(workspaceManifest["catalogs"]) &&
220
+ Object.hasOwn(workspaceManifest["catalogs"], "default")) {
221
+ inputError("PNPM_WORKSPACE_INVALID", "The default catalog must use either catalog or catalogs.default, not both.", "workspace-manifest");
269
222
  }
270
- return packages.toSorted((left, right) => compareBinaryStrings(left.manifestPath, right.manifestPath));
223
+ const catalogs = [
224
+ ...parseCatalog(workspaceManifest, "catalog"),
225
+ ...parseCatalog(workspaceManifest, "catalogs")
226
+ ].toSorted((left, right) => compareBinaryStrings(left.catalogName, right.catalogName) ||
227
+ compareBinaryStrings(left.dependencyName, right.dependencyName));
228
+ return {
229
+ ...(typeof workspaceManifest["catalogMode"] === "string"
230
+ ? { catalogMode: workspaceManifest["catalogMode"] }
231
+ : {}),
232
+ catalogs,
233
+ packages: await readPnpmPackageManifestSnapshots(consumerRoot, containedManifestPaths, catalogs, signal)
234
+ };
271
235
  }
272
236
  export class PnpmWorkspaceInventoryReader {
237
+ discoverManifestPathsFromManifest(consumerRoot, workspaceManifest, signal) {
238
+ if (!isRecord(workspaceManifest)) {
239
+ inputError("PNPM_WORKSPACE_INVALID", "pnpm-workspace.yaml must contain an object.", "workspace-manifest");
240
+ }
241
+ return discoverManifestPaths(consumerRoot, validateWorkspacePatterns(workspaceManifest["packages"]), signal);
242
+ }
243
+ readFromManifestPaths(consumerRoot, workspaceManifest, manifestPaths, signal) {
244
+ return readPnpmWorkspaceInventoryFromManifestPaths(consumerRoot, workspaceManifest, manifestPaths, signal);
245
+ }
273
246
  async discoverManifestPaths(consumerRoot, workspaceManifestPath, signal) {
274
247
  const input = await loadStrictYamlFile(consumerRoot, workspaceManifestPath, "workspace-manifest", signal);
275
248
  if (!isRecord(input)) {
276
249
  inputError("PNPM_WORKSPACE_INVALID", "pnpm-workspace.yaml must contain an object.", "workspace-manifest");
277
250
  }
278
- return discoverManifestPaths(consumerRoot, validateWorkspacePatterns(input["packages"]), signal);
251
+ return this.discoverManifestPathsFromManifest(consumerRoot, input, signal);
279
252
  }
280
253
  async read(consumerRoot, workspaceManifestPath, signal) {
281
254
  const input = await loadStrictYamlFile(consumerRoot, workspaceManifestPath, "workspace-manifest", signal);
282
255
  if (!isRecord(input)) {
283
256
  inputError("PNPM_WORKSPACE_INVALID", "pnpm-workspace.yaml must contain an object.", "workspace-manifest");
284
257
  }
285
- const patterns = validateWorkspacePatterns(input["packages"]);
286
- const manifestPaths = await discoverManifestPaths(consumerRoot, patterns, signal);
287
- return {
288
- ...(typeof input["catalogMode"] === "string"
289
- ? { catalogMode: input["catalogMode"] }
290
- : {}),
291
- catalogs: [
292
- ...parseCatalog(input, "catalog"),
293
- ...parseCatalog(input, "catalogs")
294
- ].toSorted((left, right) => compareBinaryStrings(left.catalogName, right.catalogName) ||
295
- compareBinaryStrings(left.dependencyName, right.dependencyName)),
296
- packages: await readManifestBatch(consumerRoot, manifestPaths, signal)
297
- };
258
+ const manifestPaths = await this.discoverManifestPathsFromManifest(consumerRoot, input, signal);
259
+ return readPnpmWorkspaceInventoryFromManifestPaths(consumerRoot, input, manifestPaths, signal);
298
260
  }
299
261
  }
300
262
  //# sourceMappingURL=pnpm-workspace-inventory-reader.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"pnpm-workspace-inventory-reader.js","sourceRoot":"","sources":["../../../../../src/workspace-inventory/adapters/outbound/pnpm/pnpm-workspace-inventory-reader.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"pnpm-workspace-inventory-reader.js","sourceRoot":"","sources":["../../../../../src/workspace-inventory/adapters/outbound/pnpm/pnpm-workspace-inventory-reader.ts"],"names":[],"mappings":"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"}
@@ -1,24 +1,51 @@
1
1
  export declare const DEPENDENCY_SECTIONS: readonly ["dependencies", "devDependencies", "optionalDependencies", "peerDependencies"];
2
- type DependencySection = (typeof DEPENDENCY_SECTIONS)[number];
2
+ export type DependencySection = (typeof DEPENDENCY_SECTIONS)[number];
3
+ type DependencyDeclarationProvenance = {
4
+ readonly kind: "manifest";
5
+ } | {
6
+ readonly kind: "catalog";
7
+ readonly catalogName: string;
8
+ };
3
9
  export interface DependencyDeclaration {
4
10
  readonly packageName: string;
5
11
  readonly manifestPath: string;
6
12
  readonly section: DependencySection;
7
13
  readonly dependencyName: string;
14
+ /** Raw manifest specifier, retained independently from its effective value. */
8
15
  readonly specifier: string;
16
+ /** Package installed at the declaration slot after resolving a valid npm alias. */
17
+ readonly targetPackageName: string;
18
+ /** Catalog-resolved specifier before npm-alias interpretation. */
19
+ readonly effectiveSpecifier: string;
20
+ /** Version/range portion governing the resolved target. */
21
+ readonly effectiveVersionSpecifier: string;
22
+ /** Malformed alias bytes remain evidence and cannot authorize a package edge. */
23
+ readonly normalizationProblem?: "invalid-npm-alias";
24
+ readonly provenance: DependencyDeclarationProvenance;
9
25
  }
10
26
  export interface PackageExportEntry {
11
27
  readonly subpath: string;
12
28
  readonly availability: "available" | "blocked";
29
+ /** Inert manifest data retained for ordered Node-condition resolution. */
30
+ readonly target?: PackageExportTarget;
31
+ readonly targetPaths?: readonly string[];
32
+ }
33
+ export type PackageExportTarget = string | null | readonly PackageExportTarget[] | PackageExportConditions;
34
+ interface PackageExportConditions {
35
+ readonly [condition: string]: PackageExportTarget;
13
36
  }
14
37
  export interface PackageExportSurface {
15
38
  readonly explicit: boolean;
39
+ /** A top-level null exports value disables Node's self-reference lookup. */
40
+ readonly selfReferenceDisabled?: true;
16
41
  readonly entries: readonly PackageExportEntry[];
17
42
  }
18
43
  export interface WorkspacePackage {
19
44
  readonly name: string;
20
45
  readonly rootPath: string;
21
46
  readonly manifestPath: string;
47
+ /** Node/TypeScript interpretation for ambiguous .js/.ts importers. */
48
+ readonly moduleType: "commonjs" | "module";
22
49
  readonly packageManager?: string;
23
50
  readonly dependencies: readonly DependencyDeclaration[];
24
51
  readonly bundledDependencies: readonly string[];
@@ -1 +1 @@
1
- {"version":3,"file":"workspace-inventory.d.ts","sourceRoot":"","sources":["../../../../src/workspace-inventory/application/model/workspace-inventory.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,YAC9B,cAAc,EACd,iBAAiB,EACjB,sBAAsB,EACtB,kBAAkB,CACV,CAAC;AAEX,KAAK,iBAAiB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE9D,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,OAAO,EAAE,iBAAiB,CAAC;IACpC,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,YAAY,EAAE,WAAW,GAAG,SAAS,CAAC;CAChD;AAED,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,OAAO,EAAE,SAAS,kBAAkB,EAAE,CAAC;CACjD;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,YAAY,EAAE,SAAS,qBAAqB,EAAE,CAAC;IACxD,QAAQ,CAAC,mBAAmB,EAAE,SAAS,MAAM,EAAE,CAAC;IAChD,QAAQ,CAAC,aAAa,EAAE,oBAAoB,CAAC;CAC9C;AAED,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,QAAQ,EAAE,SAAS,YAAY,EAAE,CAAC;IAC3C,QAAQ,CAAC,QAAQ,EAAE,SAAS,gBAAgB,EAAE,CAAC;CAChD"}
1
+ {"version":3,"file":"workspace-inventory.d.ts","sourceRoot":"","sources":["../../../../src/workspace-inventory/application/model/workspace-inventory.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,YAC9B,cAAc,EACd,iBAAiB,EACjB,sBAAsB,EACtB,kBAAkB,CACV,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAC;AAErE,KAAK,+BAA+B,GAChC;IAAE,QAAQ,CAAC,IAAI,EAAE,UAAU,CAAA;CAAE,GAC7B;IAAE,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAC;IAAC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAA;CAAE,CAAC;AAE/D,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,OAAO,EAAE,iBAAiB,CAAC;IACpC,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,+EAA+E;IAC/E,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,mFAAmF;IACnF,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,kEAAkE;IAClE,QAAQ,CAAC,kBAAkB,EAAE,MAAM,CAAC;IACpC,2DAA2D;IAC3D,QAAQ,CAAC,yBAAyB,EAAE,MAAM,CAAC;IAC3C,iFAAiF;IACjF,QAAQ,CAAC,oBAAoB,CAAC,EAAE,mBAAmB,CAAC;IACpD,QAAQ,CAAC,UAAU,EAAE,+BAA+B,CAAC;CACtD;AAED,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,YAAY,EAAE,WAAW,GAAG,SAAS,CAAC;IAC/C,0EAA0E;IAC1E,QAAQ,CAAC,MAAM,CAAC,EAAE,mBAAmB,CAAC;IACtC,QAAQ,CAAC,WAAW,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;CAC1C;AAED,MAAM,MAAM,mBAAmB,GAC3B,MAAM,GACN,IAAI,GACJ,SAAS,mBAAmB,EAAE,GAC9B,uBAAuB,CAAC;AAE5B,UAAU,uBAAuB;IAC/B,QAAQ,EAAE,SAAS,EAAE,MAAM,GAAG,mBAAmB,CAAC;CACnD;AAED,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;IAC3B,4EAA4E;IAC5E,QAAQ,CAAC,qBAAqB,CAAC,EAAE,IAAI,CAAC;IACtC,QAAQ,CAAC,OAAO,EAAE,SAAS,kBAAkB,EAAE,CAAC;CACjD;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,sEAAsE;IACtE,QAAQ,CAAC,UAAU,EAAE,UAAU,GAAG,QAAQ,CAAC;IAC3C,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,YAAY,EAAE,SAAS,qBAAqB,EAAE,CAAC;IACxD,QAAQ,CAAC,mBAAmB,EAAE,SAAS,MAAM,EAAE,CAAC;IAChD,QAAQ,CAAC,aAAa,EAAE,oBAAoB,CAAC;CAC9C;AAED,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,QAAQ,EAAE,SAAS,YAAY,EAAE,CAAC;IAC3C,QAAQ,CAAC,QAAQ,EAAE,SAAS,gBAAgB,EAAE,CAAC;CAChD"}
@@ -0,0 +1,14 @@
1
+ import type { CatalogEntry, DependencyDeclaration, DependencySection } from "../model/workspace-inventory.js";
2
+ export declare function parseNpmAlias(specifier: string): {
3
+ readonly targetPackageName: string;
4
+ readonly versionSpecifier: string;
5
+ } | undefined;
6
+ export declare function normalizeDependencyDeclaration(input: {
7
+ readonly catalogs: readonly CatalogEntry[];
8
+ readonly dependencyName: string;
9
+ readonly manifestPath: string;
10
+ readonly packageName: string;
11
+ readonly section: DependencySection;
12
+ readonly specifier: string;
13
+ }): DependencyDeclaration;
14
+ //# sourceMappingURL=normalize-dependency-declaration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalize-dependency-declaration.d.ts","sourceRoot":"","sources":["../../../../src/workspace-inventory/application/policies/normalize-dependency-declaration.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,EACZ,qBAAqB,EACrB,iBAAiB,EAClB,MAAM,iCAAiC,CAAC;AAyCzC,wBAAgB,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG;IAChD,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,gBAAgB,EAAE,MAAM,CAAC;CACnC,GAAG,SAAS,CAMZ;AAwCD,wBAAgB,8BAA8B,CAAC,KAAK,EAAE;IACpD,QAAQ,CAAC,QAAQ,EAAE,SAAS,YAAY,EAAE,CAAC;IAC3C,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,OAAO,EAAE,iBAAiB,CAAC;IACpC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;CAC5B,GAAG,qBAAqB,CAiBxB"}
@@ -0,0 +1,82 @@
1
+ const NPM_PACKAGE_NAME = "(?:@[a-z0-9][a-z0-9._-]*\\/)?[a-z0-9][a-z0-9._-]*";
2
+ const NPM_ALIAS = new RegExp(`^npm:(${NPM_PACKAGE_NAME})@(.+)$`, "su");
3
+ // Registry syntax only: this does not resolve ranges or relax exact-pin policy.
4
+ const RANGE_VERSION = /^[v=\s]*(\d+|[xX*])(?:\.(\d+|[xX*])(?:\.(\d+|[xX*])(?:-?[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*)?(?:\+[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*)?)?)?$/u;
5
+ function isRangeVersion(value) {
6
+ if (value.length > 256) {
7
+ return false;
8
+ }
9
+ const match = RANGE_VERSION.exec(value);
10
+ return match !== null &&
11
+ [match[1], match[2], match[3]].every((part) => part === undefined || /^[xX*]$/u.test(part) ||
12
+ Number.isSafeInteger(Number(part)));
13
+ }
14
+ function isRangeSet(value) {
15
+ const hyphen = value.split(/\s+-\s+/u);
16
+ if (hyphen.length === 2) {
17
+ return hyphen.every(isRangeVersion);
18
+ }
19
+ const comparators = value.replace(/([<>=~^v])\s+/gu, "$1").split(/\s+/u);
20
+ return comparators.every((part) => part === "" || isRangeVersion(part.replace(/^(?:[<>]=?|~>?|\^|=)/u, "")));
21
+ }
22
+ function isRegistrySpecifier(value) {
23
+ // Local paths/archives must not be mistaken for URI-safe registry tags.
24
+ if (/^[.]|[.](?:tgz|tar[.]gz|tar)$/iu.test(value)) {
25
+ return false;
26
+ }
27
+ const trimmed = value.trim();
28
+ return /^[0-9A-Za-z_~!()*'.-]+$/u.test(trimmed) ||
29
+ trimmed.split("||").every((part) => isRangeSet(part.trim()));
30
+ }
31
+ export function parseNpmAlias(specifier) {
32
+ const match = NPM_ALIAS.exec(specifier);
33
+ return match?.[1] !== undefined && match[2] !== undefined &&
34
+ isRegistrySpecifier(match[2])
35
+ ? { targetPackageName: match[1], versionSpecifier: match[2] }
36
+ : undefined;
37
+ }
38
+ function referencedCatalogName(specifier) {
39
+ if (specifier === "catalog:") {
40
+ return "default";
41
+ }
42
+ return specifier.startsWith("catalog:") && specifier.length > "catalog:".length
43
+ ? specifier.slice("catalog:".length)
44
+ : undefined;
45
+ }
46
+ function effectiveDeclaration(input) {
47
+ const catalogName = referencedCatalogName(input.specifier);
48
+ if (catalogName === undefined) {
49
+ return {
50
+ effectiveSpecifier: input.specifier,
51
+ provenance: Object.freeze({ kind: "manifest" })
52
+ };
53
+ }
54
+ const catalogs = input.catalogs.filter((entry) => entry.catalogName === catalogName &&
55
+ entry.dependencyName === input.dependencyName);
56
+ if (catalogs.length > 1) {
57
+ throw new TypeError(`Catalog ${catalogName} declares ${input.dependencyName} more than once.`);
58
+ }
59
+ return {
60
+ effectiveSpecifier: catalogs[0]?.version ?? input.specifier,
61
+ provenance: Object.freeze({ kind: "catalog", catalogName })
62
+ };
63
+ }
64
+ export function normalizeDependencyDeclaration(input) {
65
+ const effective = effectiveDeclaration(input);
66
+ const alias = parseNpmAlias(effective.effectiveSpecifier);
67
+ return Object.freeze({
68
+ packageName: input.packageName,
69
+ manifestPath: input.manifestPath,
70
+ section: input.section,
71
+ dependencyName: input.dependencyName,
72
+ specifier: input.specifier,
73
+ targetPackageName: alias?.targetPackageName ?? input.dependencyName,
74
+ effectiveVersionSpecifier: alias?.versionSpecifier ?? effective.effectiveSpecifier,
75
+ effectiveSpecifier: effective.effectiveSpecifier,
76
+ ...(effective.effectiveSpecifier.startsWith("npm:") && alias === undefined
77
+ ? { normalizationProblem: "invalid-npm-alias" }
78
+ : {}),
79
+ provenance: effective.provenance
80
+ });
81
+ }
82
+ //# sourceMappingURL=normalize-dependency-declaration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalize-dependency-declaration.js","sourceRoot":"","sources":["../../../../src/workspace-inventory/application/policies/normalize-dependency-declaration.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,10 @@
1
+ import type { PackageExportEntry } from "../model/workspace-inventory.js";
2
+ export type PackageExportCondition = "import" | "require";
3
+ export interface ResolvedPackageExport {
4
+ readonly available: boolean;
5
+ readonly targetPath?: string;
6
+ }
7
+ export declare function resolvePackageExport(entries: readonly PackageExportEntry[], subpath: string, condition: PackageExportCondition, typeOnly?: boolean): ResolvedPackageExport;
8
+ export declare function exactAvailablePackageExport(entries: readonly PackageExportEntry[], subpath: string): boolean;
9
+ export declare function exactPackageExportTargetPaths(entries: readonly PackageExportEntry[], subpath: string): readonly string[];
10
+ //# sourceMappingURL=package-export-matcher.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"package-export-matcher.d.ts","sourceRoot":"","sources":["../../../../src/workspace-inventory/application/policies/package-export-matcher.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,kBAAkB,EAEnB,MAAM,iCAAiC,CAAC;AAEzC,MAAM,MAAM,sBAAsB,GAAG,QAAQ,GAAG,SAAS,CAAC;AAE1D,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;IAC5B,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;CAC9B;AAgJD,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,SAAS,kBAAkB,EAAE,EACtC,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,sBAAsB,EACjC,QAAQ,UAAQ,GACf,qBAAqB,CAoBvB;AAED,wBAAgB,2BAA2B,CACzC,OAAO,EAAE,SAAS,kBAAkB,EAAE,EACtC,OAAO,EAAE,MAAM,GACd,OAAO,CAKT;AAED,wBAAgB,6BAA6B,CAC3C,OAAO,EAAE,SAAS,kBAAkB,EAAE,EACtC,OAAO,EAAE,MAAM,GACd,SAAS,MAAM,EAAE,CAoBnB"}