@agent-teams/docs-protocol-agent-teams 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +201 -0
  3. package/README.md +24 -0
  4. package/assets/catalog.json +1 -0
  5. package/assets/docs-protocol.yml +14 -0
  6. package/assets/history/sha256-097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09/caller.yml +13 -0
  7. package/assets/history/sha256-3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b/caller.yml +14 -0
  8. package/assets/history/sha256-51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca/caller.yml +14 -0
  9. package/assets/history/sha256-641265ef9ecff59c16482fdae1bc8fc56002b5a4a1ee34b102438d0ca08a86a3/skill.md +29 -0
  10. package/assets/history/sha256-7907195753506e4b0f0e89eb3f6e495bacbd79e9b9913c9f60fc4a07dffb22e5/caller.yml +14 -0
  11. package/assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md +28 -0
  12. package/assets/history/sha256-d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e/caller.yml +14 -0
  13. package/assets/history/sha256-f21dc19277a4ba24bcef90a7071c9cf50adf144769f42d6f74ff4eac9ef117cf/caller.yml +14 -0
  14. package/assets/history/sha256-fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd/caller.yml +14 -0
  15. package/assets/transition-catalog.json +1 -0
  16. package/dist/cli.d.ts +3 -0
  17. package/dist/cli.d.ts.map +1 -0
  18. package/dist/cli.js +4 -0
  19. package/dist/cli.js.map +1 -0
  20. package/dist/composition/managed-cli-input.d.ts +11 -0
  21. package/dist/composition/managed-cli-input.d.ts.map +1 -0
  22. package/dist/composition/managed-cli-input.js +52 -0
  23. package/dist/composition/managed-cli-input.js.map +1 -0
  24. package/dist/composition/managed-cli.d.ts +2 -0
  25. package/dist/composition/managed-cli.d.ts.map +1 -0
  26. package/dist/composition/managed-cli.js +17 -0
  27. package/dist/composition/managed-cli.js.map +1 -0
  28. package/dist/composition/qualification-cli.d.ts +2 -0
  29. package/dist/composition/qualification-cli.d.ts.map +1 -0
  30. package/dist/composition/qualification-cli.js +119 -0
  31. package/dist/composition/qualification-cli.js.map +1 -0
  32. package/dist/consumer-integration/adapters/agents-route-adapter-v1.d.ts +10 -0
  33. package/dist/consumer-integration/adapters/agents-route-adapter-v1.d.ts.map +1 -0
  34. package/dist/consumer-integration/adapters/agents-route-adapter-v1.js +99 -0
  35. package/dist/consumer-integration/adapters/agents-route-adapter-v1.js.map +1 -0
  36. package/dist/consumer-integration/adapters/bounded-repository-topology.d.ts +8 -0
  37. package/dist/consumer-integration/adapters/bounded-repository-topology.d.ts.map +1 -0
  38. package/dist/consumer-integration/adapters/bounded-repository-topology.js +80 -0
  39. package/dist/consumer-integration/adapters/bounded-repository-topology.js.map +1 -0
  40. package/dist/consumer-integration/adapters/consumer-integration-node-error.d.ts +5 -0
  41. package/dist/consumer-integration/adapters/consumer-integration-node-error.d.ts.map +1 -0
  42. package/dist/consumer-integration/adapters/consumer-integration-node-error.js +9 -0
  43. package/dist/consumer-integration/adapters/consumer-integration-node-error.js.map +1 -0
  44. package/dist/consumer-integration/adapters/consumer-integration-schema-validator.d.ts +4 -0
  45. package/dist/consumer-integration/adapters/consumer-integration-schema-validator.d.ts.map +1 -0
  46. package/dist/consumer-integration/adapters/consumer-integration-schema-validator.js +51 -0
  47. package/dist/consumer-integration/adapters/consumer-integration-schema-validator.js.map +1 -0
  48. package/dist/consumer-integration/adapters/consumer-upgrade-file-projectors.d.ts +21 -0
  49. package/dist/consumer-integration/adapters/consumer-upgrade-file-projectors.d.ts.map +1 -0
  50. package/dist/consumer-integration/adapters/consumer-upgrade-file-projectors.js +145 -0
  51. package/dist/consumer-integration/adapters/consumer-upgrade-file-projectors.js.map +1 -0
  52. package/dist/consumer-integration/adapters/foundation-known-file-transaction.d.ts +3 -0
  53. package/dist/consumer-integration/adapters/foundation-known-file-transaction.d.ts.map +1 -0
  54. package/dist/consumer-integration/adapters/foundation-known-file-transaction.js +7 -0
  55. package/dist/consumer-integration/adapters/foundation-known-file-transaction.js.map +1 -0
  56. package/dist/consumer-integration/adapters/github-cohort-authority-reader.d.ts +21 -0
  57. package/dist/consumer-integration/adapters/github-cohort-authority-reader.d.ts.map +1 -0
  58. package/dist/consumer-integration/adapters/github-cohort-authority-reader.js +215 -0
  59. package/dist/consumer-integration/adapters/github-cohort-authority-reader.js.map +1 -0
  60. package/dist/consumer-integration/adapters/node-consumer-integration-repository.d.ts +13 -0
  61. package/dist/consumer-integration/adapters/node-consumer-integration-repository.d.ts.map +1 -0
  62. package/dist/consumer-integration/adapters/node-consumer-integration-repository.js +213 -0
  63. package/dist/consumer-integration/adapters/node-consumer-integration-repository.js.map +1 -0
  64. package/dist/consumer-integration/adapters/node-consumer-repository-files.d.ts +11 -0
  65. package/dist/consumer-integration/adapters/node-consumer-repository-files.d.ts.map +1 -0
  66. package/dist/consumer-integration/adapters/node-consumer-repository-files.js +81 -0
  67. package/dist/consumer-integration/adapters/node-consumer-repository-files.js.map +1 -0
  68. package/dist/consumer-integration/adapters/node-consumer-upgrade-sandbox.d.ts +19 -0
  69. package/dist/consumer-integration/adapters/node-consumer-upgrade-sandbox.d.ts.map +1 -0
  70. package/dist/consumer-integration/adapters/node-consumer-upgrade-sandbox.js +307 -0
  71. package/dist/consumer-integration/adapters/node-consumer-upgrade-sandbox.js.map +1 -0
  72. package/dist/consumer-integration/adapters/package-consumer-asset-catalog.d.ts +5 -0
  73. package/dist/consumer-integration/adapters/package-consumer-asset-catalog.d.ts.map +1 -0
  74. package/dist/consumer-integration/adapters/package-consumer-asset-catalog.js +150 -0
  75. package/dist/consumer-integration/adapters/package-consumer-asset-catalog.js.map +1 -0
  76. package/dist/consumer-integration/adapters/pnpm-lockfile-policy-v1.d.ts +3 -0
  77. package/dist/consumer-integration/adapters/pnpm-lockfile-policy-v1.d.ts.map +1 -0
  78. package/dist/consumer-integration/adapters/pnpm-lockfile-policy-v1.js +37 -0
  79. package/dist/consumer-integration/adapters/pnpm-lockfile-policy-v1.js.map +1 -0
  80. package/dist/consumer-integration/adapters/pnpm-lockfile-validator-v1.d.ts +3 -0
  81. package/dist/consumer-integration/adapters/pnpm-lockfile-validator-v1.d.ts.map +1 -0
  82. package/dist/consumer-integration/adapters/pnpm-lockfile-validator-v1.js +120 -0
  83. package/dist/consumer-integration/adapters/pnpm-lockfile-validator-v1.js.map +1 -0
  84. package/dist/consumer-integration/adapters/pnpm-manifest-adapter-v1.d.ts +15 -0
  85. package/dist/consumer-integration/adapters/pnpm-manifest-adapter-v1.d.ts.map +1 -0
  86. package/dist/consumer-integration/adapters/pnpm-manifest-adapter-v1.js +189 -0
  87. package/dist/consumer-integration/adapters/pnpm-manifest-adapter-v1.js.map +1 -0
  88. package/dist/consumer-integration/adapters/pnpm-runtime-closure-v1.d.ts +8 -0
  89. package/dist/consumer-integration/adapters/pnpm-runtime-closure-v1.d.ts.map +1 -0
  90. package/dist/consumer-integration/adapters/pnpm-runtime-closure-v1.js +245 -0
  91. package/dist/consumer-integration/adapters/pnpm-runtime-closure-v1.js.map +1 -0
  92. package/dist/consumer-integration/adapters/strict-json-record.d.ts +3 -0
  93. package/dist/consumer-integration/adapters/strict-json-record.d.ts.map +1 -0
  94. package/dist/consumer-integration/adapters/strict-json-record.js +27 -0
  95. package/dist/consumer-integration/adapters/strict-json-record.js.map +1 -0
  96. package/dist/consumer-integration/application/model/consumer-integration-execution.d.ts +11 -0
  97. package/dist/consumer-integration/application/model/consumer-integration-execution.d.ts.map +1 -0
  98. package/dist/consumer-integration/application/model/consumer-integration-execution.js +2 -0
  99. package/dist/consumer-integration/application/model/consumer-integration-execution.js.map +1 -0
  100. package/dist/consumer-integration/application/model/consumer-upgrade-execution.d.ts +18 -0
  101. package/dist/consumer-integration/application/model/consumer-upgrade-execution.d.ts.map +1 -0
  102. package/dist/consumer-integration/application/model/consumer-upgrade-execution.js +2 -0
  103. package/dist/consumer-integration/application/model/consumer-upgrade-execution.js.map +1 -0
  104. package/dist/consumer-integration/application/policies/consumer-integration-assets.d.ts +58 -0
  105. package/dist/consumer-integration/application/policies/consumer-integration-assets.d.ts.map +1 -0
  106. package/dist/consumer-integration/application/policies/consumer-integration-assets.js +154 -0
  107. package/dist/consumer-integration/application/policies/consumer-integration-assets.js.map +1 -0
  108. package/dist/consumer-integration/application/policies/consumer-integration-authority-guards.d.ts +4 -0
  109. package/dist/consumer-integration/application/policies/consumer-integration-authority-guards.d.ts.map +1 -0
  110. package/dist/consumer-integration/application/policies/consumer-integration-authority-guards.js +23 -0
  111. package/dist/consumer-integration/application/policies/consumer-integration-authority-guards.js.map +1 -0
  112. package/dist/consumer-integration/application/policies/consumer-integration-desired-state.d.ts +4 -0
  113. package/dist/consumer-integration/application/policies/consumer-integration-desired-state.d.ts.map +1 -0
  114. package/dist/consumer-integration/application/policies/consumer-integration-desired-state.js +153 -0
  115. package/dist/consumer-integration/application/policies/consumer-integration-desired-state.js.map +1 -0
  116. package/dist/consumer-integration/application/policies/consumer-integration-prior-cohort.d.ts +14 -0
  117. package/dist/consumer-integration/application/policies/consumer-integration-prior-cohort.d.ts.map +1 -0
  118. package/dist/consumer-integration/application/policies/consumer-integration-prior-cohort.js +186 -0
  119. package/dist/consumer-integration/application/policies/consumer-integration-prior-cohort.js.map +1 -0
  120. package/dist/consumer-integration/application/ports/consumer-integration-lifecycle.d.ts +31 -0
  121. package/dist/consumer-integration/application/ports/consumer-integration-lifecycle.d.ts.map +1 -0
  122. package/dist/consumer-integration/application/ports/consumer-integration-lifecycle.js +2 -0
  123. package/dist/consumer-integration/application/ports/consumer-integration-lifecycle.js.map +1 -0
  124. package/dist/consumer-integration/application/ports/consumer-integration-planners.d.ts +35 -0
  125. package/dist/consumer-integration/application/ports/consumer-integration-planners.d.ts.map +1 -0
  126. package/dist/consumer-integration/application/ports/consumer-integration-planners.js +2 -0
  127. package/dist/consumer-integration/application/ports/consumer-integration-planners.js.map +1 -0
  128. package/dist/consumer-integration/application/ports/consumer-upgrade.d.ts +28 -0
  129. package/dist/consumer-integration/application/ports/consumer-upgrade.d.ts.map +1 -0
  130. package/dist/consumer-integration/application/ports/consumer-upgrade.js +2 -0
  131. package/dist/consumer-integration/application/ports/consumer-upgrade.js.map +1 -0
  132. package/dist/consumer-integration/application/use-cases/plan-consumer-integration.d.ts +15 -0
  133. package/dist/consumer-integration/application/use-cases/plan-consumer-integration.d.ts.map +1 -0
  134. package/dist/consumer-integration/application/use-cases/plan-consumer-integration.js +350 -0
  135. package/dist/consumer-integration/application/use-cases/plan-consumer-integration.js.map +1 -0
  136. package/dist/consumer-integration/application/use-cases/run-consumer-integration.d.ts +29 -0
  137. package/dist/consumer-integration/application/use-cases/run-consumer-integration.d.ts.map +1 -0
  138. package/dist/consumer-integration/application/use-cases/run-consumer-integration.js +139 -0
  139. package/dist/consumer-integration/application/use-cases/run-consumer-integration.js.map +1 -0
  140. package/dist/consumer-integration/application/use-cases/upgrade-consumer-integration.d.ts +13 -0
  141. package/dist/consumer-integration/application/use-cases/upgrade-consumer-integration.d.ts.map +1 -0
  142. package/dist/consumer-integration/application/use-cases/upgrade-consumer-integration.js +134 -0
  143. package/dist/consumer-integration/application/use-cases/upgrade-consumer-integration.js.map +1 -0
  144. package/dist/consumer-integration/composition/consumer-integration-cli.d.ts +3 -0
  145. package/dist/consumer-integration/composition/consumer-integration-cli.d.ts.map +1 -0
  146. package/dist/consumer-integration/composition/consumer-integration-cli.js +241 -0
  147. package/dist/consumer-integration/composition/consumer-integration-cli.js.map +1 -0
  148. package/dist/consumer-integration/composition/consumer-integration-planner.d.ts +19 -0
  149. package/dist/consumer-integration/composition/consumer-integration-planner.d.ts.map +1 -0
  150. package/dist/consumer-integration/composition/consumer-integration-planner.js +14 -0
  151. package/dist/consumer-integration/composition/consumer-integration-planner.js.map +1 -0
  152. package/dist/consumer-integration/composition/node-consumer-integration.d.ts +26 -0
  153. package/dist/consumer-integration/composition/node-consumer-integration.d.ts.map +1 -0
  154. package/dist/consumer-integration/composition/node-consumer-integration.js +38 -0
  155. package/dist/consumer-integration/composition/node-consumer-integration.js.map +1 -0
  156. package/dist/consumer-integration/domain/model.d.ts +111 -0
  157. package/dist/consumer-integration/domain/model.d.ts.map +1 -0
  158. package/dist/consumer-integration/domain/model.js +2 -0
  159. package/dist/consumer-integration/domain/model.js.map +1 -0
  160. package/dist/consumer-integration/generated/canonical-assets.d.ts +5 -0
  161. package/dist/consumer-integration/generated/canonical-assets.d.ts.map +1 -0
  162. package/dist/consumer-integration/generated/canonical-assets.js +6 -0
  163. package/dist/consumer-integration/generated/canonical-assets.js.map +1 -0
  164. package/dist/consumer-integration/index.d.ts +12 -0
  165. package/dist/consumer-integration/index.d.ts.map +1 -0
  166. package/dist/consumer-integration/index.js +7 -0
  167. package/dist/consumer-integration/index.js.map +1 -0
  168. package/dist/index.d.ts +5 -0
  169. package/dist/index.d.ts.map +1 -0
  170. package/dist/index.js +4 -0
  171. package/dist/index.js.map +1 -0
  172. package/dist/qualification/index.d.ts +3 -0
  173. package/dist/qualification/index.d.ts.map +1 -0
  174. package/dist/qualification/index.js +2 -0
  175. package/dist/qualification/index.js.map +1 -0
  176. package/dist/qualification/managed-command-envelope-validator.d.ts +14 -0
  177. package/dist/qualification/managed-command-envelope-validator.d.ts.map +1 -0
  178. package/dist/qualification/managed-command-envelope-validator.js +33 -0
  179. package/dist/qualification/managed-command-envelope-validator.js.map +1 -0
  180. package/dist/qualification/qualification-v2-runner.d.ts +4 -0
  181. package/dist/qualification/qualification-v2-runner.d.ts.map +1 -0
  182. package/dist/qualification/qualification-v2-runner.js +344 -0
  183. package/dist/qualification/qualification-v2-runner.js.map +1 -0
  184. package/dist/qualification/v2-contract.d.ts +91 -0
  185. package/dist/qualification/v2-contract.d.ts.map +1 -0
  186. package/dist/qualification/v2-contract.js +2 -0
  187. package/dist/qualification/v2-contract.js.map +1 -0
  188. package/package.json +66 -0
  189. package/schemas/docs-consumer-integration-execution/v1.schema.json +29 -0
  190. package/schemas/docs-consumer-integration-plan/v1.schema.json +63 -0
  191. package/schemas/docs-consumer-integration-profile/v1.schema.json +110 -0
  192. package/schemas/docs-consumer-integration-profile/v2.schema.json +283 -0
  193. package/schemas/docs-consumer-managed-state/v1.schema.json +99 -0
  194. package/schemas/docs-consumer-upgrade-execution/v1.schema.json +44 -0
  195. package/schemas/docs-protocol-command-envelope/v1.schema.json +239 -0
  196. package/schemas/docs-protocol-command-envelope/v2.schema.json +285 -0
  197. package/schemas/docs-protocol-command-envelope/v3.schema.json +529 -0
  198. package/schemas/docs-protocol-profile/v1.schema.json +46 -0
  199. package/schemas/docs-protocol-profile/v2.schema.json +46 -0
  200. package/schemas/docs-protocol-qualification/v2.schema.json +78 -0
  201. package/schemas/docs-protocol-qualification-receipt/v2.schema.json +113 -0
  202. package/schemas/qualified-docs-cohort/v1.schema.json +96 -0
  203. package/skills/docs/SKILL.md +29 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consumer-integration-desired-state.js","sourceRoot":"","sources":["../../../../src/consumer-integration/application/policies/consumer-integration-desired-state.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,14 @@
1
+ import type { ConsumerIntegrationDesiredStateV1, ConsumerIntegrationDigest, ConsumerIntegrationSnapshot } from "../../domain/model.js";
2
+ import { type ConsumerAssetCatalogV1 } from "./consumer-integration-assets.js";
3
+ export interface TrustedPriorCohort {
4
+ readonly cohortId: string;
5
+ readonly allowedTargetCohortIds: readonly string[];
6
+ readonly schemas: ConsumerIntegrationDesiredStateV1["cohort"]["schemas"];
7
+ readonly skill: Uint8Array;
8
+ readonly callerWorkflow: Uint8Array;
9
+ readonly agentsRouteDigest: ConsumerIntegrationDigest;
10
+ readonly docsScriptsDigest: ConsumerIntegrationDigest;
11
+ readonly managedState: Uint8Array;
12
+ }
13
+ export declare function trustedPriorCohort(desired: ConsumerIntegrationDesiredStateV1, snapshot: ConsumerIntegrationSnapshot, catalog: ConsumerAssetCatalogV1): TrustedPriorCohort | undefined;
14
+ //# sourceMappingURL=consumer-integration-prior-cohort.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consumer-integration-prior-cohort.d.ts","sourceRoot":"","sources":["../../../../src/consumer-integration/application/policies/consumer-integration-prior-cohort.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iCAAiC,EACjC,yBAAyB,EAEzB,2BAA2B,EAC5B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAQL,KAAK,sBAAsB,EAG5B,MAAM,kCAAkC,CAAC;AAG1C,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,sBAAsB,EAAE,SAAS,MAAM,EAAE,CAAC;IACnD,QAAQ,CAAC,OAAO,EAAE,iCAAiC,CAAC,QAAQ,CAAC,CAAC,SAAS,CAAC,CAAC;IACzE,QAAQ,CAAC,KAAK,EAAE,UAAU,CAAC;IAC3B,QAAQ,CAAC,cAAc,EAAE,UAAU,CAAC;IACpC,QAAQ,CAAC,iBAAiB,EAAE,yBAAyB,CAAC;IACtD,QAAQ,CAAC,iBAAiB,EAAE,yBAAyB,CAAC;IACtD,QAAQ,CAAC,YAAY,EAAE,UAAU,CAAC;CACnC;AAsGD,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,iCAAiC,EAC1C,QAAQ,EAAE,2BAA2B,EACrC,OAAO,EAAE,sBAAsB,GAC9B,kBAAkB,GAAG,SAAS,CA4GhC"}
@@ -0,0 +1,186 @@
1
+ import { CANONICAL_DOCS_SKILL_V2, canonicalCallerWorkflow, canonicalConsumerIntegrationJson, canonicalDocsScripts, canonicalDocsScriptsDigest, canonicalManagedRoute, canonicalManagedState, digestBytes } from "./consumer-integration-assets.js";
2
+ import { assertConsumerIntegrationDesiredStateV1 } from "./consumer-integration-desired-state.js";
3
+ function desiredAtRecordedRepository(desired, record) {
4
+ const repository = record["repository"];
5
+ if (typeof repository !== "object" || repository === null || Array.isArray(repository)) {
6
+ return undefined;
7
+ }
8
+ const candidate = repository;
9
+ if (candidate.provider !== desired.repository.provider || candidate.id !== desired.repository.id) {
10
+ return undefined;
11
+ }
12
+ const recorded = { ...desired, repository: candidate };
13
+ try {
14
+ assertConsumerIntegrationDesiredStateV1(recorded);
15
+ return recorded;
16
+ }
17
+ catch {
18
+ return undefined;
19
+ }
20
+ }
21
+ function inputDigest(observation) {
22
+ return observation.state === "file" ? digestBytes(observation.bytes) : undefined;
23
+ }
24
+ function managedRouteDigest(observation) {
25
+ if (observation.state !== "file") {
26
+ return undefined;
27
+ }
28
+ const source = Buffer.from(observation.bytes).toString("utf8").replaceAll("\r\n", "\n");
29
+ const begin = source.indexOf("<!-- agent-teams-docs:route/v1 begin -->");
30
+ const endMarker = "<!-- agent-teams-docs:route/v1 end -->";
31
+ const end = source.indexOf(endMarker, begin);
32
+ return begin >= 0 && end >= begin
33
+ ? digestBytes(Buffer.from(source.slice(begin, end + endMarker.length), "utf8"))
34
+ : undefined;
35
+ }
36
+ function manifestScriptsDigest(observation, profilePath) {
37
+ if (observation.state !== "file") {
38
+ return undefined;
39
+ }
40
+ try {
41
+ const manifest = JSON.parse(Buffer.from(observation.bytes).toString("utf8"));
42
+ const scripts = typeof manifest["scripts"] === "object" && manifest["scripts"] !== null &&
43
+ !Array.isArray(manifest["scripts"])
44
+ ? manifest["scripts"]
45
+ : {};
46
+ const observed = Object.fromEntries(Object.keys(canonicalDocsScripts(profilePath)).map((name) => [
47
+ name,
48
+ scripts[name] ?? null
49
+ ]));
50
+ return digestBytes(Buffer.from(canonicalConsumerIntegrationJson(observed), "utf8"));
51
+ }
52
+ catch {
53
+ return undefined;
54
+ }
55
+ }
56
+ function matchesRecordedCatalogEvidence(input) {
57
+ const recordedDesired = desiredAtRecordedRepository(input.desired, input.record);
58
+ if (recordedDesired === undefined) {
59
+ return false;
60
+ }
61
+ const expected = canonicalManagedState({ ...recordedDesired, cohort: input.prior.cohort }, {
62
+ skillDigest: digestBytes(input.prior.skill),
63
+ callerWorkflowDigest: digestBytes(input.prior.callerWorkflow),
64
+ assetCatalogDigest: input.prior.cohort.assets.assetCatalogDigest,
65
+ transitionCatalogDigest: input.prior.cohort.assets.transitionCatalogDigest,
66
+ agentsRouteDigest: input.prior.agentsRouteDigest,
67
+ docsScriptsDigest: input.prior.docsScriptsDigest
68
+ });
69
+ return canonicalConsumerIntegrationJson(input.record) ===
70
+ canonicalConsumerIntegrationJson(JSON.parse(expected));
71
+ }
72
+ function matchesObservedCatalogEvidence(input) {
73
+ return input.snapshot.skill.state === "file" &&
74
+ Buffer.from(input.snapshot.skill.bytes).equals(Buffer.from(input.prior.skill)) &&
75
+ input.snapshot.callerWorkflow.state === "file" &&
76
+ Buffer.from(input.snapshot.callerWorkflow.bytes).equals(Buffer.from(input.prior.callerWorkflow)) &&
77
+ managedRouteDigest(input.snapshot.agents) === input.prior.agentsRouteDigest &&
78
+ manifestScriptsDigest(input.snapshot.packageManifest, input.desired.profilePath) ===
79
+ input.prior.docsScriptsDigest;
80
+ }
81
+ // oxlint-disable-next-line complexity
82
+ export function trustedPriorCohort(desired, snapshot, catalog) {
83
+ if (snapshot.managedState.state !== "file") {
84
+ return undefined;
85
+ }
86
+ try {
87
+ const stateSource = Buffer.from(snapshot.managedState.bytes).toString("utf8");
88
+ const record = JSON.parse(stateSource);
89
+ const { stateDigest, ...body } = record;
90
+ if (typeof stateDigest !== "string" || stateDigest !== digestBytes(Buffer.from(canonicalConsumerIntegrationJson({ domain: "agent-teams.docs-protocol.managed-state/v1", body }), "utf8")) || `${canonicalConsumerIntegrationJson(record)}\n` !== stateSource) {
91
+ return undefined;
92
+ }
93
+ const recordedDesired = desiredAtRecordedRepository(desired, record);
94
+ const currentSkill = Buffer.from(CANONICAL_DOCS_SKILL_V2, "utf8");
95
+ const currentCaller = Buffer.from(canonicalCallerWorkflow(desired.cohort), "utf8");
96
+ const currentRouteDigest = digestBytes(Buffer.from(canonicalManagedRoute(desired.skillPath), "utf8"));
97
+ const currentScriptsDigest = canonicalDocsScriptsDigest(desired.profilePath);
98
+ const currentState = recordedDesired === undefined ? undefined : canonicalManagedState(recordedDesired, {
99
+ skillDigest: digestBytes(currentSkill),
100
+ callerWorkflowDigest: digestBytes(currentCaller),
101
+ assetCatalogDigest: catalog.catalogDigest,
102
+ transitionCatalogDigest: catalog.transitionCatalogDigest,
103
+ agentsRouteDigest: currentRouteDigest,
104
+ docsScriptsDigest: currentScriptsDigest
105
+ });
106
+ if (record["cohortId"] === desired.cohort.cohortId &&
107
+ desired.cohort.assets.skillDigest === digestBytes(currentSkill) &&
108
+ desired.cohort.assets.callerWorkflowDigest === digestBytes(currentCaller) &&
109
+ desired.cohort.assets.assetCatalogDigest === catalog.catalogDigest &&
110
+ desired.cohort.assets.transitionCatalogDigest === catalog.transitionCatalogDigest &&
111
+ currentState === stateSource && inputDigest(snapshot.skill) === digestBytes(currentSkill) &&
112
+ inputDigest(snapshot.callerWorkflow) === digestBytes(currentCaller) &&
113
+ managedRouteDigest(snapshot.agents) === currentRouteDigest &&
114
+ manifestScriptsDigest(snapshot.packageManifest, desired.profilePath) === currentScriptsDigest &&
115
+ snapshot.skill.state === "file" && snapshot.callerWorkflow.state === "file") {
116
+ return {
117
+ cohortId: desired.cohort.cohortId,
118
+ allowedTargetCohortIds: [],
119
+ schemas: desired.cohort.schemas,
120
+ skill: snapshot.skill.bytes,
121
+ callerWorkflow: snapshot.callerWorkflow.bytes,
122
+ agentsRouteDigest: currentRouteDigest,
123
+ docsScriptsDigest: currentScriptsDigest,
124
+ managedState: snapshot.managedState.bytes
125
+ };
126
+ }
127
+ const prior = catalog.directTargetBundles.find(({ cohort }) => cohort.cohortId === record["cohortId"]);
128
+ if (prior !== undefined && matchesRecordedCatalogEvidence({ desired, record, prior }) &&
129
+ matchesObservedCatalogEvidence({ desired, snapshot, prior })) {
130
+ return {
131
+ cohortId: prior.cohort.cohortId,
132
+ allowedTargetCohortIds: desired.cohort.upgradeFrom.includes(prior.cohort.cohortId) ||
133
+ prior.cohort.rollbackTo.includes(desired.cohort.cohortId)
134
+ ? [desired.cohort.cohortId]
135
+ : [],
136
+ schemas: prior.cohort.schemas,
137
+ skill: prior.skill,
138
+ callerWorkflow: prior.callerWorkflow,
139
+ agentsRouteDigest: prior.agentsRouteDigest,
140
+ docsScriptsDigest: prior.docsScriptsDigest,
141
+ managedState: snapshot.managedState.bytes
142
+ };
143
+ }
144
+ const technicalRecordedDesired = desiredAtRecordedRepository(desired, record);
145
+ const assets = record["assets"];
146
+ const sources = assets === undefined || technicalRecordedDesired === undefined ||
147
+ typeof record["cohortId"] !== "string" ? [] :
148
+ catalog.currentSourceExecutors.filter((candidate) => canonicalConsumerIntegrationJson(record["packages"]) ===
149
+ canonicalConsumerIntegrationJson(candidate.packages) &&
150
+ canonicalConsumerIntegrationJson(record["schemas"]) ===
151
+ canonicalConsumerIntegrationJson(candidate.schemas) &&
152
+ canonicalConsumerIntegrationJson(record["runtime"]) ===
153
+ canonicalConsumerIntegrationJson(candidate.runtime) &&
154
+ assets["skillDigest"] === candidate.skillDigest &&
155
+ assets["callerWorkflowDigest"] === candidate.callerWorkflowDigest &&
156
+ assets["assetCatalogDigest"] === candidate.assetCatalogDigest &&
157
+ assets["assetCatalogDigest"] === catalog.catalogDigest &&
158
+ assets["transitionCatalogDigest"] === catalog.transitionCatalogDigest &&
159
+ assets["agentsRouteDigest"] === candidate.agentsRouteDigest &&
160
+ assets["docsScriptsDigest"] === candidate.docsScriptsDigest &&
161
+ inputDigest(snapshot.skill) === candidate.skillDigest &&
162
+ inputDigest(snapshot.callerWorkflow) === candidate.callerWorkflowDigest &&
163
+ managedRouteDigest(snapshot.agents) === candidate.agentsRouteDigest &&
164
+ manifestScriptsDigest(snapshot.packageManifest, desired.profilePath) ===
165
+ candidate.docsScriptsDigest);
166
+ const source = sources.length === 1 ? sources[0] : undefined;
167
+ if (source === undefined || snapshot.skill.state !== "file" ||
168
+ snapshot.callerWorkflow.state !== "file") {
169
+ return undefined;
170
+ }
171
+ return {
172
+ cohortId: String(record["cohortId"]),
173
+ allowedTargetCohortIds: source.directTargetCohortIds,
174
+ schemas: source.schemas,
175
+ skill: snapshot.skill.bytes,
176
+ callerWorkflow: snapshot.callerWorkflow.bytes,
177
+ agentsRouteDigest: source.agentsRouteDigest,
178
+ docsScriptsDigest: source.docsScriptsDigest,
179
+ managedState: snapshot.managedState.bytes
180
+ };
181
+ }
182
+ catch {
183
+ return undefined;
184
+ }
185
+ }
186
+ //# sourceMappingURL=consumer-integration-prior-cohort.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consumer-integration-prior-cohort.js","sourceRoot":"","sources":["../../../../src/consumer-integration/application/policies/consumer-integration-prior-cohort.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,31 @@
1
+ import type { KnownFileTransactionBarrierInspection, KnownFileTransactionPlanV1, KnownFileTransactionReceiptV1 } from "@agent-teams/repository-mutation";
2
+ import type { ConsumerAssetCatalogV1 } from "../policies/consumer-integration-assets.js";
3
+ import type { ConsumerIntegrationDesiredStateV1, ConsumerIntegrationSnapshot } from "../../domain/model.js";
4
+ interface ConsumerIntegrationInput {
5
+ readonly desired: ConsumerIntegrationDesiredStateV1;
6
+ readonly root: string;
7
+ readonly snapshot: ConsumerIntegrationSnapshot;
8
+ }
9
+ export interface ConsumerIntegrationInputReader {
10
+ read(options: {
11
+ readonly consumerRoot: string;
12
+ readonly integrationProfilePath?: string;
13
+ }): Promise<ConsumerIntegrationInput>;
14
+ }
15
+ export interface ConsumerAssetCatalogReader {
16
+ read(): Promise<ConsumerAssetCatalogV1>;
17
+ }
18
+ export interface ConsumerIntegrationTransactionPort {
19
+ inspect(options: {
20
+ readonly consumerRoot: string;
21
+ }): Promise<KnownFileTransactionBarrierInspection>;
22
+ apply(options: {
23
+ readonly consumerRoot: string;
24
+ readonly plan: KnownFileTransactionPlanV1;
25
+ }): Promise<KnownFileTransactionReceiptV1>;
26
+ recover(options: {
27
+ readonly consumerRoot: string;
28
+ }): Promise<KnownFileTransactionReceiptV1>;
29
+ }
30
+ export {};
31
+ //# sourceMappingURL=consumer-integration-lifecycle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consumer-integration-lifecycle.d.ts","sourceRoot":"","sources":["../../../../src/consumer-integration/application/ports/consumer-integration-lifecycle.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qCAAqC,EACrC,0BAA0B,EAC1B,6BAA6B,EAC9B,MAAM,kCAAkC,CAAC;AAE1C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4CAA4C,CAAC;AACzF,OAAO,KAAK,EACV,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,uBAAuB,CAAC;AAE/B,UAAU,wBAAwB;IAChC,QAAQ,CAAC,OAAO,EAAE,iCAAiC,CAAC;IACpD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,QAAQ,EAAE,2BAA2B,CAAC;CAChD;AAED,MAAM,WAAW,8BAA8B;IAC7C,IAAI,CAAC,OAAO,EAAE;QACZ,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;QAC9B,QAAQ,CAAC,sBAAsB,CAAC,EAAE,MAAM,CAAC;KAC1C,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAC;CACvC;AAED,MAAM,WAAW,0BAA0B;IACzC,IAAI,IAAI,OAAO,CAAC,sBAAsB,CAAC,CAAC;CACzC;AAED,MAAM,WAAW,kCAAkC;IACjD,OAAO,CAAC,OAAO,EAAE;QACf,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;KAC/B,GAAG,OAAO,CAAC,qCAAqC,CAAC,CAAC;IACnD,KAAK,CAAC,OAAO,EAAE;QACb,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;QAC9B,QAAQ,CAAC,IAAI,EAAE,0BAA0B,CAAC;KAC3C,GAAG,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC3C,OAAO,CAAC,OAAO,EAAE;QACf,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;KAC/B,GAAG,OAAO,CAAC,6BAA6B,CAAC,CAAC;CAC5C"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=consumer-integration-lifecycle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consumer-integration-lifecycle.js","sourceRoot":"","sources":["../../../../src/consumer-integration/application/ports/consumer-integration-lifecycle.ts"],"names":[],"mappings":""}
@@ -0,0 +1,35 @@
1
+ import type { ConsumerIntegrationDigest, ConsumerIntegrationFileObservation, ConsumerIntegrationIssue, QualifiedDocsCohortBindingV1 } from "../../domain/model.js";
2
+ export interface AgentsRoutePlanV1 {
3
+ readonly state: "absent" | "conflict" | "exact-current" | "known-prior";
4
+ readonly currentDigest: ConsumerIntegrationDigest;
5
+ readonly expectedDigest: ConsumerIntegrationDigest;
6
+ readonly postimage?: Uint8Array;
7
+ readonly issues: readonly ConsumerIntegrationIssue[];
8
+ }
9
+ export interface PnpmManifestPlanV1 {
10
+ readonly state: "conflict" | "exact-current" | "known-prior";
11
+ readonly currentDigest: ConsumerIntegrationDigest;
12
+ readonly expectedDigest: ConsumerIntegrationDigest;
13
+ readonly postimage?: Uint8Array;
14
+ readonly issues: readonly ConsumerIntegrationIssue[];
15
+ }
16
+ export interface AgentsRoutePlannerV1 {
17
+ plan(input: {
18
+ readonly observation: ConsumerIntegrationFileObservation;
19
+ readonly skillPath: string;
20
+ readonly knownPriorRouteDigest?: ConsumerIntegrationDigest;
21
+ }): AgentsRoutePlanV1;
22
+ }
23
+ export interface PnpmManifestPlannerV1 {
24
+ plan(input: {
25
+ readonly observation: ConsumerIntegrationFileObservation;
26
+ readonly profilePath: string;
27
+ readonly cohort: QualifiedDocsCohortBindingV1;
28
+ readonly knownPriorScriptsDigest?: ConsumerIntegrationDigest;
29
+ }): PnpmManifestPlanV1;
30
+ }
31
+ export interface ConsumerIntegrationPlanningPorts {
32
+ readonly agentsRoute: AgentsRoutePlannerV1;
33
+ readonly packageManifest: PnpmManifestPlannerV1;
34
+ }
35
+ //# sourceMappingURL=consumer-integration-planners.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consumer-integration-planners.d.ts","sourceRoot":"","sources":["../../../../src/consumer-integration/application/ports/consumer-integration-planners.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,yBAAyB,EACzB,kCAAkC,EAClC,wBAAwB,EACxB,4BAA4B,EAC7B,MAAM,uBAAuB,CAAC;AAE/B,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,KAAK,EAAE,QAAQ,GAAG,UAAU,GAAG,eAAe,GAAG,aAAa,CAAC;IACxE,QAAQ,CAAC,aAAa,EAAE,yBAAyB,CAAC;IAClD,QAAQ,CAAC,cAAc,EAAE,yBAAyB,CAAC;IACnD,QAAQ,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC;IAChC,QAAQ,CAAC,MAAM,EAAE,SAAS,wBAAwB,EAAE,CAAC;CACtD;AAED,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,KAAK,EAAE,UAAU,GAAG,eAAe,GAAG,aAAa,CAAC;IAC7D,QAAQ,CAAC,aAAa,EAAE,yBAAyB,CAAC;IAClD,QAAQ,CAAC,cAAc,EAAE,yBAAyB,CAAC;IACnD,QAAQ,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC;IAChC,QAAQ,CAAC,MAAM,EAAE,SAAS,wBAAwB,EAAE,CAAC;CACtD;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,CAAC,KAAK,EAAE;QACV,QAAQ,CAAC,WAAW,EAAE,kCAAkC,CAAC;QACzD,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;QAC3B,QAAQ,CAAC,qBAAqB,CAAC,EAAE,yBAAyB,CAAC;KAC5D,GAAG,iBAAiB,CAAC;CACvB;AAED,MAAM,WAAW,qBAAqB;IACpC,IAAI,CAAC,KAAK,EAAE;QACV,QAAQ,CAAC,WAAW,EAAE,kCAAkC,CAAC;QACzD,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;QAC7B,QAAQ,CAAC,MAAM,EAAE,4BAA4B,CAAC;QAC9C,QAAQ,CAAC,uBAAuB,CAAC,EAAE,yBAAyB,CAAC;KAC9D,GAAG,kBAAkB,CAAC;CACxB;AAED,MAAM,WAAW,gCAAgC;IAC/C,QAAQ,CAAC,WAAW,EAAE,oBAAoB,CAAC;IAC3C,QAAQ,CAAC,eAAe,EAAE,qBAAqB,CAAC;CACjD"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=consumer-integration-planners.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consumer-integration-planners.js","sourceRoot":"","sources":["../../../../src/consumer-integration/application/ports/consumer-integration-planners.ts"],"names":[],"mappings":""}
@@ -0,0 +1,28 @@
1
+ import type { KnownFileTransactionOperationInput } from "@agent-teams/repository-mutation";
2
+ import type { ConsumerIntegrationDesiredStateV1, ConsumerUpgradeAuthorityV1 } from "../../domain/model.js";
3
+ export interface ConsumerUpgradeAuthorityReader {
4
+ read(options: {
5
+ readonly cohortId: string;
6
+ readonly repository: ConsumerIntegrationDesiredStateV1["repository"];
7
+ readonly revision?: string;
8
+ }): Promise<ConsumerUpgradeAuthorityV1>;
9
+ }
10
+ export interface PreparedConsumerUpgradeV1 {
11
+ readonly operations: readonly KnownFileTransactionOperationInput[];
12
+ }
13
+ export interface ConsumerUpgradeSandboxPort {
14
+ prepare(options: {
15
+ readonly authority: ConsumerUpgradeAuthorityV1;
16
+ readonly consumerRoot: string;
17
+ readonly current: ConsumerIntegrationDesiredStateV1;
18
+ }): Promise<PreparedConsumerUpgradeV1>;
19
+ activateAndVerify(options: {
20
+ readonly authority: ConsumerUpgradeAuthorityV1;
21
+ readonly consumerRoot: string;
22
+ }): Promise<void>;
23
+ restoreAndVerify(options: {
24
+ readonly consumerRoot: string;
25
+ readonly current: ConsumerIntegrationDesiredStateV1;
26
+ }): Promise<void>;
27
+ }
28
+ //# sourceMappingURL=consumer-upgrade.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consumer-upgrade.d.ts","sourceRoot":"","sources":["../../../../src/consumer-integration/application/ports/consumer-upgrade.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,kCAAkC,EACnC,MAAM,kCAAkC,CAAC;AAE1C,OAAO,KAAK,EACV,iCAAiC,EACjC,0BAA0B,EAC3B,MAAM,uBAAuB,CAAC;AAE/B,MAAM,WAAW,8BAA8B;IAC7C,IAAI,CAAC,OAAO,EAAE;QACZ,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;QAC1B,QAAQ,CAAC,UAAU,EAAE,iCAAiC,CAAC,YAAY,CAAC,CAAC;QACrE,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;KAC5B,GAAG,OAAO,CAAC,0BAA0B,CAAC,CAAC;CACzC;AAED,MAAM,WAAW,yBAAyB;IACxC,QAAQ,CAAC,UAAU,EAAE,SAAS,kCAAkC,EAAE,CAAC;CACpE;AAED,MAAM,WAAW,0BAA0B;IACzC,OAAO,CAAC,OAAO,EAAE;QACf,QAAQ,CAAC,SAAS,EAAE,0BAA0B,CAAC;QAC/C,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;QAC9B,QAAQ,CAAC,OAAO,EAAE,iCAAiC,CAAC;KACrD,GAAG,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACvC,iBAAiB,CAAC,OAAO,EAAE;QACzB,QAAQ,CAAC,SAAS,EAAE,0BAA0B,CAAC;QAC/C,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;KAC/B,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAClB,gBAAgB,CAAC,OAAO,EAAE;QACxB,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;QAC9B,QAAQ,CAAC,OAAO,EAAE,iCAAiC,CAAC;KACrD,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACnB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=consumer-upgrade.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consumer-upgrade.js","sourceRoot":"","sources":["../../../../src/consumer-integration/application/ports/consumer-upgrade.ts"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
1
+ import { compileKnownFileTransactionPlan } from "@agent-teams/repository-mutation";
2
+ import type { ConsumerIntegrationPlanningPorts } from "../ports/consumer-integration-planners.js";
3
+ import type { ConsumerIntegrationDesiredStateV1, ConsumerIntegrationPlanV1, ConsumerIntegrationSnapshot } from "../../domain/model.js";
4
+ import { type ConsumerAssetCatalogV1, type KnownPriorCohortCatalogEntryV1 } from "../policies/consumer-integration-assets.js";
5
+ export declare function compileConsumerIntegration(input: {
6
+ readonly desired: ConsumerIntegrationDesiredStateV1;
7
+ readonly snapshot: ConsumerIntegrationSnapshot;
8
+ readonly assetCatalog?: ConsumerAssetCatalogV1;
9
+ /** Unit-level compatibility input; production composition loads package assets. */
10
+ readonly knownPriorCohorts?: readonly KnownPriorCohortCatalogEntryV1[];
11
+ }, ports: ConsumerIntegrationPlanningPorts): {
12
+ readonly plan: ConsumerIntegrationPlanV1;
13
+ readonly mutationPlan?: ReturnType<typeof compileKnownFileTransactionPlan>;
14
+ };
15
+ //# sourceMappingURL=plan-consumer-integration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plan-consumer-integration.d.ts","sourceRoot":"","sources":["../../../../src/consumer-integration/application/use-cases/plan-consumer-integration.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,+BAA+B,EAEhC,MAAM,kCAAkC,CAAC;AAE1C,OAAO,KAAK,EACV,gCAAgC,EACjC,MAAM,2CAA2C,CAAC;AACnD,OAAO,KAAK,EAEV,iCAAiC,EAIjC,yBAAyB,EACzB,2BAA2B,EAC5B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAUL,KAAK,sBAAsB,EAK3B,KAAK,8BAA8B,EACpC,MAAM,4CAA4C,CAAC;AAmTpD,wBAAgB,0BAA0B,CAAC,KAAK,EAAE;IAChD,QAAQ,CAAC,OAAO,EAAE,iCAAiC,CAAC;IACpD,QAAQ,CAAC,QAAQ,EAAE,2BAA2B,CAAC;IAC/C,QAAQ,CAAC,YAAY,CAAC,EAAE,sBAAsB,CAAC;IAC/C,mFAAmF;IACnF,QAAQ,CAAC,iBAAiB,CAAC,EAAE,SAAS,8BAA8B,EAAE,CAAC;CACxE,EAAE,KAAK,EAAE,gCAAgC,GAAG;IAC3C,QAAQ,CAAC,IAAI,EAAE,yBAAyB,CAAC;IACzC,QAAQ,CAAC,YAAY,CAAC,EAAE,UAAU,CAAC,OAAO,+BAA+B,CAAC,CAAC;CAC5E,CAoHA"}