@agent-teams/docs-protocol 0.2.0 → 0.3.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.
- package/CHANGELOG.md +14 -0
- package/README.md +19 -7
- package/assets/history/sha256-641265ef9ecff59c16482fdae1bc8fc56002b5a4a1ee34b102438d0ca08a86a3/skill.md +29 -0
- package/assets/history/sha256-7907195753506e4b0f0e89eb3f6e495bacbd79e9b9913c9f60fc4a07dffb22e5/caller.yml +14 -0
- package/assets/transition-catalog.json +1 -1
- package/dist/consumer-integration/adapters/consumer-integration-schema-validator.d.ts +1 -0
- package/dist/consumer-integration/adapters/consumer-integration-schema-validator.d.ts.map +1 -1
- package/dist/consumer-integration/adapters/consumer-integration-schema-validator.js +4 -1
- package/dist/consumer-integration/adapters/consumer-integration-schema-validator.js.map +1 -1
- package/dist/consumer-integration/adapters/consumer-upgrade-file-projectors.d.ts +10 -0
- package/dist/consumer-integration/adapters/consumer-upgrade-file-projectors.d.ts.map +1 -0
- package/dist/consumer-integration/adapters/consumer-upgrade-file-projectors.js +110 -0
- package/dist/consumer-integration/adapters/consumer-upgrade-file-projectors.js.map +1 -0
- package/dist/consumer-integration/adapters/github-cohort-authority-reader.d.ts +21 -0
- package/dist/consumer-integration/adapters/github-cohort-authority-reader.d.ts.map +1 -0
- package/dist/consumer-integration/adapters/github-cohort-authority-reader.js +215 -0
- package/dist/consumer-integration/adapters/github-cohort-authority-reader.js.map +1 -0
- package/dist/consumer-integration/adapters/node-consumer-integration-repository.d.ts.map +1 -1
- package/dist/consumer-integration/adapters/node-consumer-integration-repository.js +17 -92
- package/dist/consumer-integration/adapters/node-consumer-integration-repository.js.map +1 -1
- package/dist/consumer-integration/adapters/node-consumer-repository-files.d.ts +11 -0
- package/dist/consumer-integration/adapters/node-consumer-repository-files.d.ts.map +1 -0
- package/dist/consumer-integration/adapters/node-consumer-repository-files.js +81 -0
- package/dist/consumer-integration/adapters/node-consumer-repository-files.js.map +1 -0
- package/dist/consumer-integration/adapters/node-consumer-upgrade-sandbox.d.ts +19 -0
- package/dist/consumer-integration/adapters/node-consumer-upgrade-sandbox.d.ts.map +1 -0
- package/dist/consumer-integration/adapters/node-consumer-upgrade-sandbox.js +298 -0
- package/dist/consumer-integration/adapters/node-consumer-upgrade-sandbox.js.map +1 -0
- package/dist/consumer-integration/adapters/pnpm-manifest-adapter-v1.d.ts +4 -0
- package/dist/consumer-integration/adapters/pnpm-manifest-adapter-v1.d.ts.map +1 -1
- package/dist/consumer-integration/adapters/pnpm-manifest-adapter-v1.js +32 -1
- package/dist/consumer-integration/adapters/pnpm-manifest-adapter-v1.js.map +1 -1
- package/dist/consumer-integration/application/model/consumer-upgrade-execution.d.ts +18 -0
- package/dist/consumer-integration/application/model/consumer-upgrade-execution.d.ts.map +1 -0
- package/dist/consumer-integration/application/model/consumer-upgrade-execution.js +2 -0
- package/dist/consumer-integration/application/model/consumer-upgrade-execution.js.map +1 -0
- package/dist/consumer-integration/application/policies/consumer-integration-assets.d.ts +1 -1
- package/dist/consumer-integration/application/policies/consumer-integration-assets.d.ts.map +1 -1
- package/dist/consumer-integration/application/ports/consumer-upgrade.d.ts +28 -0
- package/dist/consumer-integration/application/ports/consumer-upgrade.d.ts.map +1 -0
- package/dist/consumer-integration/application/ports/consumer-upgrade.js +2 -0
- package/dist/consumer-integration/application/ports/consumer-upgrade.js.map +1 -0
- package/dist/consumer-integration/application/use-cases/upgrade-consumer-integration.d.ts +13 -0
- package/dist/consumer-integration/application/use-cases/upgrade-consumer-integration.d.ts.map +1 -0
- package/dist/consumer-integration/application/use-cases/upgrade-consumer-integration.js +134 -0
- package/dist/consumer-integration/application/use-cases/upgrade-consumer-integration.js.map +1 -0
- package/dist/consumer-integration/composition/consumer-integration-cli.d.ts.map +1 -1
- package/dist/consumer-integration/composition/consumer-integration-cli.js +50 -15
- package/dist/consumer-integration/composition/consumer-integration-cli.js.map +1 -1
- package/dist/consumer-integration/composition/node-consumer-integration.d.ts +6 -0
- package/dist/consumer-integration/composition/node-consumer-integration.d.ts.map +1 -1
- package/dist/consumer-integration/composition/node-consumer-integration.js +14 -0
- package/dist/consumer-integration/composition/node-consumer-integration.js.map +1 -1
- package/dist/consumer-integration/domain/model.d.ts +6 -0
- package/dist/consumer-integration/domain/model.d.ts.map +1 -1
- package/dist/consumer-integration/generated/canonical-assets.d.ts +1 -1
- package/dist/consumer-integration/generated/canonical-assets.d.ts.map +1 -1
- package/dist/consumer-integration/generated/canonical-assets.js +1 -1
- package/dist/consumer-integration/generated/canonical-assets.js.map +1 -1
- package/dist/consumer-integration/index.d.ts +3 -2
- package/dist/consumer-integration/index.d.ts.map +1 -1
- package/dist/consumer-integration/index.js +1 -1
- package/dist/consumer-integration/index.js.map +1 -1
- package/package.json +2 -1
- package/schemas/docs-consumer-upgrade-execution/v1.schema.json +44 -0
|
@@ -1,5 +1,5 @@
|
|
|
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_DOCS_SKILL_V2 = "---\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- For edits, preserve canonical frontmatter and sidecar ownership; use the repository's governed review flow rather than bypassing the create-only writer.\n- For accepted authority, record supersession explicitly instead of silently rewriting history.\n- Finish with the full consumer gate `pnpm docs:protocol:check` after the index is current.\n\n## Rules\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 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";
|
|
4
|
-
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\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd\",\"callerWorkflowPath\":\"assets/history/sha256-fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:3c97ac8f2131d8578b865114161daff9391a3759bd432c3cd0e5fa179ff9d110\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-18-rc1\",\"eligibleAfter\":\"2026-08-18T23:44:26Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-5s7lzL4mesiaxfb+IaI6A2BOuZxPDORIr5O2yFZTQXVXpBR1N45wxyAtS4f/0WBUmAwKnf+NgE9ln1GuMWV7PA==\",\"version\":\"0.1.0-rc.10\"},\"engineeringFoundation\":{\"integrity\":\"sha512-Z2kPryDLikB5rmcQOzTQSA6JboU2Hn2ZBotI8PIN0mYZ2HuADunowY6GBgSQ1o7Xb1EIrWNq4i7HEkbhOE1XMw==\",\"version\":\"0.17.0-rc.7\"}},\"qualificationEventDigest\":\"sha256:78440bff3be4beec3c40a87bd3d65156ab9367a25650050945dc535d294e7139\",\"recordDigest\":\"sha256:b034d870526169f77ce2b454b58313df5d674f1af0ad8a5931be269d303a6dc2\",\"rollbackTo\":[\"docs-2026-08-17-rc9\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:ad074f5f983f04649383cd2c2db55fd29536f3784eaf77b7b4927e4d691046bf\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-17-rc9\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"66f14ef062656f9c2d10cc211f814e8a7c864b25\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"callerWorkflowPath\":\"assets/history/sha256-51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:e9055f32a78bfba55e16c829383ec87fe2626da0ad8ee79b958753b574c441a1\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-18-rc2\",\"eligibleAfter\":\"2026-08-19T03:39:37Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-ZxrhOFbc8iKn167sIszuFpzyPksrPExPRRpXBXtjZ85Bvf4iNyNgxcOk3NkStl0Jsm+8J67lI12bQK/Xs/mlDQ==\",\"version\":\"0.1.0-rc.12\"},\"engineeringFoundation\":{\"integrity\":\"sha512-srrROkDs3GfHmx8L74AKq3sgl8zf1fYKGnUq8mtvhI09ZcosGZvqgQ5tXyDIrLUlWcGsIn1Yv8lOt8G1QFnuEA==\",\"version\":\"0.17.0-rc.8\"}},\"qualificationEventDigest\":\"sha256:5166d2df2cc6abfcabb7784d094668a309283d6d73d60ddbd0239ea162f6f502\",\"recordDigest\":\"sha256:02bc526540933e6ad1a1a648fa4398db199317a8de9dfa480adcf821c702bfd4\",\"rollbackTo\":[\"docs-2026-08-18-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:031f8f0e946dfb8dbe17683b226bf79aeb6d0d379a37eb0124498667e0518cd8\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-18-rc1\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"2375b0451a54b4889addef676b4788e14ad914c5\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"callerWorkflowPath\":\"assets/history/sha256-51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:e9055f32a78bfba55e16c829383ec87fe2626da0ad8ee79b958753b574c441a1\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-18-rc3\",\"eligibleAfter\":\"2026-08-19T03:39:37Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-ZxrhOFbc8iKn167sIszuFpzyPksrPExPRRpXBXtjZ85Bvf4iNyNgxcOk3NkStl0Jsm+8J67lI12bQK/Xs/mlDQ==\",\"version\":\"0.1.0-rc.12\"},\"engineeringFoundation\":{\"integrity\":\"sha512-srrROkDs3GfHmx8L74AKq3sgl8zf1fYKGnUq8mtvhI09ZcosGZvqgQ5tXyDIrLUlWcGsIn1Yv8lOt8G1QFnuEA==\",\"version\":\"0.17.0-rc.8\"}},\"qualificationEventDigest\":\"sha256:6f734db2339220d23db616ff9c5c7bd7d040c5dfb66a3b3da8b3f70bfa6ae790\",\"recordDigest\":\"sha256:cc4585d73976aa9edae4a685bc907da010ce05752da37973932153ba0e57ef85\",\"rollbackTo\":[\"docs-2026-08-18-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:031f8f0e946dfb8dbe17683b226bf79aeb6d0d379a37eb0124498667e0518cd8\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-18-rc1\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"2375b0451a54b4889addef676b4788e14ad914c5\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:f21dc19277a4ba24bcef90a7071c9cf50adf144769f42d6f74ff4eac9ef117cf\",\"callerWorkflowPath\":\"assets/history/sha256-f21dc19277a4ba24bcef90a7071c9cf50adf144769f42d6f74ff4eac9ef117cf/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:f21dc19277a4ba24bcef90a7071c9cf50adf144769f42d6f74ff4eac9ef117cf\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:3672621f9d68e7bcef74b6560e2b8f54cfa08b475b22bb82a56b9b34d96a803d\"},\"channel\":\"stable\",\"cohortId\":\"docs-2026-08-23-stable1\",\"eligibleAfter\":\"2026-08-24T14:10:53Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-Ci+UhsSUg+9K27zTbWBFUOO+DgWW80ZS4sCKK+K20W7hMDrG6ZXvDa1N/idmnbStytvWMa3baX0ppC1HwaN9FA==\",\"version\":\"0.1.1\"},\"engineeringFoundation\":{\"integrity\":\"sha512-ISF8bDrXN9ZQPtlDSGD+fE8zFaCAv1sLVddGUCJ5ysI0hnGuqrc8kNW442ly0Dxn34qvIjJ7TANZDAaNggpa9w==\",\"version\":\"0.17.0\"}},\"qualificationEventDigest\":\"sha256:1e3a7faaf9fcbed32534536914d67fecafe35e3fb5d109c531c24d935320e55c\",\"recordDigest\":\"sha256:a35177e6ff340a475440b7f38bf099962ad3b39f2c50af56d43ba3cd08e0905f\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:6b1a419fc7437d5d4d0744f4013d6d9349a3220d268d4c20fc788439ec5bb902\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-18-rc3\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"94190f4df44b536804fdef8341eab226d2b94f9c\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e\",\"callerWorkflowPath\":\"assets/history/sha256-d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:dd76dbd4c196bff1440f3ce105ebb65656d1c59c04c7a983a6831d100e6e8bcc\"},\"channel\":\"stable\",\"cohortId\":\"docs-2026-08-24-stable2\",\"eligibleAfter\":\"2026-08-25T15:43:15Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-gSC7j0AsSwriQRQ0sVKNZjrjU7qQArAsWfDwWUw9GoSsswEJlyjpuKbe6D7+ockc/m8esLWDz/G4B4qCASgFTg==\",\"version\":\"0.1.2\"},\"engineeringFoundation\":{\"integrity\":\"sha512-n6coMdQHgTTzuUWNDqYO9S4jd4oYTu11lxKbG188Pdd4dFAYrDUtjPtL/ZtAkTgFb2jbDLvjqQkeKU70MTGoCg==\",\"version\":\"0.18.0\"}},\"qualificationEventDigest\":\"sha256:be018ba57362a06d796386707ab75da7d670c2107c0dc1e582ffe75914cff6bf\",\"recordDigest\":\"sha256:b37736f98967b8727d9f1466f165bb8a6345ec8f4677462cd19a2247372ae003\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:91df738a5e8b5910833b20fa8937b9b15c8c9fdb30df2ba14e4b643db2976f92\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-18-rc2\",\"docs-2026-08-23-stable1\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"fdfedb5f76bc74a5bec37bf3afca2290658311ae\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e\",\"callerWorkflowPath\":\"assets/history/sha256-d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:08ca500ede528c424e8d4da21047c14e162ecc27b51ec6175d9bc5b479f6bd00\"},\"channel\":\"stable\",\"cohortId\":\"docs-2026-08-25-stable3\",\"eligibleAfter\":\"2026-08-26T22:05:43Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-BIgZBbnKTkL38wULZ6alpJKeJ+nHU2gNBP9cnDOOCSpPV3E9fZLm2RRCF9VY8rpMn3WhRFHkwoVODknu8wr+bw==\",\"version\":\"0.1.4\"},\"engineeringFoundation\":{\"integrity\":\"sha512-CeIWttZYT74jgwryA+326d21xNapep8NFQkxN9I+zAoyebEZk+apVvIndx3WC8NtJZYvzuKouEh1OB+vJPadxA==\",\"version\":\"0.19.0\"}},\"qualificationEventDigest\":\"sha256:c8879b257ceda0a53e9243e1a69c0baa5aa64ce8c5ee1c9929d659e5e3366a6f\",\"recordDigest\":\"sha256:6967adc19c521f085c2772178d170218ac4327d058f120374a87b5ba2f6b8ca5\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:ec928825d7093ab3d1decf58c9e9cad02c0abebc6c083641c876f9ad63f698a2\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-24-stable2\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"fdfedb5f76bc74a5bec37bf3afca2290658311ae\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"}],\"schemaVersion\":1}\n";
|
|
4
|
+
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\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":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\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":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\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":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\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd\",\"callerWorkflowPath\":\"assets/history/sha256-fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:3c97ac8f2131d8578b865114161daff9391a3759bd432c3cd0e5fa179ff9d110\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-18-rc1\",\"eligibleAfter\":\"2026-08-18T23:44:26Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-5s7lzL4mesiaxfb+IaI6A2BOuZxPDORIr5O2yFZTQXVXpBR1N45wxyAtS4f/0WBUmAwKnf+NgE9ln1GuMWV7PA==\",\"version\":\"0.1.0-rc.10\"},\"engineeringFoundation\":{\"integrity\":\"sha512-Z2kPryDLikB5rmcQOzTQSA6JboU2Hn2ZBotI8PIN0mYZ2HuADunowY6GBgSQ1o7Xb1EIrWNq4i7HEkbhOE1XMw==\",\"version\":\"0.17.0-rc.7\"}},\"qualificationEventDigest\":\"sha256:78440bff3be4beec3c40a87bd3d65156ab9367a25650050945dc535d294e7139\",\"recordDigest\":\"sha256:b034d870526169f77ce2b454b58313df5d674f1af0ad8a5931be269d303a6dc2\",\"rollbackTo\":[\"docs-2026-08-17-rc9\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:ad074f5f983f04649383cd2c2db55fd29536f3784eaf77b7b4927e4d691046bf\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":1,\"upgradeFrom\":[\"docs-2026-08-17-rc9\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"66f14ef062656f9c2d10cc211f814e8a7c864b25\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"callerWorkflowPath\":\"assets/history/sha256-51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:e9055f32a78bfba55e16c829383ec87fe2626da0ad8ee79b958753b574c441a1\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-18-rc2\",\"eligibleAfter\":\"2026-08-19T03:39:37Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-ZxrhOFbc8iKn167sIszuFpzyPksrPExPRRpXBXtjZ85Bvf4iNyNgxcOk3NkStl0Jsm+8J67lI12bQK/Xs/mlDQ==\",\"version\":\"0.1.0-rc.12\"},\"engineeringFoundation\":{\"integrity\":\"sha512-srrROkDs3GfHmx8L74AKq3sgl8zf1fYKGnUq8mtvhI09ZcosGZvqgQ5tXyDIrLUlWcGsIn1Yv8lOt8G1QFnuEA==\",\"version\":\"0.17.0-rc.8\"}},\"qualificationEventDigest\":\"sha256:5166d2df2cc6abfcabb7784d094668a309283d6d73d60ddbd0239ea162f6f502\",\"recordDigest\":\"sha256:02bc526540933e6ad1a1a648fa4398db199317a8de9dfa480adcf821c702bfd4\",\"rollbackTo\":[\"docs-2026-08-18-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:031f8f0e946dfb8dbe17683b226bf79aeb6d0d379a37eb0124498667e0518cd8\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":1,\"upgradeFrom\":[\"docs-2026-08-18-rc1\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"2375b0451a54b4889addef676b4788e14ad914c5\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"callerWorkflowPath\":\"assets/history/sha256-51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:e9055f32a78bfba55e16c829383ec87fe2626da0ad8ee79b958753b574c441a1\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-18-rc3\",\"eligibleAfter\":\"2026-08-19T03:39:37Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-ZxrhOFbc8iKn167sIszuFpzyPksrPExPRRpXBXtjZ85Bvf4iNyNgxcOk3NkStl0Jsm+8J67lI12bQK/Xs/mlDQ==\",\"version\":\"0.1.0-rc.12\"},\"engineeringFoundation\":{\"integrity\":\"sha512-srrROkDs3GfHmx8L74AKq3sgl8zf1fYKGnUq8mtvhI09ZcosGZvqgQ5tXyDIrLUlWcGsIn1Yv8lOt8G1QFnuEA==\",\"version\":\"0.17.0-rc.8\"}},\"qualificationEventDigest\":\"sha256:6f734db2339220d23db616ff9c5c7bd7d040c5dfb66a3b3da8b3f70bfa6ae790\",\"recordDigest\":\"sha256:cc4585d73976aa9edae4a685bc907da010ce05752da37973932153ba0e57ef85\",\"rollbackTo\":[\"docs-2026-08-18-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:031f8f0e946dfb8dbe17683b226bf79aeb6d0d379a37eb0124498667e0518cd8\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":1,\"upgradeFrom\":[\"docs-2026-08-18-rc1\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"2375b0451a54b4889addef676b4788e14ad914c5\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:f21dc19277a4ba24bcef90a7071c9cf50adf144769f42d6f74ff4eac9ef117cf\",\"callerWorkflowPath\":\"assets/history/sha256-f21dc19277a4ba24bcef90a7071c9cf50adf144769f42d6f74ff4eac9ef117cf/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:f21dc19277a4ba24bcef90a7071c9cf50adf144769f42d6f74ff4eac9ef117cf\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:3672621f9d68e7bcef74b6560e2b8f54cfa08b475b22bb82a56b9b34d96a803d\"},\"channel\":\"stable\",\"cohortId\":\"docs-2026-08-23-stable1\",\"eligibleAfter\":\"2026-08-24T14:10:53Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-Ci+UhsSUg+9K27zTbWBFUOO+DgWW80ZS4sCKK+K20W7hMDrG6ZXvDa1N/idmnbStytvWMa3baX0ppC1HwaN9FA==\",\"version\":\"0.1.1\"},\"engineeringFoundation\":{\"integrity\":\"sha512-ISF8bDrXN9ZQPtlDSGD+fE8zFaCAv1sLVddGUCJ5ysI0hnGuqrc8kNW442ly0Dxn34qvIjJ7TANZDAaNggpa9w==\",\"version\":\"0.17.0\"}},\"qualificationEventDigest\":\"sha256:1e3a7faaf9fcbed32534536914d67fecafe35e3fb5d109c531c24d935320e55c\",\"recordDigest\":\"sha256:a35177e6ff340a475440b7f38bf099962ad3b39f2c50af56d43ba3cd08e0905f\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:6b1a419fc7437d5d4d0744f4013d6d9349a3220d268d4c20fc788439ec5bb902\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":1,\"upgradeFrom\":[\"docs-2026-08-18-rc3\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"94190f4df44b536804fdef8341eab226d2b94f9c\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e\",\"callerWorkflowPath\":\"assets/history/sha256-d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:dd76dbd4c196bff1440f3ce105ebb65656d1c59c04c7a983a6831d100e6e8bcc\"},\"channel\":\"stable\",\"cohortId\":\"docs-2026-08-24-stable2\",\"eligibleAfter\":\"2026-08-25T15:43:15Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-gSC7j0AsSwriQRQ0sVKNZjrjU7qQArAsWfDwWUw9GoSsswEJlyjpuKbe6D7+ockc/m8esLWDz/G4B4qCASgFTg==\",\"version\":\"0.1.2\"},\"engineeringFoundation\":{\"integrity\":\"sha512-n6coMdQHgTTzuUWNDqYO9S4jd4oYTu11lxKbG188Pdd4dFAYrDUtjPtL/ZtAkTgFb2jbDLvjqQkeKU70MTGoCg==\",\"version\":\"0.18.0\"}},\"qualificationEventDigest\":\"sha256:be018ba57362a06d796386707ab75da7d670c2107c0dc1e582ffe75914cff6bf\",\"recordDigest\":\"sha256:b37736f98967b8727d9f1466f165bb8a6345ec8f4677462cd19a2247372ae003\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:91df738a5e8b5910833b20fa8937b9b15c8c9fdb30df2ba14e4b643db2976f92\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":1,\"upgradeFrom\":[\"docs-2026-08-18-rc2\",\"docs-2026-08-23-stable1\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"fdfedb5f76bc74a5bec37bf3afca2290658311ae\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e\",\"callerWorkflowPath\":\"assets/history/sha256-d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:08ca500ede528c424e8d4da21047c14e162ecc27b51ec6175d9bc5b479f6bd00\"},\"channel\":\"stable\",\"cohortId\":\"docs-2026-08-25-stable3\",\"eligibleAfter\":\"2026-08-26T22:05:43Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-BIgZBbnKTkL38wULZ6alpJKeJ+nHU2gNBP9cnDOOCSpPV3E9fZLm2RRCF9VY8rpMn3WhRFHkwoVODknu8wr+bw==\",\"version\":\"0.1.4\"},\"engineeringFoundation\":{\"integrity\":\"sha512-CeIWttZYT74jgwryA+326d21xNapep8NFQkxN9I+zAoyebEZk+apVvIndx3WC8NtJZYvzuKouEh1OB+vJPadxA==\",\"version\":\"0.19.0\"}},\"qualificationEventDigest\":\"sha256:c8879b257ceda0a53e9243e1a69c0baa5aa64ce8c5ee1c9929d659e5e3366a6f\",\"recordDigest\":\"sha256:6967adc19c521f085c2772178d170218ac4327d058f120374a87b5ba2f6b8ca5\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:ec928825d7093ab3d1decf58c9e9cad02c0abebc6c083641c876f9ad63f698a2\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":1,\"upgradeFrom\":[\"docs-2026-08-24-stable2\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"fdfedb5f76bc74a5bec37bf3afca2290658311ae\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:7907195753506e4b0f0e89eb3f6e495bacbd79e9b9913c9f60fc4a07dffb22e5\",\"callerWorkflowPath\":\"assets/history/sha256-7907195753506e4b0f0e89eb3f6e495bacbd79e9b9913c9f60fc4a07dffb22e5/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:74cdec4a7982588c53660e9b432fc12daa7adc7a930d147a5b0e46888e210f19\",\"callerWorkflowDigest\":\"sha256:7907195753506e4b0f0e89eb3f6e495bacbd79e9b9913c9f60fc4a07dffb22e5\",\"skillDigest\":\"sha256:641265ef9ecff59c16482fdae1bc8fc56002b5a4a1ee34b102438d0ca08a86a3\",\"transitionCatalogDigest\":\"sha256:7f8df2679785c9495a73c99362987e5d2ae63e120f4bf76801b2ad72d3b66ed4\"},\"channel\":\"stable\",\"cohortId\":\"docs-2026-08-28-stable8\",\"eligibleAfter\":\"2026-08-28T23:40:55Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-KtmILYJTQf91wU643UMRh5QuO2Jnbn5f/kBD6e3agUIWv0KpuxHqEyZZPLsp0jiTA1WV4TBJa4EyFDT0Ju1/KQ==\",\"version\":\"0.2.0\"},\"engineeringFoundation\":{\"integrity\":\"sha512-YGyNyfpxyElMUALIho+pi+xM9XHXWWEV5hBBEzcysaCO1Dgz5/3GuUjQ6fQM2sCjfPo7Pd6OoFJOSKiHaqe5ZA==\",\"version\":\"0.20.0\"}},\"qualificationEventDigest\":\"sha256:bc24797129f6fedd4d252f20deebf9762da1093ff7a5dea137c32cb52d12e471\",\"recordDigest\":\"sha256:e1ad7395b51d7b912db2181d263104067c712fc0cd13bac91aa5dccbc2590cc4\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:ed129c55d58c16fd38978598c49ee1716af0f2db90d7242553d39078073cc620\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":1,\"upgradeFrom\":[\"docs-2026-08-25-stable3\"],\"workflow\":{\"blobSha\":\"efb9327218d89b6959ee38fa09b0e68f1ce5fe22\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"07d49409cb51f6124ad17673860b812a9d7b5f5b\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:641265ef9ecff59c16482fdae1bc8fc56002b5a4a1ee34b102438d0ca08a86a3\",\"skillPath\":\"assets/history/sha256-641265ef9ecff59c16482fdae1bc8fc56002b5a4a1ee34b102438d0ca08a86a3/skill.md\"}],\"schemaVersion\":1}\n";
|
|
5
5
|
//# 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,uBAAuB,+oDAA+oD,CAAC;AACprD,eAAO,MAAM,kCAAkC,0QAA0Q,CAAC;AAC1T,eAAO,MAAM,4BAA4B,
|
|
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,uBAAuB,+oDAA+oD,CAAC;AACprD,eAAO,MAAM,kCAAkC,0QAA0Q,CAAC;AAC1T,eAAO,MAAM,4BAA4B,+1sBAA+1sB,CAAC"}
|
|
@@ -2,5 +2,5 @@
|
|
|
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_DOCS_SKILL_V2 = "---\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- For edits, preserve canonical frontmatter and sidecar ownership; use the repository's governed review flow rather than bypassing the create-only writer.\n- For accepted authority, record supersession explicitly instead of silently rewriting history.\n- Finish with the full consumer gate `pnpm docs:protocol:check` after the index is current.\n\n## Rules\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";
|
|
4
4
|
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";
|
|
5
|
-
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\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd\",\"callerWorkflowPath\":\"assets/history/sha256-fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:3c97ac8f2131d8578b865114161daff9391a3759bd432c3cd0e5fa179ff9d110\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-18-rc1\",\"eligibleAfter\":\"2026-08-18T23:44:26Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-5s7lzL4mesiaxfb+IaI6A2BOuZxPDORIr5O2yFZTQXVXpBR1N45wxyAtS4f/0WBUmAwKnf+NgE9ln1GuMWV7PA==\",\"version\":\"0.1.0-rc.10\"},\"engineeringFoundation\":{\"integrity\":\"sha512-Z2kPryDLikB5rmcQOzTQSA6JboU2Hn2ZBotI8PIN0mYZ2HuADunowY6GBgSQ1o7Xb1EIrWNq4i7HEkbhOE1XMw==\",\"version\":\"0.17.0-rc.7\"}},\"qualificationEventDigest\":\"sha256:78440bff3be4beec3c40a87bd3d65156ab9367a25650050945dc535d294e7139\",\"recordDigest\":\"sha256:b034d870526169f77ce2b454b58313df5d674f1af0ad8a5931be269d303a6dc2\",\"rollbackTo\":[\"docs-2026-08-17-rc9\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:ad074f5f983f04649383cd2c2db55fd29536f3784eaf77b7b4927e4d691046bf\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-17-rc9\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"66f14ef062656f9c2d10cc211f814e8a7c864b25\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"callerWorkflowPath\":\"assets/history/sha256-51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:e9055f32a78bfba55e16c829383ec87fe2626da0ad8ee79b958753b574c441a1\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-18-rc2\",\"eligibleAfter\":\"2026-08-19T03:39:37Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-ZxrhOFbc8iKn167sIszuFpzyPksrPExPRRpXBXtjZ85Bvf4iNyNgxcOk3NkStl0Jsm+8J67lI12bQK/Xs/mlDQ==\",\"version\":\"0.1.0-rc.12\"},\"engineeringFoundation\":{\"integrity\":\"sha512-srrROkDs3GfHmx8L74AKq3sgl8zf1fYKGnUq8mtvhI09ZcosGZvqgQ5tXyDIrLUlWcGsIn1Yv8lOt8G1QFnuEA==\",\"version\":\"0.17.0-rc.8\"}},\"qualificationEventDigest\":\"sha256:5166d2df2cc6abfcabb7784d094668a309283d6d73d60ddbd0239ea162f6f502\",\"recordDigest\":\"sha256:02bc526540933e6ad1a1a648fa4398db199317a8de9dfa480adcf821c702bfd4\",\"rollbackTo\":[\"docs-2026-08-18-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:031f8f0e946dfb8dbe17683b226bf79aeb6d0d379a37eb0124498667e0518cd8\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-18-rc1\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"2375b0451a54b4889addef676b4788e14ad914c5\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"callerWorkflowPath\":\"assets/history/sha256-51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:e9055f32a78bfba55e16c829383ec87fe2626da0ad8ee79b958753b574c441a1\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-18-rc3\",\"eligibleAfter\":\"2026-08-19T03:39:37Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-ZxrhOFbc8iKn167sIszuFpzyPksrPExPRRpXBXtjZ85Bvf4iNyNgxcOk3NkStl0Jsm+8J67lI12bQK/Xs/mlDQ==\",\"version\":\"0.1.0-rc.12\"},\"engineeringFoundation\":{\"integrity\":\"sha512-srrROkDs3GfHmx8L74AKq3sgl8zf1fYKGnUq8mtvhI09ZcosGZvqgQ5tXyDIrLUlWcGsIn1Yv8lOt8G1QFnuEA==\",\"version\":\"0.17.0-rc.8\"}},\"qualificationEventDigest\":\"sha256:6f734db2339220d23db616ff9c5c7bd7d040c5dfb66a3b3da8b3f70bfa6ae790\",\"recordDigest\":\"sha256:cc4585d73976aa9edae4a685bc907da010ce05752da37973932153ba0e57ef85\",\"rollbackTo\":[\"docs-2026-08-18-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:031f8f0e946dfb8dbe17683b226bf79aeb6d0d379a37eb0124498667e0518cd8\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-18-rc1\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"2375b0451a54b4889addef676b4788e14ad914c5\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:f21dc19277a4ba24bcef90a7071c9cf50adf144769f42d6f74ff4eac9ef117cf\",\"callerWorkflowPath\":\"assets/history/sha256-f21dc19277a4ba24bcef90a7071c9cf50adf144769f42d6f74ff4eac9ef117cf/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:f21dc19277a4ba24bcef90a7071c9cf50adf144769f42d6f74ff4eac9ef117cf\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:3672621f9d68e7bcef74b6560e2b8f54cfa08b475b22bb82a56b9b34d96a803d\"},\"channel\":\"stable\",\"cohortId\":\"docs-2026-08-23-stable1\",\"eligibleAfter\":\"2026-08-24T14:10:53Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-Ci+UhsSUg+9K27zTbWBFUOO+DgWW80ZS4sCKK+K20W7hMDrG6ZXvDa1N/idmnbStytvWMa3baX0ppC1HwaN9FA==\",\"version\":\"0.1.1\"},\"engineeringFoundation\":{\"integrity\":\"sha512-ISF8bDrXN9ZQPtlDSGD+fE8zFaCAv1sLVddGUCJ5ysI0hnGuqrc8kNW442ly0Dxn34qvIjJ7TANZDAaNggpa9w==\",\"version\":\"0.17.0\"}},\"qualificationEventDigest\":\"sha256:1e3a7faaf9fcbed32534536914d67fecafe35e3fb5d109c531c24d935320e55c\",\"recordDigest\":\"sha256:a35177e6ff340a475440b7f38bf099962ad3b39f2c50af56d43ba3cd08e0905f\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:6b1a419fc7437d5d4d0744f4013d6d9349a3220d268d4c20fc788439ec5bb902\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-18-rc3\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"94190f4df44b536804fdef8341eab226d2b94f9c\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e\",\"callerWorkflowPath\":\"assets/history/sha256-d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:dd76dbd4c196bff1440f3ce105ebb65656d1c59c04c7a983a6831d100e6e8bcc\"},\"channel\":\"stable\",\"cohortId\":\"docs-2026-08-24-stable2\",\"eligibleAfter\":\"2026-08-25T15:43:15Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-gSC7j0AsSwriQRQ0sVKNZjrjU7qQArAsWfDwWUw9GoSsswEJlyjpuKbe6D7+ockc/m8esLWDz/G4B4qCASgFTg==\",\"version\":\"0.1.2\"},\"engineeringFoundation\":{\"integrity\":\"sha512-n6coMdQHgTTzuUWNDqYO9S4jd4oYTu11lxKbG188Pdd4dFAYrDUtjPtL/ZtAkTgFb2jbDLvjqQkeKU70MTGoCg==\",\"version\":\"0.18.0\"}},\"qualificationEventDigest\":\"sha256:be018ba57362a06d796386707ab75da7d670c2107c0dc1e582ffe75914cff6bf\",\"recordDigest\":\"sha256:b37736f98967b8727d9f1466f165bb8a6345ec8f4677462cd19a2247372ae003\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:91df738a5e8b5910833b20fa8937b9b15c8c9fdb30df2ba14e4b643db2976f92\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-18-rc2\",\"docs-2026-08-23-stable1\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"fdfedb5f76bc74a5bec37bf3afca2290658311ae\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e\",\"callerWorkflowPath\":\"assets/history/sha256-d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:08ca500ede528c424e8d4da21047c14e162ecc27b51ec6175d9bc5b479f6bd00\"},\"channel\":\"stable\",\"cohortId\":\"docs-2026-08-25-stable3\",\"eligibleAfter\":\"2026-08-26T22:05:43Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-BIgZBbnKTkL38wULZ6alpJKeJ+nHU2gNBP9cnDOOCSpPV3E9fZLm2RRCF9VY8rpMn3WhRFHkwoVODknu8wr+bw==\",\"version\":\"0.1.4\"},\"engineeringFoundation\":{\"integrity\":\"sha512-CeIWttZYT74jgwryA+326d21xNapep8NFQkxN9I+zAoyebEZk+apVvIndx3WC8NtJZYvzuKouEh1OB+vJPadxA==\",\"version\":\"0.19.0\"}},\"qualificationEventDigest\":\"sha256:c8879b257ceda0a53e9243e1a69c0baa5aa64ce8c5ee1c9929d659e5e3366a6f\",\"recordDigest\":\"sha256:6967adc19c521f085c2772178d170218ac4327d058f120374a87b5ba2f6b8ca5\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:ec928825d7093ab3d1decf58c9e9cad02c0abebc6c083641c876f9ad63f698a2\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-24-stable2\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"fdfedb5f76bc74a5bec37bf3afca2290658311ae\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"}],\"schemaVersion\":1}\n";
|
|
5
|
+
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\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":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\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":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\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":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\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd\",\"callerWorkflowPath\":\"assets/history/sha256-fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:3c97ac8f2131d8578b865114161daff9391a3759bd432c3cd0e5fa179ff9d110\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-18-rc1\",\"eligibleAfter\":\"2026-08-18T23:44:26Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-5s7lzL4mesiaxfb+IaI6A2BOuZxPDORIr5O2yFZTQXVXpBR1N45wxyAtS4f/0WBUmAwKnf+NgE9ln1GuMWV7PA==\",\"version\":\"0.1.0-rc.10\"},\"engineeringFoundation\":{\"integrity\":\"sha512-Z2kPryDLikB5rmcQOzTQSA6JboU2Hn2ZBotI8PIN0mYZ2HuADunowY6GBgSQ1o7Xb1EIrWNq4i7HEkbhOE1XMw==\",\"version\":\"0.17.0-rc.7\"}},\"qualificationEventDigest\":\"sha256:78440bff3be4beec3c40a87bd3d65156ab9367a25650050945dc535d294e7139\",\"recordDigest\":\"sha256:b034d870526169f77ce2b454b58313df5d674f1af0ad8a5931be269d303a6dc2\",\"rollbackTo\":[\"docs-2026-08-17-rc9\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:ad074f5f983f04649383cd2c2db55fd29536f3784eaf77b7b4927e4d691046bf\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":1,\"upgradeFrom\":[\"docs-2026-08-17-rc9\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"66f14ef062656f9c2d10cc211f814e8a7c864b25\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"callerWorkflowPath\":\"assets/history/sha256-51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:e9055f32a78bfba55e16c829383ec87fe2626da0ad8ee79b958753b574c441a1\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-18-rc2\",\"eligibleAfter\":\"2026-08-19T03:39:37Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-ZxrhOFbc8iKn167sIszuFpzyPksrPExPRRpXBXtjZ85Bvf4iNyNgxcOk3NkStl0Jsm+8J67lI12bQK/Xs/mlDQ==\",\"version\":\"0.1.0-rc.12\"},\"engineeringFoundation\":{\"integrity\":\"sha512-srrROkDs3GfHmx8L74AKq3sgl8zf1fYKGnUq8mtvhI09ZcosGZvqgQ5tXyDIrLUlWcGsIn1Yv8lOt8G1QFnuEA==\",\"version\":\"0.17.0-rc.8\"}},\"qualificationEventDigest\":\"sha256:5166d2df2cc6abfcabb7784d094668a309283d6d73d60ddbd0239ea162f6f502\",\"recordDigest\":\"sha256:02bc526540933e6ad1a1a648fa4398db199317a8de9dfa480adcf821c702bfd4\",\"rollbackTo\":[\"docs-2026-08-18-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:031f8f0e946dfb8dbe17683b226bf79aeb6d0d379a37eb0124498667e0518cd8\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":1,\"upgradeFrom\":[\"docs-2026-08-18-rc1\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"2375b0451a54b4889addef676b4788e14ad914c5\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"callerWorkflowPath\":\"assets/history/sha256-51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:51d3f02a352ce2c3b0a4068a86b6899a57ab54b0a876c468e3fb3e536519caca\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:e9055f32a78bfba55e16c829383ec87fe2626da0ad8ee79b958753b574c441a1\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-18-rc3\",\"eligibleAfter\":\"2026-08-19T03:39:37Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-ZxrhOFbc8iKn167sIszuFpzyPksrPExPRRpXBXtjZ85Bvf4iNyNgxcOk3NkStl0Jsm+8J67lI12bQK/Xs/mlDQ==\",\"version\":\"0.1.0-rc.12\"},\"engineeringFoundation\":{\"integrity\":\"sha512-srrROkDs3GfHmx8L74AKq3sgl8zf1fYKGnUq8mtvhI09ZcosGZvqgQ5tXyDIrLUlWcGsIn1Yv8lOt8G1QFnuEA==\",\"version\":\"0.17.0-rc.8\"}},\"qualificationEventDigest\":\"sha256:6f734db2339220d23db616ff9c5c7bd7d040c5dfb66a3b3da8b3f70bfa6ae790\",\"recordDigest\":\"sha256:cc4585d73976aa9edae4a685bc907da010ce05752da37973932153ba0e57ef85\",\"rollbackTo\":[\"docs-2026-08-18-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:031f8f0e946dfb8dbe17683b226bf79aeb6d0d379a37eb0124498667e0518cd8\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":1,\"upgradeFrom\":[\"docs-2026-08-18-rc1\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"2375b0451a54b4889addef676b4788e14ad914c5\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:f21dc19277a4ba24bcef90a7071c9cf50adf144769f42d6f74ff4eac9ef117cf\",\"callerWorkflowPath\":\"assets/history/sha256-f21dc19277a4ba24bcef90a7071c9cf50adf144769f42d6f74ff4eac9ef117cf/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:f21dc19277a4ba24bcef90a7071c9cf50adf144769f42d6f74ff4eac9ef117cf\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:3672621f9d68e7bcef74b6560e2b8f54cfa08b475b22bb82a56b9b34d96a803d\"},\"channel\":\"stable\",\"cohortId\":\"docs-2026-08-23-stable1\",\"eligibleAfter\":\"2026-08-24T14:10:53Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-Ci+UhsSUg+9K27zTbWBFUOO+DgWW80ZS4sCKK+K20W7hMDrG6ZXvDa1N/idmnbStytvWMa3baX0ppC1HwaN9FA==\",\"version\":\"0.1.1\"},\"engineeringFoundation\":{\"integrity\":\"sha512-ISF8bDrXN9ZQPtlDSGD+fE8zFaCAv1sLVddGUCJ5ysI0hnGuqrc8kNW442ly0Dxn34qvIjJ7TANZDAaNggpa9w==\",\"version\":\"0.17.0\"}},\"qualificationEventDigest\":\"sha256:1e3a7faaf9fcbed32534536914d67fecafe35e3fb5d109c531c24d935320e55c\",\"recordDigest\":\"sha256:a35177e6ff340a475440b7f38bf099962ad3b39f2c50af56d43ba3cd08e0905f\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:6b1a419fc7437d5d4d0744f4013d6d9349a3220d268d4c20fc788439ec5bb902\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":1,\"upgradeFrom\":[\"docs-2026-08-18-rc3\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"94190f4df44b536804fdef8341eab226d2b94f9c\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e\",\"callerWorkflowPath\":\"assets/history/sha256-d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:dd76dbd4c196bff1440f3ce105ebb65656d1c59c04c7a983a6831d100e6e8bcc\"},\"channel\":\"stable\",\"cohortId\":\"docs-2026-08-24-stable2\",\"eligibleAfter\":\"2026-08-25T15:43:15Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-gSC7j0AsSwriQRQ0sVKNZjrjU7qQArAsWfDwWUw9GoSsswEJlyjpuKbe6D7+ockc/m8esLWDz/G4B4qCASgFTg==\",\"version\":\"0.1.2\"},\"engineeringFoundation\":{\"integrity\":\"sha512-n6coMdQHgTTzuUWNDqYO9S4jd4oYTu11lxKbG188Pdd4dFAYrDUtjPtL/ZtAkTgFb2jbDLvjqQkeKU70MTGoCg==\",\"version\":\"0.18.0\"}},\"qualificationEventDigest\":\"sha256:be018ba57362a06d796386707ab75da7d670c2107c0dc1e582ffe75914cff6bf\",\"recordDigest\":\"sha256:b37736f98967b8727d9f1466f165bb8a6345ec8f4677462cd19a2247372ae003\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:91df738a5e8b5910833b20fa8937b9b15c8c9fdb30df2ba14e4b643db2976f92\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":1,\"upgradeFrom\":[\"docs-2026-08-18-rc2\",\"docs-2026-08-23-stable1\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"fdfedb5f76bc74a5bec37bf3afca2290658311ae\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e\",\"callerWorkflowPath\":\"assets/history/sha256-d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:d697c5c7c9bcfccfc006fcf7e4d4cc8e7c629f9689781b9b0b50f30d82bc019e\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:08ca500ede528c424e8d4da21047c14e162ecc27b51ec6175d9bc5b479f6bd00\"},\"channel\":\"stable\",\"cohortId\":\"docs-2026-08-25-stable3\",\"eligibleAfter\":\"2026-08-26T22:05:43Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-BIgZBbnKTkL38wULZ6alpJKeJ+nHU2gNBP9cnDOOCSpPV3E9fZLm2RRCF9VY8rpMn3WhRFHkwoVODknu8wr+bw==\",\"version\":\"0.1.4\"},\"engineeringFoundation\":{\"integrity\":\"sha512-CeIWttZYT74jgwryA+326d21xNapep8NFQkxN9I+zAoyebEZk+apVvIndx3WC8NtJZYvzuKouEh1OB+vJPadxA==\",\"version\":\"0.19.0\"}},\"qualificationEventDigest\":\"sha256:c8879b257ceda0a53e9243e1a69c0baa5aa64ce8c5ee1c9929d659e5e3366a6f\",\"recordDigest\":\"sha256:6967adc19c521f085c2772178d170218ac4327d058f120374a87b5ba2f6b8ca5\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:ec928825d7093ab3d1decf58c9e9cad02c0abebc6c083641c876f9ad63f698a2\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":1,\"upgradeFrom\":[\"docs-2026-08-24-stable2\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"fdfedb5f76bc74a5bec37bf3afca2290658311ae\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:7907195753506e4b0f0e89eb3f6e495bacbd79e9b9913c9f60fc4a07dffb22e5\",\"callerWorkflowPath\":\"assets/history/sha256-7907195753506e4b0f0e89eb3f6e495bacbd79e9b9913c9f60fc4a07dffb22e5/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:74cdec4a7982588c53660e9b432fc12daa7adc7a930d147a5b0e46888e210f19\",\"callerWorkflowDigest\":\"sha256:7907195753506e4b0f0e89eb3f6e495bacbd79e9b9913c9f60fc4a07dffb22e5\",\"skillDigest\":\"sha256:641265ef9ecff59c16482fdae1bc8fc56002b5a4a1ee34b102438d0ca08a86a3\",\"transitionCatalogDigest\":\"sha256:7f8df2679785c9495a73c99362987e5d2ae63e120f4bf76801b2ad72d3b66ed4\"},\"channel\":\"stable\",\"cohortId\":\"docs-2026-08-28-stable8\",\"eligibleAfter\":\"2026-08-28T23:40:55Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-KtmILYJTQf91wU643UMRh5QuO2Jnbn5f/kBD6e3agUIWv0KpuxHqEyZZPLsp0jiTA1WV4TBJa4EyFDT0Ju1/KQ==\",\"version\":\"0.2.0\"},\"engineeringFoundation\":{\"integrity\":\"sha512-YGyNyfpxyElMUALIho+pi+xM9XHXWWEV5hBBEzcysaCO1Dgz5/3GuUjQ6fQM2sCjfPo7Pd6OoFJOSKiHaqe5ZA==\",\"version\":\"0.20.0\"}},\"qualificationEventDigest\":\"sha256:bc24797129f6fedd4d252f20deebf9762da1093ff7a5dea137c32cb52d12e471\",\"recordDigest\":\"sha256:e1ad7395b51d7b912db2181d263104067c712fc0cd13bac91aa5dccbc2590cc4\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:ed129c55d58c16fd38978598c49ee1716af0f2db90d7242553d39078073cc620\"},\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"schemaVersion\":1,\"upgradeFrom\":[\"docs-2026-08-25-stable3\"],\"workflow\":{\"blobSha\":\"efb9327218d89b6959ee38fa09b0e68f1ce5fe22\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"07d49409cb51f6124ad17673860b812a9d7b5f5b\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:641265ef9ecff59c16482fdae1bc8fc56002b5a4a1ee34b102438d0ca08a86a3\",\"skillPath\":\"assets/history/sha256-641265ef9ecff59c16482fdae1bc8fc56002b5a4a1ee34b102438d0ca08a86a3/skill.md\"}],\"schemaVersion\":1}\n";
|
|
6
6
|
//# 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,uBAAuB,GAAG,4oDAA4oD,CAAC;AACprD,MAAM,CAAC,MAAM,kCAAkC,GAAG,uQAAuQ,CAAC;AAC1T,MAAM,CAAC,MAAM,4BAA4B,GAAG,
|
|
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,uBAAuB,GAAG,4oDAA4oD,CAAC;AACprD,MAAM,CAAC,MAAM,kCAAkC,GAAG,uQAAuQ,CAAC;AAC1T,MAAM,CAAC,MAAM,4BAA4B,GAAG,41sBAA41sB,CAAC"}
|
|
@@ -4,8 +4,9 @@ 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";
|
|
6
6
|
export type { PnpmManifestPlanV1 } from "./adapters/pnpm-manifest-adapter-v1.js";
|
|
7
|
-
export { applyConsumerIntegration, checkConsumerIntegration, planNodeConsumerIntegration, recoverConsumerIntegration } from "./composition/node-consumer-integration.js";
|
|
7
|
+
export { applyConsumerIntegration, checkConsumerIntegration, planNodeConsumerIntegration, recoverConsumerIntegration, upgradeConsumerIntegration } from "./composition/node-consumer-integration.js";
|
|
8
8
|
export type { ConsumerIntegrationExecutionV1 } from "./composition/node-consumer-integration.js";
|
|
9
|
+
export type { ConsumerUpgradeExecutionV1 } from "./application/model/consumer-upgrade-execution.js";
|
|
9
10
|
export { ConsumerIntegrationNodeError, readConsumerIntegrationInput } from "./adapters/node-consumer-integration-repository.js";
|
|
10
|
-
export type { ConsumerIntegrationAssetPlan, ConsumerIntegrationAssetState, ConsumerIntegrationDesiredStateV1, ConsumerIntegrationDigest, ConsumerIntegrationFileObservation, ConsumerIntegrationIssue, ConsumerIntegrationPlanV1, ConsumerIntegrationSnapshot, QualifiedDocsCohortBindingV1, QualifiedDocsCohortV1 } from "./domain/model.js";
|
|
11
|
+
export type { ConsumerIntegrationAssetPlan, ConsumerIntegrationAssetState, ConsumerIntegrationDesiredStateV1, ConsumerIntegrationDigest, ConsumerIntegrationFileObservation, ConsumerIntegrationIssue, ConsumerIntegrationPlanV1, ConsumerIntegrationSnapshot, ConsumerUpgradeAuthorityV1, QualifiedDocsCohortBindingV1, QualifiedDocsCohortV1 } from "./domain/model.js";
|
|
11
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -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,+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
|
+
{"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,EAC1B,0BAA0B,EAC3B,MAAM,4CAA4C,CAAC;AACpD,YAAY,EAAE,8BAA8B,EAAE,MAAM,4CAA4C,CAAC;AACjG,YAAY,EACV,0BAA0B,EAC3B,MAAM,mDAAmD,CAAC;AAC3D,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,0BAA0B,EAC1B,4BAA4B,EAC5B,qBAAqB,EACtB,MAAM,mBAAmB,CAAC"}
|
|
@@ -2,6 +2,6 @@ export { CANONICAL_DOCS_SKILL, BOOTSTRAP_KNOWN_PRIOR_CALLER_WORKFLOWS, canonical
|
|
|
2
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
|
-
export { applyConsumerIntegration, checkConsumerIntegration, planNodeConsumerIntegration, recoverConsumerIntegration } from "./composition/node-consumer-integration.js";
|
|
5
|
+
export { applyConsumerIntegration, checkConsumerIntegration, planNodeConsumerIntegration, recoverConsumerIntegration, upgradeConsumerIntegration } from "./composition/node-consumer-integration.js";
|
|
6
6
|
export { ConsumerIntegrationNodeError, readConsumerIntegrationInput } from "./adapters/node-consumer-integration-repository.js";
|
|
7
7
|
//# sourceMappingURL=index.js.map
|
|
@@ -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,+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;
|
|
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,EAC1B,0BAA0B,EAC3B,MAAM,4CAA4C,CAAC;AAKpD,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.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Unified deterministic documentation authoring protocol for Agent Teams repositories.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"schemas/docs-consumer-integration-plan/v1.schema.json",
|
|
32
32
|
"schemas/docs-consumer-integration-profile/v1.schema.json",
|
|
33
33
|
"schemas/docs-consumer-integration-profile/v2.schema.json",
|
|
34
|
+
"schemas/docs-consumer-upgrade-execution/v1.schema.json",
|
|
34
35
|
"schemas/docs-protocol-qualification/v2.schema.json",
|
|
35
36
|
"schemas/docs-protocol-qualification-receipt/v2.schema.json",
|
|
36
37
|
"schemas/docs-consumer-managed-state/v1.schema.json",
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://agent-teams.ai/schemas/docs-consumer-upgrade-execution/v1",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"additionalProperties": false,
|
|
6
|
+
"required": ["schemaVersion", "command", "outcome", "issues"],
|
|
7
|
+
"properties": {
|
|
8
|
+
"schemaVersion": { "const": 1 },
|
|
9
|
+
"command": { "const": "consumer.upgrade" },
|
|
10
|
+
"outcome": { "enum": ["blocked", "current", "upgraded"] },
|
|
11
|
+
"issues": {
|
|
12
|
+
"type": "array",
|
|
13
|
+
"maxItems": 64,
|
|
14
|
+
"items": {
|
|
15
|
+
"type": "object",
|
|
16
|
+
"additionalProperties": false,
|
|
17
|
+
"required": ["code", "severity", "subject", "message"],
|
|
18
|
+
"properties": {
|
|
19
|
+
"code": { "type": "string", "pattern": "^[A-Z0-9_]+$", "maxLength": 128 },
|
|
20
|
+
"severity": { "enum": ["error", "warning"] },
|
|
21
|
+
"subject": { "type": "string", "maxLength": 2048 },
|
|
22
|
+
"message": { "type": "string", "maxLength": 4096 }
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"authority": {
|
|
27
|
+
"type": "object",
|
|
28
|
+
"additionalProperties": false,
|
|
29
|
+
"required": ["repository", "path", "revision", "cohortId", "recordDigest", "qualificationEventDigest"],
|
|
30
|
+
"properties": {
|
|
31
|
+
"repository": { "const": "agent-teams-ai/.github" },
|
|
32
|
+
"path": { "const": "governance/docs-qualified-cohorts.json" },
|
|
33
|
+
"revision": { "type": "string", "pattern": "^(?!0{40}$)[0-9a-f]{40}$" },
|
|
34
|
+
"cohortId": { "type": "string", "pattern": "^[a-z0-9]+(?:[._-][a-z0-9]+)*$" },
|
|
35
|
+
"recordDigest": { "$ref": "#/$defs/sha256" },
|
|
36
|
+
"qualificationEventDigest": { "$ref": "#/$defs/sha256" }
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"receipt": { "$ref": "https://agent-teams.ai/schemas/known-file-transaction-receipt/v1" }
|
|
40
|
+
},
|
|
41
|
+
"$defs": {
|
|
42
|
+
"sha256": { "type": "string", "pattern": "^sha256:[0-9a-f]{64}$" }
|
|
43
|
+
}
|
|
44
|
+
}
|