@agent-teams/docs-protocol 0.1.0-rc.9 → 0.1.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 (83) hide show
  1. package/CHANGELOG.md +71 -0
  2. package/assets/history/sha256-51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca/caller.yml +14 -0
  3. package/assets/history/sha256-fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd/caller.yml +14 -0
  4. package/assets/transition-catalog.json +1 -1
  5. package/dist/consumer-integration/adapters/agents-route-adapter-v1.d.ts +4 -9
  6. package/dist/consumer-integration/adapters/agents-route-adapter-v1.d.ts.map +1 -1
  7. package/dist/consumer-integration/adapters/agents-route-adapter-v1.js +3 -0
  8. package/dist/consumer-integration/adapters/agents-route-adapter-v1.js.map +1 -1
  9. package/dist/consumer-integration/adapters/consumer-integration-node-error.d.ts +5 -0
  10. package/dist/consumer-integration/adapters/consumer-integration-node-error.d.ts.map +1 -0
  11. package/dist/consumer-integration/adapters/consumer-integration-node-error.js +9 -0
  12. package/dist/consumer-integration/adapters/consumer-integration-node-error.js.map +1 -0
  13. package/dist/consumer-integration/adapters/foundation-known-file-transaction.d.ts +3 -0
  14. package/dist/consumer-integration/adapters/foundation-known-file-transaction.d.ts.map +1 -0
  15. package/dist/consumer-integration/adapters/foundation-known-file-transaction.js +7 -0
  16. package/dist/consumer-integration/adapters/foundation-known-file-transaction.js.map +1 -0
  17. package/dist/consumer-integration/adapters/node-consumer-integration-repository.d.ts +3 -4
  18. package/dist/consumer-integration/adapters/node-consumer-integration-repository.d.ts.map +1 -1
  19. package/dist/consumer-integration/adapters/node-consumer-integration-repository.js +9 -132
  20. package/dist/consumer-integration/adapters/node-consumer-integration-repository.js.map +1 -1
  21. package/dist/consumer-integration/adapters/package-consumer-asset-catalog.d.ts +2 -0
  22. package/dist/consumer-integration/adapters/package-consumer-asset-catalog.d.ts.map +1 -1
  23. package/dist/consumer-integration/adapters/package-consumer-asset-catalog.js +1 -0
  24. package/dist/consumer-integration/adapters/package-consumer-asset-catalog.js.map +1 -1
  25. package/dist/consumer-integration/adapters/pnpm-lockfile-validator-v1.d.ts +3 -0
  26. package/dist/consumer-integration/adapters/pnpm-lockfile-validator-v1.d.ts.map +1 -0
  27. package/dist/consumer-integration/adapters/pnpm-lockfile-validator-v1.js +120 -0
  28. package/dist/consumer-integration/adapters/pnpm-lockfile-validator-v1.js.map +1 -0
  29. package/dist/consumer-integration/adapters/pnpm-manifest-adapter-v1.d.ts +4 -9
  30. package/dist/consumer-integration/adapters/pnpm-manifest-adapter-v1.d.ts.map +1 -1
  31. package/dist/consumer-integration/adapters/pnpm-manifest-adapter-v1.js +4 -1
  32. package/dist/consumer-integration/adapters/pnpm-manifest-adapter-v1.js.map +1 -1
  33. package/dist/consumer-integration/adapters/strict-json-record.d.ts +3 -0
  34. package/dist/consumer-integration/adapters/strict-json-record.d.ts.map +1 -0
  35. package/dist/consumer-integration/adapters/strict-json-record.js +27 -0
  36. package/dist/consumer-integration/adapters/strict-json-record.js.map +1 -0
  37. package/dist/consumer-integration/application/model/consumer-integration-execution.d.ts +11 -0
  38. package/dist/consumer-integration/application/model/consumer-integration-execution.d.ts.map +1 -0
  39. package/dist/consumer-integration/application/model/consumer-integration-execution.js +2 -0
  40. package/dist/consumer-integration/application/model/consumer-integration-execution.js.map +1 -0
  41. package/dist/consumer-integration/application/policies/consumer-integration-assets.d.ts +1 -1
  42. package/dist/consumer-integration/application/policies/consumer-integration-assets.d.ts.map +1 -1
  43. package/dist/consumer-integration/application/policies/consumer-integration-desired-state.js +1 -1
  44. package/dist/consumer-integration/application/policies/consumer-integration-desired-state.js.map +1 -1
  45. package/dist/consumer-integration/application/policies/consumer-integration-prior-cohort.d.ts +14 -0
  46. package/dist/consumer-integration/application/policies/consumer-integration-prior-cohort.d.ts.map +1 -0
  47. package/dist/consumer-integration/application/policies/consumer-integration-prior-cohort.js +186 -0
  48. package/dist/consumer-integration/application/policies/consumer-integration-prior-cohort.js.map +1 -0
  49. package/dist/consumer-integration/application/ports/consumer-integration-lifecycle.d.ts +31 -0
  50. package/dist/consumer-integration/application/ports/consumer-integration-lifecycle.d.ts.map +1 -0
  51. package/dist/consumer-integration/application/ports/consumer-integration-lifecycle.js +2 -0
  52. package/dist/consumer-integration/application/ports/consumer-integration-lifecycle.js.map +1 -0
  53. package/dist/consumer-integration/application/ports/consumer-integration-planners.d.ts +35 -0
  54. package/dist/consumer-integration/application/ports/consumer-integration-planners.d.ts.map +1 -0
  55. package/dist/consumer-integration/application/ports/consumer-integration-planners.js +2 -0
  56. package/dist/consumer-integration/application/ports/consumer-integration-planners.js.map +1 -0
  57. package/dist/consumer-integration/application/use-cases/plan-consumer-integration.d.ts +2 -5
  58. package/dist/consumer-integration/application/use-cases/plan-consumer-integration.d.ts.map +1 -1
  59. package/dist/consumer-integration/application/use-cases/plan-consumer-integration.js +5 -192
  60. package/dist/consumer-integration/application/use-cases/plan-consumer-integration.js.map +1 -1
  61. package/dist/consumer-integration/application/use-cases/run-consumer-integration.d.ts +29 -0
  62. package/dist/consumer-integration/application/use-cases/run-consumer-integration.d.ts.map +1 -0
  63. package/dist/consumer-integration/application/use-cases/run-consumer-integration.js +139 -0
  64. package/dist/consumer-integration/application/use-cases/run-consumer-integration.js.map +1 -0
  65. package/dist/consumer-integration/composition/consumer-integration-cli.js +1 -1
  66. package/dist/consumer-integration/composition/consumer-integration-cli.js.map +1 -1
  67. package/dist/consumer-integration/composition/consumer-integration-planner.d.ts +19 -0
  68. package/dist/consumer-integration/composition/consumer-integration-planner.d.ts.map +1 -0
  69. package/dist/consumer-integration/composition/consumer-integration-planner.js +14 -0
  70. package/dist/consumer-integration/composition/consumer-integration-planner.js.map +1 -0
  71. package/dist/consumer-integration/composition/node-consumer-integration.d.ts +2 -10
  72. package/dist/consumer-integration/composition/node-consumer-integration.d.ts.map +1 -1
  73. package/dist/consumer-integration/composition/node-consumer-integration.js +19 -133
  74. package/dist/consumer-integration/composition/node-consumer-integration.js.map +1 -1
  75. package/dist/consumer-integration/generated/canonical-assets.d.ts +1 -1
  76. package/dist/consumer-integration/generated/canonical-assets.d.ts.map +1 -1
  77. package/dist/consumer-integration/generated/canonical-assets.js +1 -1
  78. package/dist/consumer-integration/generated/canonical-assets.js.map +1 -1
  79. package/dist/consumer-integration/index.d.ts +1 -1
  80. package/dist/consumer-integration/index.d.ts.map +1 -1
  81. package/dist/consumer-integration/index.js +1 -1
  82. package/dist/consumer-integration/index.js.map +1 -1
  83. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
1
  export declare const GENERATED_DOCS_SKILL = "---\nname: docs-authoring\ndescription: Use when creating, changing, reorganizing, or reviewing governed documentation in this repository.\n---\n\n# Documentation Authoring\n\nProtocol: `agent-teams.docs-protocol/v1`.\n\n## Required workflow\n\n- Read the current types, owners, placement, metadata, and index policy with `pnpm docs:info`.\n- Search first with `pnpm docs:find -- --text query`.\n- Reuse or relate existing authority instead of creating a competing source.\n- Preview with `pnpm docs:new -- --type TYPE --id ID --title TITLE --owner OWNER --summary SUMMARY --dry-run`.\n- Review the exact destination, metadata, relations, anchors, and diagnostics.\n- Apply with `pnpm docs:new -- --type TYPE --id ID --title TITLE --owner OWNER --summary SUMMARY --apply` after review.\n- Manually update the reported index/link exactly when reachability requires it.\n- Finish with `pnpm docs:check` after the index is current.\n\n## Rules\n\n- Never invent owners, types, statuses, paths, or metadata outside `docs:info`.\n- If dependencies are absent, use only `pnpm install --frozen-lockfile`; never use npx, dlx, or latest tags.\n- Keep preview and apply inputs identical.\n- Stop when recovery is required; use `pnpm docs:doctor` before `pnpm docs:recover`.\n- Resolve required anchors and blockers before apply.\n- Do not bypass repository scripts or hand-edit transaction evidence.\n";
2
2
  export declare const GENERATED_CALLER_WORKFLOW_TEMPLATE = "name: Documentation Protocol\n\non:\n pull_request:\n merge_group:\n push:\n\npermissions:\n contents: read\n id-token: write\n\njobs:\n docs-protocol:\n uses: {{REUSABLE_WORKFLOW_REPOSITORY}}/{{REUSABLE_WORKFLOW_PATH}}@{{REUSABLE_WORKFLOW_REVISION}}\n";
3
- export declare const GENERATED_TRANSITION_CATALOG = "{\"currentSourceExecutors\":[],\"directTargetBundles\":[{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09\",\"callerWorkflowPath\":\"assets/history/sha256-097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:0e24e8f1342b3ccd1e5939a45ed5fd55780ac3aa32bd8b25113924d5eb4da02f\",\"callerWorkflowDigest\":\"sha256:097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:5ada68b861bde63af2e1626e467ed09394b6c11bb13b17a443f0cb1741524b46\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc1\",\"eligibleAfter\":\"2026-08-18T02:32:57Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-OkUNMNTLEFNF/EU8L4G5+9WTg0LugsZ8nxv7dnFpPKJEUVcUrooNO2QY7DhOhHuCVDKP2ShTciCtBjra93RtJA==\",\"version\":\"0.1.0-rc.2\"},\"engineeringFoundation\":{\"integrity\":\"sha512-OLMoWreeMXfKVkVTA4A/plBZXgDE6DNB+AX7QK6K5s90s943n6vf57nskIu0eLHsQGKQ7X+AvF+DCR/57YbZtA==\",\"version\":\"0.17.0-rc.1\"}},\"qualificationEventDigest\":\"sha256:4b6f1684bb32ff0cd674d8d738ce0ed85744cb977cb8f181ad14e5b8c243cc71\",\"recordDigest\":\"sha256:5fffddec78e70c72a689c3f4957c74b7dac17e140dff6b87f2eadb6a2c61f968\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:64dac5ed1f1d565301b7195837e3c579d7a993d137c59afb9f299f6972d5c95e\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[],\"workflow\":{\"blobSha\":\"7d0f9c73a6bc1ddc2384f0ea06774719dc14458c\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"d55ebd46208f67736b5b76e7ef48a890570feeab\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"callerWorkflowPath\":\"assets/history/sha256-3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:dcc2d636629237eab4918fb513f538a538b6ac3672a928bdffe866cf4fec9a7f\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc7\",\"eligibleAfter\":\"2026-08-18T13:25:26Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-ZsbaS07YSr0udgsvFekeuc86ILn+oQ63ikuF+q5nib+1Rk+UR9to4gpeZAYQvu57Axoxi9TjZ+olE6162e1Fkg==\",\"version\":\"0.1.0-rc.5\"},\"engineeringFoundation\":{\"integrity\":\"sha512-czq6garXWUbObaqeUmgGMs3LZRKgEdOiYyMtvcnXNXI4cMjBDhwlTmW+DfQ3h5WXHo7dqzPloQvr9pjzvQhSFA==\",\"version\":\"0.17.0-rc.3\"}},\"qualificationEventDigest\":\"sha256:d24c95a0d708ec9f72340181b4cb830560ad3f44429f8df8eb65032549c57d2e\",\"recordDigest\":\"sha256:55afadf793fb62703934082c2fe682a6f678ef92ad8cd2f58d1d2d80e007c836\",\"rollbackTo\":[\"docs-2026-08-17-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:318ecaf7f78162e77794fa0eb02ac452823cfd47fce913434025698171afee81\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-17-rc1\",\"docs-2026-08-17-rc4\",\"docs-2026-08-17-rc5\",\"docs-2026-08-17-rc6\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"57e03681e820fd0378600b5169acfa1514d1065a\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"}],\"schemaVersion\":1}\n";
3
+ export declare const GENERATED_TRANSITION_CATALOG = "{\"currentSourceExecutors\":[],\"directTargetBundles\":[{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09\",\"callerWorkflowPath\":\"assets/history/sha256-097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:0e24e8f1342b3ccd1e5939a45ed5fd55780ac3aa32bd8b25113924d5eb4da02f\",\"callerWorkflowDigest\":\"sha256:097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:5ada68b861bde63af2e1626e467ed09394b6c11bb13b17a443f0cb1741524b46\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc1\",\"eligibleAfter\":\"2026-08-18T02:32:57Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-OkUNMNTLEFNF/EU8L4G5+9WTg0LugsZ8nxv7dnFpPKJEUVcUrooNO2QY7DhOhHuCVDKP2ShTciCtBjra93RtJA==\",\"version\":\"0.1.0-rc.2\"},\"engineeringFoundation\":{\"integrity\":\"sha512-OLMoWreeMXfKVkVTA4A/plBZXgDE6DNB+AX7QK6K5s90s943n6vf57nskIu0eLHsQGKQ7X+AvF+DCR/57YbZtA==\",\"version\":\"0.17.0-rc.1\"}},\"qualificationEventDigest\":\"sha256:4b6f1684bb32ff0cd674d8d738ce0ed85744cb977cb8f181ad14e5b8c243cc71\",\"recordDigest\":\"sha256:5fffddec78e70c72a689c3f4957c74b7dac17e140dff6b87f2eadb6a2c61f968\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:64dac5ed1f1d565301b7195837e3c579d7a993d137c59afb9f299f6972d5c95e\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[],\"workflow\":{\"blobSha\":\"7d0f9c73a6bc1ddc2384f0ea06774719dc14458c\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"d55ebd46208f67736b5b76e7ef48a890570feeab\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"callerWorkflowPath\":\"assets/history/sha256-3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:dcc2d636629237eab4918fb513f538a538b6ac3672a928bdffe866cf4fec9a7f\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc7\",\"eligibleAfter\":\"2026-08-18T13:25:26Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-ZsbaS07YSr0udgsvFekeuc86ILn+oQ63ikuF+q5nib+1Rk+UR9to4gpeZAYQvu57Axoxi9TjZ+olE6162e1Fkg==\",\"version\":\"0.1.0-rc.5\"},\"engineeringFoundation\":{\"integrity\":\"sha512-czq6garXWUbObaqeUmgGMs3LZRKgEdOiYyMtvcnXNXI4cMjBDhwlTmW+DfQ3h5WXHo7dqzPloQvr9pjzvQhSFA==\",\"version\":\"0.17.0-rc.3\"}},\"qualificationEventDigest\":\"sha256:d24c95a0d708ec9f72340181b4cb830560ad3f44429f8df8eb65032549c57d2e\",\"recordDigest\":\"sha256:55afadf793fb62703934082c2fe682a6f678ef92ad8cd2f58d1d2d80e007c836\",\"rollbackTo\":[\"docs-2026-08-17-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:318ecaf7f78162e77794fa0eb02ac452823cfd47fce913434025698171afee81\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-17-rc1\",\"docs-2026-08-17-rc4\",\"docs-2026-08-17-rc5\",\"docs-2026-08-17-rc6\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"57e03681e820fd0378600b5169acfa1514d1065a\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"callerWorkflowPath\":\"assets/history/sha256-3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:58546ba52fdb8a3293d4e1db003557208a859b149336f56c16bc8fc9061c7192\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc9\",\"eligibleAfter\":\"2026-08-18T19:03:38Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-JB4cQPqpXrmVdmiycHjHbklfQBux1wYNBo+HXFRDdLxUnjJlULe1HXjNYRf93WXfhjbV6lgN+sHRy4v1EeBEYA==\",\"version\":\"0.1.0-rc.9\"},\"engineeringFoundation\":{\"integrity\":\"sha512-uhmo9waigNcHQ5jkIGQgnGK4JDah0C8er6RKTNPUURpOUOvNM6maoEyBWp5rCy1ravzzSW3QXuNaZmCujppgGQ==\",\"version\":\"0.17.0-rc.6\"}},\"qualificationEventDigest\":\"sha256:a7e7434cf91808ab77d0529c1268011f70d824b15fe4b9ecf0dcc28c5f264912\",\"recordDigest\":\"sha256:01d4017999598091c3536e4f5977847ff18a52a235de149516251e595f9722d3\",\"rollbackTo\":[\"docs-2026-08-17-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:da419d5445a4537e282d8585af537edb1d63075e8bda75f5d1419d3e5bc0dd64\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-17-rc1\",\"docs-2026-08-17-rc4\",\"docs-2026-08-17-rc5\",\"docs-2026-08-17-rc6\",\"docs-2026-08-17-rc7\",\"docs-2026-08-17-rc8\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"57e03681e820fd0378600b5169acfa1514d1065a\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"cohort\":{\"schemaVersion\":1,\"cohortId\":\"docs-2026-08-18-rc1\",\"channel\":\"rc\",\"recordDigest\":\"sha256:b034d870526169f77ce2b454b58313df5d674f1af0ad8a5931be269d303a6dc2\",\"qualificationEventDigest\":\"sha256:78440bff3be4beec3c40a87bd3d65156ab9367a25650050945dc535d294e7139\",\"eligibleAfter\":\"2026-08-18T23:44:26Z\",\"upgradeFrom\":[\"docs-2026-08-17-rc9\"],\"rollbackTo\":[\"docs-2026-08-17-rc9\"],\"packages\":{\"docsProtocol\":{\"version\":\"0.1.0-rc.10\",\"integrity\":\"sha512-5s7lzL4mesiaxfb+IaI6A2BOuZxPDORIr5O2yFZTQXVXpBR1N45wxyAtS4f/0WBUmAwKnf+NgE9ln1GuMWV7PA==\"},\"engineeringFoundation\":{\"version\":\"0.17.0-rc.7\",\"integrity\":\"sha512-Z2kPryDLikB5rmcQOzTQSA6JboU2Hn2ZBotI8PIN0mYZ2HuADunowY6GBgSQ1o7Xb1EIrWNq4i7HEkbhOE1XMw==\"}},\"workflow\":{\"repository\":\"agent-teams-ai/.github\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"revision\":\"66f14ef062656f9c2d10cc211f814e8a7c864b25\",\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\"},\"assets\":{\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"callerWorkflowDigest\":\"sha256:fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd\",\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"transitionCatalogDigest\":\"sha256:3c97ac8f2131d8578b865114161daff9391a3759bd432c3cd0e5fa179ff9d110\"},\"schemas\":{\"consumerIntegration\":1,\"managedState\":1,\"docsProtocol\":1},\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:ad074f5f983f04649383cd2c2db55fd29536f3784eaf77b7b4927e4d691046bf\"}},\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"callerWorkflowPath\":\"assets/history/sha256-fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd/caller.yml\",\"callerWorkflowDigest\":\"sha256:fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd\",\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\"},{\"cohort\":{\"schemaVersion\":1,\"cohortId\":\"docs-2026-08-18-rc3\",\"channel\":\"rc\",\"recordDigest\":\"sha256:cc4585d73976aa9edae4a685bc907da010ce05752da37973932153ba0e57ef85\",\"qualificationEventDigest\":\"sha256:6f734db2339220d23db616ff9c5c7bd7d040c5dfb66a3b3da8b3f70bfa6ae790\",\"eligibleAfter\":\"2026-08-19T03:39:37Z\",\"upgradeFrom\":[\"docs-2026-08-18-rc1\"],\"rollbackTo\":[\"docs-2026-08-18-rc1\"],\"packages\":{\"docsProtocol\":{\"version\":\"0.1.0-rc.12\",\"integrity\":\"sha512-ZxrhOFbc8iKn167sIszuFpzyPksrPExPRRpXBXtjZ85Bvf4iNyNgxcOk3NkStl0Jsm+8J67lI12bQK/Xs/mlDQ==\"},\"engineeringFoundation\":{\"version\":\"0.17.0-rc.8\",\"integrity\":\"sha512-srrROkDs3GfHmx8L74AKq3sgl8zf1fYKGnUq8mtvhI09ZcosGZvqgQ5tXyDIrLUlWcGsIn1Yv8lOt8G1QFnuEA==\"}},\"workflow\":{\"repository\":\"agent-teams-ai/.github\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"revision\":\"2375b0451a54b4889addef676b4788e14ad914c5\",\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\"},\"assets\":{\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"transitionCatalogDigest\":\"sha256:e9055f32a78bfba55e16c829383ec87fe2626da0ad8ee79b958753b574c441a1\"},\"schemas\":{\"consumerIntegration\":1,\"managedState\":1,\"docsProtocol\":1},\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:031f8f0e946dfb8dbe17683b226bf79aeb6d0d379a37eb0124498667e0518cd8\"}},\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"callerWorkflowPath\":\"assets/history/sha256-51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca/caller.yml\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\"}],\"schemaVersion\":1}\n";
4
4
  //# sourceMappingURL=canonical-assets.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"canonical-assets.d.ts","sourceRoot":"","sources":["../../../src/consumer-integration/generated/canonical-assets.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,oBAAoB,o3CAAo3C,CAAC;AACt5C,eAAO,MAAM,kCAAkC,0QAA0Q,CAAC;AAC1T,eAAO,MAAM,4BAA4B,4iJAA4iJ,CAAC"}
1
+ {"version":3,"file":"canonical-assets.d.ts","sourceRoot":"","sources":["../../../src/consumer-integration/generated/canonical-assets.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,oBAAoB,o3CAAo3C,CAAC;AACt5C,eAAO,MAAM,kCAAkC,0QAA0Q,CAAC;AAC1T,eAAO,MAAM,4BAA4B,m0WAAm0W,CAAC"}
@@ -1,5 +1,5 @@
1
1
  // Generated by scripts/generate-consumer-assets.mjs. Do not edit by hand.
2
2
  export const GENERATED_DOCS_SKILL = "---\nname: docs-authoring\ndescription: Use when creating, changing, reorganizing, or reviewing governed documentation in this repository.\n---\n\n# Documentation Authoring\n\nProtocol: `agent-teams.docs-protocol/v1`.\n\n## Required workflow\n\n- Read the current types, owners, placement, metadata, and index policy with `pnpm docs:info`.\n- Search first with `pnpm docs:find -- --text query`.\n- Reuse or relate existing authority instead of creating a competing source.\n- Preview with `pnpm docs:new -- --type TYPE --id ID --title TITLE --owner OWNER --summary SUMMARY --dry-run`.\n- Review the exact destination, metadata, relations, anchors, and diagnostics.\n- Apply with `pnpm docs:new -- --type TYPE --id ID --title TITLE --owner OWNER --summary SUMMARY --apply` after review.\n- Manually update the reported index/link exactly when reachability requires it.\n- Finish with `pnpm docs:check` after the index is current.\n\n## Rules\n\n- Never invent owners, types, statuses, paths, or metadata outside `docs:info`.\n- If dependencies are absent, use only `pnpm install --frozen-lockfile`; never use npx, dlx, or latest tags.\n- Keep preview and apply inputs identical.\n- Stop when recovery is required; use `pnpm docs:doctor` before `pnpm docs:recover`.\n- Resolve required anchors and blockers before apply.\n- Do not bypass repository scripts or hand-edit transaction evidence.\n";
3
3
  export const GENERATED_CALLER_WORKFLOW_TEMPLATE = "name: Documentation Protocol\n\non:\n pull_request:\n merge_group:\n push:\n\npermissions:\n contents: read\n id-token: write\n\njobs:\n docs-protocol:\n uses: {{REUSABLE_WORKFLOW_REPOSITORY}}/{{REUSABLE_WORKFLOW_PATH}}@{{REUSABLE_WORKFLOW_REVISION}}\n";
4
- export const GENERATED_TRANSITION_CATALOG = "{\"currentSourceExecutors\":[],\"directTargetBundles\":[{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09\",\"callerWorkflowPath\":\"assets/history/sha256-097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:0e24e8f1342b3ccd1e5939a45ed5fd55780ac3aa32bd8b25113924d5eb4da02f\",\"callerWorkflowDigest\":\"sha256:097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:5ada68b861bde63af2e1626e467ed09394b6c11bb13b17a443f0cb1741524b46\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc1\",\"eligibleAfter\":\"2026-08-18T02:32:57Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-OkUNMNTLEFNF/EU8L4G5+9WTg0LugsZ8nxv7dnFpPKJEUVcUrooNO2QY7DhOhHuCVDKP2ShTciCtBjra93RtJA==\",\"version\":\"0.1.0-rc.2\"},\"engineeringFoundation\":{\"integrity\":\"sha512-OLMoWreeMXfKVkVTA4A/plBZXgDE6DNB+AX7QK6K5s90s943n6vf57nskIu0eLHsQGKQ7X+AvF+DCR/57YbZtA==\",\"version\":\"0.17.0-rc.1\"}},\"qualificationEventDigest\":\"sha256:4b6f1684bb32ff0cd674d8d738ce0ed85744cb977cb8f181ad14e5b8c243cc71\",\"recordDigest\":\"sha256:5fffddec78e70c72a689c3f4957c74b7dac17e140dff6b87f2eadb6a2c61f968\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:64dac5ed1f1d565301b7195837e3c579d7a993d137c59afb9f299f6972d5c95e\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[],\"workflow\":{\"blobSha\":\"7d0f9c73a6bc1ddc2384f0ea06774719dc14458c\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"d55ebd46208f67736b5b76e7ef48a890570feeab\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"callerWorkflowPath\":\"assets/history/sha256-3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:dcc2d636629237eab4918fb513f538a538b6ac3672a928bdffe866cf4fec9a7f\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc7\",\"eligibleAfter\":\"2026-08-18T13:25:26Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-ZsbaS07YSr0udgsvFekeuc86ILn+oQ63ikuF+q5nib+1Rk+UR9to4gpeZAYQvu57Axoxi9TjZ+olE6162e1Fkg==\",\"version\":\"0.1.0-rc.5\"},\"engineeringFoundation\":{\"integrity\":\"sha512-czq6garXWUbObaqeUmgGMs3LZRKgEdOiYyMtvcnXNXI4cMjBDhwlTmW+DfQ3h5WXHo7dqzPloQvr9pjzvQhSFA==\",\"version\":\"0.17.0-rc.3\"}},\"qualificationEventDigest\":\"sha256:d24c95a0d708ec9f72340181b4cb830560ad3f44429f8df8eb65032549c57d2e\",\"recordDigest\":\"sha256:55afadf793fb62703934082c2fe682a6f678ef92ad8cd2f58d1d2d80e007c836\",\"rollbackTo\":[\"docs-2026-08-17-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:318ecaf7f78162e77794fa0eb02ac452823cfd47fce913434025698171afee81\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-17-rc1\",\"docs-2026-08-17-rc4\",\"docs-2026-08-17-rc5\",\"docs-2026-08-17-rc6\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"57e03681e820fd0378600b5169acfa1514d1065a\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"}],\"schemaVersion\":1}\n";
4
+ export const GENERATED_TRANSITION_CATALOG = "{\"currentSourceExecutors\":[],\"directTargetBundles\":[{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09\",\"callerWorkflowPath\":\"assets/history/sha256-097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:0e24e8f1342b3ccd1e5939a45ed5fd55780ac3aa32bd8b25113924d5eb4da02f\",\"callerWorkflowDigest\":\"sha256:097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:5ada68b861bde63af2e1626e467ed09394b6c11bb13b17a443f0cb1741524b46\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc1\",\"eligibleAfter\":\"2026-08-18T02:32:57Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-OkUNMNTLEFNF/EU8L4G5+9WTg0LugsZ8nxv7dnFpPKJEUVcUrooNO2QY7DhOhHuCVDKP2ShTciCtBjra93RtJA==\",\"version\":\"0.1.0-rc.2\"},\"engineeringFoundation\":{\"integrity\":\"sha512-OLMoWreeMXfKVkVTA4A/plBZXgDE6DNB+AX7QK6K5s90s943n6vf57nskIu0eLHsQGKQ7X+AvF+DCR/57YbZtA==\",\"version\":\"0.17.0-rc.1\"}},\"qualificationEventDigest\":\"sha256:4b6f1684bb32ff0cd674d8d738ce0ed85744cb977cb8f181ad14e5b8c243cc71\",\"recordDigest\":\"sha256:5fffddec78e70c72a689c3f4957c74b7dac17e140dff6b87f2eadb6a2c61f968\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:64dac5ed1f1d565301b7195837e3c579d7a993d137c59afb9f299f6972d5c95e\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[],\"workflow\":{\"blobSha\":\"7d0f9c73a6bc1ddc2384f0ea06774719dc14458c\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"d55ebd46208f67736b5b76e7ef48a890570feeab\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"callerWorkflowPath\":\"assets/history/sha256-3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:dcc2d636629237eab4918fb513f538a538b6ac3672a928bdffe866cf4fec9a7f\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc7\",\"eligibleAfter\":\"2026-08-18T13:25:26Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-ZsbaS07YSr0udgsvFekeuc86ILn+oQ63ikuF+q5nib+1Rk+UR9to4gpeZAYQvu57Axoxi9TjZ+olE6162e1Fkg==\",\"version\":\"0.1.0-rc.5\"},\"engineeringFoundation\":{\"integrity\":\"sha512-czq6garXWUbObaqeUmgGMs3LZRKgEdOiYyMtvcnXNXI4cMjBDhwlTmW+DfQ3h5WXHo7dqzPloQvr9pjzvQhSFA==\",\"version\":\"0.17.0-rc.3\"}},\"qualificationEventDigest\":\"sha256:d24c95a0d708ec9f72340181b4cb830560ad3f44429f8df8eb65032549c57d2e\",\"recordDigest\":\"sha256:55afadf793fb62703934082c2fe682a6f678ef92ad8cd2f58d1d2d80e007c836\",\"rollbackTo\":[\"docs-2026-08-17-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:318ecaf7f78162e77794fa0eb02ac452823cfd47fce913434025698171afee81\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-17-rc1\",\"docs-2026-08-17-rc4\",\"docs-2026-08-17-rc5\",\"docs-2026-08-17-rc6\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"57e03681e820fd0378600b5169acfa1514d1065a\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"callerWorkflowPath\":\"assets/history/sha256-3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:58546ba52fdb8a3293d4e1db003557208a859b149336f56c16bc8fc9061c7192\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc9\",\"eligibleAfter\":\"2026-08-18T19:03:38Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-JB4cQPqpXrmVdmiycHjHbklfQBux1wYNBo+HXFRDdLxUnjJlULe1HXjNYRf93WXfhjbV6lgN+sHRy4v1EeBEYA==\",\"version\":\"0.1.0-rc.9\"},\"engineeringFoundation\":{\"integrity\":\"sha512-uhmo9waigNcHQ5jkIGQgnGK4JDah0C8er6RKTNPUURpOUOvNM6maoEyBWp5rCy1ravzzSW3QXuNaZmCujppgGQ==\",\"version\":\"0.17.0-rc.6\"}},\"qualificationEventDigest\":\"sha256:a7e7434cf91808ab77d0529c1268011f70d824b15fe4b9ecf0dcc28c5f264912\",\"recordDigest\":\"sha256:01d4017999598091c3536e4f5977847ff18a52a235de149516251e595f9722d3\",\"rollbackTo\":[\"docs-2026-08-17-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:da419d5445a4537e282d8585af537edb1d63075e8bda75f5d1419d3e5bc0dd64\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-17-rc1\",\"docs-2026-08-17-rc4\",\"docs-2026-08-17-rc5\",\"docs-2026-08-17-rc6\",\"docs-2026-08-17-rc7\",\"docs-2026-08-17-rc8\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"57e03681e820fd0378600b5169acfa1514d1065a\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"cohort\":{\"schemaVersion\":1,\"cohortId\":\"docs-2026-08-18-rc1\",\"channel\":\"rc\",\"recordDigest\":\"sha256:b034d870526169f77ce2b454b58313df5d674f1af0ad8a5931be269d303a6dc2\",\"qualificationEventDigest\":\"sha256:78440bff3be4beec3c40a87bd3d65156ab9367a25650050945dc535d294e7139\",\"eligibleAfter\":\"2026-08-18T23:44:26Z\",\"upgradeFrom\":[\"docs-2026-08-17-rc9\"],\"rollbackTo\":[\"docs-2026-08-17-rc9\"],\"packages\":{\"docsProtocol\":{\"version\":\"0.1.0-rc.10\",\"integrity\":\"sha512-5s7lzL4mesiaxfb+IaI6A2BOuZxPDORIr5O2yFZTQXVXpBR1N45wxyAtS4f/0WBUmAwKnf+NgE9ln1GuMWV7PA==\"},\"engineeringFoundation\":{\"version\":\"0.17.0-rc.7\",\"integrity\":\"sha512-Z2kPryDLikB5rmcQOzTQSA6JboU2Hn2ZBotI8PIN0mYZ2HuADunowY6GBgSQ1o7Xb1EIrWNq4i7HEkbhOE1XMw==\"}},\"workflow\":{\"repository\":\"agent-teams-ai/.github\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"revision\":\"66f14ef062656f9c2d10cc211f814e8a7c864b25\",\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\"},\"assets\":{\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"callerWorkflowDigest\":\"sha256:fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd\",\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"transitionCatalogDigest\":\"sha256:3c97ac8f2131d8578b865114161daff9391a3759bd432c3cd0e5fa179ff9d110\"},\"schemas\":{\"consumerIntegration\":1,\"managedState\":1,\"docsProtocol\":1},\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:ad074f5f983f04649383cd2c2db55fd29536f3784eaf77b7b4927e4d691046bf\"}},\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"callerWorkflowPath\":\"assets/history/sha256-fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd/caller.yml\",\"callerWorkflowDigest\":\"sha256:fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd\",\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\"},{\"cohort\":{\"schemaVersion\":1,\"cohortId\":\"docs-2026-08-18-rc3\",\"channel\":\"rc\",\"recordDigest\":\"sha256:cc4585d73976aa9edae4a685bc907da010ce05752da37973932153ba0e57ef85\",\"qualificationEventDigest\":\"sha256:6f734db2339220d23db616ff9c5c7bd7d040c5dfb66a3b3da8b3f70bfa6ae790\",\"eligibleAfter\":\"2026-08-19T03:39:37Z\",\"upgradeFrom\":[\"docs-2026-08-18-rc1\"],\"rollbackTo\":[\"docs-2026-08-18-rc1\"],\"packages\":{\"docsProtocol\":{\"version\":\"0.1.0-rc.12\",\"integrity\":\"sha512-ZxrhOFbc8iKn167sIszuFpzyPksrPExPRRpXBXtjZ85Bvf4iNyNgxcOk3NkStl0Jsm+8J67lI12bQK/Xs/mlDQ==\"},\"engineeringFoundation\":{\"version\":\"0.17.0-rc.8\",\"integrity\":\"sha512-srrROkDs3GfHmx8L74AKq3sgl8zf1fYKGnUq8mtvhI09ZcosGZvqgQ5tXyDIrLUlWcGsIn1Yv8lOt8G1QFnuEA==\"}},\"workflow\":{\"repository\":\"agent-teams-ai/.github\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"revision\":\"2375b0451a54b4889addef676b4788e14ad914c5\",\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\"},\"assets\":{\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"transitionCatalogDigest\":\"sha256:e9055f32a78bfba55e16c829383ec87fe2626da0ad8ee79b958753b574c441a1\"},\"schemas\":{\"consumerIntegration\":1,\"managedState\":1,\"docsProtocol\":1},\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:031f8f0e946dfb8dbe17683b226bf79aeb6d0d379a37eb0124498667e0518cd8\"}},\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"callerWorkflowPath\":\"assets/history/sha256-51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca/caller.yml\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\"}],\"schemaVersion\":1}\n";
5
5
  //# sourceMappingURL=canonical-assets.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"canonical-assets.js","sourceRoot":"","sources":["../../../src/consumer-integration/generated/canonical-assets.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,MAAM,CAAC,MAAM,oBAAoB,GAAG,i3CAAi3C,CAAC;AACt5C,MAAM,CAAC,MAAM,kCAAkC,GAAG,uQAAuQ,CAAC;AAC1T,MAAM,CAAC,MAAM,4BAA4B,GAAG,yiJAAyiJ,CAAC"}
1
+ {"version":3,"file":"canonical-assets.js","sourceRoot":"","sources":["../../../src/consumer-integration/generated/canonical-assets.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,MAAM,CAAC,MAAM,oBAAoB,GAAG,i3CAAi3C,CAAC;AACt5C,MAAM,CAAC,MAAM,kCAAkC,GAAG,uQAAuQ,CAAC;AAC1T,MAAM,CAAC,MAAM,4BAA4B,GAAG,g0WAAg0W,CAAC"}
@@ -1,5 +1,5 @@
1
1
  export { CANONICAL_DOCS_SKILL, BOOTSTRAP_KNOWN_PRIOR_CALLER_WORKFLOWS, canonicalCallerWorkflow, canonicalDocsScriptsDigest, canonicalDocsScripts, canonicalManagedRoute, canonicalManagedState, describeCanonicalConsumerAssets } from "./application/policies/consumer-integration-assets.js";
2
- export { planConsumerIntegration } from "./application/use-cases/plan-consumer-integration.js";
2
+ export { planConsumerIntegration } from "./composition/consumer-integration-planner.js";
3
3
  export { planAgentsRouteV1 } from "./adapters/agents-route-adapter-v1.js";
4
4
  export type { AgentsRoutePlanV1 } from "./adapters/agents-route-adapter-v1.js";
5
5
  export { planPnpmManifestV1 } from "./adapters/pnpm-manifest-adapter-v1.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/consumer-integration/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,sCAAsC,EACtC,uBAAuB,EACvB,0BAA0B,EAC1B,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,EACrB,+BAA+B,EAChC,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EAAE,uBAAuB,EAAE,MAAM,sDAAsD,CAAC;AAC/F,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC1E,YAAY,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,YAAY,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EACL,wBAAwB,EACxB,wBAAwB,EACxB,2BAA2B,EAC3B,0BAA0B,EAC3B,MAAM,4CAA4C,CAAC;AACpD,YAAY,EAAE,8BAA8B,EAAE,MAAM,4CAA4C,CAAC;AACjG,OAAO,EACL,4BAA4B,EAC5B,4BAA4B,EAC7B,MAAM,oDAAoD,CAAC;AAC5D,YAAY,EACV,4BAA4B,EAC5B,6BAA6B,EAC7B,iCAAiC,EACjC,yBAAyB,EACzB,kCAAkC,EAClC,wBAAwB,EACxB,yBAAyB,EACzB,2BAA2B,EAC3B,4BAA4B,EAC5B,qBAAqB,EACtB,MAAM,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/consumer-integration/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,sCAAsC,EACtC,uBAAuB,EACvB,0BAA0B,EAC1B,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,EACrB,+BAA+B,EAChC,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC1E,YAAY,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,YAAY,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EACL,wBAAwB,EACxB,wBAAwB,EACxB,2BAA2B,EAC3B,0BAA0B,EAC3B,MAAM,4CAA4C,CAAC;AACpD,YAAY,EAAE,8BAA8B,EAAE,MAAM,4CAA4C,CAAC;AACjG,OAAO,EACL,4BAA4B,EAC5B,4BAA4B,EAC7B,MAAM,oDAAoD,CAAC;AAC5D,YAAY,EACV,4BAA4B,EAC5B,6BAA6B,EAC7B,iCAAiC,EACjC,yBAAyB,EACzB,kCAAkC,EAClC,wBAAwB,EACxB,yBAAyB,EACzB,2BAA2B,EAC3B,4BAA4B,EAC5B,qBAAqB,EACtB,MAAM,mBAAmB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  export { CANONICAL_DOCS_SKILL, BOOTSTRAP_KNOWN_PRIOR_CALLER_WORKFLOWS, canonicalCallerWorkflow, canonicalDocsScriptsDigest, canonicalDocsScripts, canonicalManagedRoute, canonicalManagedState, describeCanonicalConsumerAssets } from "./application/policies/consumer-integration-assets.js";
2
- export { planConsumerIntegration } from "./application/use-cases/plan-consumer-integration.js";
2
+ export { planConsumerIntegration } from "./composition/consumer-integration-planner.js";
3
3
  export { planAgentsRouteV1 } from "./adapters/agents-route-adapter-v1.js";
4
4
  export { planPnpmManifestV1 } from "./adapters/pnpm-manifest-adapter-v1.js";
5
5
  export { applyConsumerIntegration, checkConsumerIntegration, planNodeConsumerIntegration, recoverConsumerIntegration } from "./composition/node-consumer-integration.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/consumer-integration/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,sCAAsC,EACtC,uBAAuB,EACvB,0BAA0B,EAC1B,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,EACrB,+BAA+B,EAChC,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EAAE,uBAAuB,EAAE,MAAM,sDAAsD,CAAC;AAC/F,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAE1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,OAAO,EACL,wBAAwB,EACxB,wBAAwB,EACxB,2BAA2B,EAC3B,0BAA0B,EAC3B,MAAM,4CAA4C,CAAC;AAEpD,OAAO,EACL,4BAA4B,EAC5B,4BAA4B,EAC7B,MAAM,oDAAoD,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/consumer-integration/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,sCAAsC,EACtC,uBAAuB,EACvB,0BAA0B,EAC1B,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,EACrB,+BAA+B,EAChC,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAE1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,OAAO,EACL,wBAAwB,EACxB,wBAAwB,EACxB,2BAA2B,EAC3B,0BAA0B,EAC3B,MAAM,4CAA4C,CAAC;AAEpD,OAAO,EACL,4BAA4B,EAC5B,4BAA4B,EAC7B,MAAM,oDAAoD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-teams/docs-protocol",
3
- "version": "0.1.0-rc.9",
3
+ "version": "0.1.1",
4
4
  "description": "Unified deterministic documentation authoring protocol for Agent Teams repositories.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -59,7 +59,7 @@
59
59
  "ajv-formats": "3.0.1",
60
60
  "jsonc-parser": "3.3.1",
61
61
  "yaml": "2.9.0",
62
- "@agent-teams/engineering-foundation": "0.17.0-rc.6"
62
+ "@agent-teams/engineering-foundation": "0.17.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@types/node": "24.13.3",