@c4a/context-cli 0.7.5 → 0.7.9
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/README.md +63 -2
- package/README.zh-CN.md +16 -0
- package/cli.js +132471 -111134
- package/docs/context-debug-event-v1.schema.json +3 -1
- package/docs/debug-tracing.md +17 -1
- package/indexers/bundles/context-code-indexer/SKILL.md +10 -1
- package/indexers/bundles/context-code-indexer/context-indexer.yaml +3102 -64
- package/indexers/bundles/context-code-indexer/references/article-catalog/adapter-integration-article-catalog.md +20 -0
- package/indexers/bundles/context-code-indexer/references/article-catalog/api-service-article-catalog.md +20 -0
- package/indexers/bundles/context-code-indexer/references/article-catalog/background-runtime-article-catalog.md +19 -0
- package/indexers/bundles/context-code-indexer/references/article-catalog/cli-tool-article-catalog.md +17 -0
- package/indexers/bundles/context-code-indexer/references/article-catalog/component-library-article-catalog.md +18 -0
- package/indexers/bundles/context-code-indexer/references/article-catalog/contract-source-article-catalog.md +17 -0
- package/indexers/bundles/context-code-indexer/references/article-catalog/data-sync-reconciliation-article-catalog.md +19 -0
- package/indexers/bundles/context-code-indexer/references/article-catalog/derived-generated-source-article-catalog.md +17 -0
- package/indexers/bundles/context-code-indexer/references/article-catalog/domain-service-article-catalog.md +23 -0
- package/indexers/bundles/context-code-indexer/references/article-catalog/event-consumer-article-catalog.md +19 -0
- package/indexers/bundles/context-code-indexer/references/article-catalog/gateway-facade-article-catalog.md +21 -0
- package/indexers/bundles/context-code-indexer/references/article-catalog/monorepo-container-article-catalog.md +17 -0
- package/indexers/bundles/context-code-indexer/references/article-catalog/plugin-extension-article-catalog.md +17 -0
- package/indexers/bundles/context-code-indexer/references/article-catalog/sdk-library-article-catalog.md +18 -0
- package/indexers/bundles/context-code-indexer/references/article-catalog/storage-repository-article-catalog.md +19 -0
- package/indexers/bundles/context-code-indexer/references/article-catalog/web-application-article-catalog.md +30 -0
- package/indexers/bundles/context-code-indexer/references/composers/public-contract.md +13 -1
- package/indexers/bundles/context-code-indexer/references/diagrams.md +122 -0
- package/indexers/bundles/context-code-indexer/references/indexer.md +184 -8
- package/indexers/bundles/context-code-indexer/references/visual-source-processing.md +42 -0
- package/indexers/bundles/context-code-indexer/templates/adapter-integration-maintenance-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/adapter-integration-request-adaptation-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/adapter-integration-usage-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/api-service-maintenance-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/api-service-public-api-reference.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/articles/c01.md +49 -0
- package/indexers/bundles/context-code-indexer/templates/articles/c02.md +36 -0
- package/indexers/bundles/context-code-indexer/templates/articles/c03.md +28 -0
- package/indexers/bundles/context-code-indexer/templates/articles/c04.md +29 -0
- package/indexers/bundles/context-code-indexer/templates/articles/c05.md +30 -0
- package/indexers/bundles/context-code-indexer/templates/articles/c07.md +51 -0
- package/indexers/bundles/context-code-indexer/templates/articles/d01.md +31 -0
- package/indexers/bundles/context-code-indexer/templates/articles/d02.md +32 -0
- package/indexers/bundles/context-code-indexer/templates/articles/d03.md +32 -0
- package/indexers/bundles/context-code-indexer/templates/articles/d04.md +38 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f01.md +50 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f02.md +33 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f03.md +38 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f04.md +32 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f05.md +32 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f06.md +32 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f07.md +31 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f08.md +36 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f09.md +32 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f10.md +32 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f11.md +39 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f12.md +59 -0
- package/indexers/bundles/context-code-indexer/templates/articles/l01.md +38 -0
- package/indexers/bundles/context-code-indexer/templates/articles/l02.md +103 -0
- package/indexers/bundles/context-code-indexer/templates/articles/l03.md +92 -0
- package/indexers/bundles/context-code-indexer/templates/articles/l04.md +30 -0
- package/indexers/bundles/context-code-indexer/templates/articles/l05.md +50 -0
- package/indexers/bundles/context-code-indexer/templates/articles/q03.md +29 -0
- package/indexers/bundles/context-code-indexer/templates/articles/q05.md +29 -0
- package/indexers/bundles/context-code-indexer/templates/articles/q06.md +29 -0
- package/indexers/bundles/context-code-indexer/templates/articles/s01.md +31 -0
- package/indexers/bundles/context-code-indexer/templates/articles/s02.md +30 -0
- package/indexers/bundles/context-code-indexer/templates/articles/s03.md +34 -0
- package/indexers/bundles/context-code-indexer/templates/articles/s04.md +35 -0
- package/indexers/bundles/context-code-indexer/templates/articles/s05.md +30 -0
- package/indexers/bundles/context-code-indexer/templates/articles/s06.md +30 -0
- package/indexers/bundles/context-code-indexer/templates/articles/s07.md +33 -0
- package/indexers/bundles/context-code-indexer/templates/background-runtime-maintenance-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/background-runtime-task-runtime-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/cli-tool-maintenance-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/cli-tool-public-api-reference.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/cli-tool-usage-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/component-library-maintenance-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/component-library-public-api-reference.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/component-library-usage-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/component-library.md +40 -3
- package/indexers/bundles/context-code-indexer/templates/contract-source-public-api-reference.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/contract-source-usage-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/contract-source.md +49 -0
- package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation-maintenance-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation-task-runtime-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/derived-generated-source-public-api-reference.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/derived-generated-source-usage-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/derived-generated-source.md +15 -0
- package/indexers/bundles/context-code-indexer/templates/domain-service-maintenance-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/domain-service-public-api-reference.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/event-consumer-maintenance-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/event-consumer-task-runtime-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/gateway-facade-maintenance-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/gateway-facade-public-api-reference.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/gateway-facade-request-adaptation-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/monorepo-container-maintenance-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/monorepo-container-usage-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/monorepo-container.md +9 -0
- package/indexers/bundles/context-code-indexer/templates/plugin-extension-maintenance-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/plugin-extension-public-api-reference.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/plugin-extension-usage-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/sdk-library-maintenance-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/sdk-library-public-api-reference.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/sdk-library-usage-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/storage-repository-maintenance-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/storage-repository-public-api-reference.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/web-application-federation-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/web-application-maintenance-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/templates/web-application-page-task-guide.md +81 -0
- package/indexers/bundles/context-code-indexer/tests/fixtures/composers.json +1 -1
- package/indexers/bundles/context-code-indexer/tests/fixtures/scenarios.json +1 -1
- package/indexers/bundles/context-markdown-indexer/SKILL.md +7 -1
- package/indexers/bundles/context-markdown-indexer/context-indexer.yaml +856 -15
- package/indexers/bundles/context-markdown-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
- package/indexers/bundles/context-markdown-indexer/references/article-catalog/documentation-site-article-catalog.md +8 -0
- package/indexers/bundles/context-markdown-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
- package/indexers/bundles/context-markdown-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
- package/indexers/bundles/context-markdown-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
- package/indexers/bundles/context-markdown-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
- package/indexers/bundles/context-markdown-indexer/references/article-catalog/public-api-reference-article-catalog.md +10 -0
- package/indexers/bundles/context-markdown-indexer/references/article-catalog/release-migration-guide-article-catalog.md +11 -0
- package/indexers/bundles/context-markdown-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
- package/indexers/bundles/context-markdown-indexer/references/article-catalog/standard-policy-article-catalog.md +10 -0
- package/indexers/bundles/context-markdown-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
- package/indexers/bundles/context-markdown-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
- package/indexers/bundles/context-markdown-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
- package/indexers/bundles/context-markdown-indexer/references/diagrams.md +122 -0
- package/indexers/bundles/context-markdown-indexer/references/editorial-policy.md +19 -29
- package/indexers/bundles/context-markdown-indexer/references/indexer.md +63 -2
- package/indexers/bundles/context-markdown-indexer/references/semantic-planning.md +22 -8
- package/indexers/bundles/context-markdown-indexer/references/visual-source-processing.md +42 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/c01.md +37 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/c02.md +34 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/c03.md +26 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/c04.md +27 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/c05.md +28 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/c06.md +28 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/c07.md +27 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/d01.md +29 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/d02.md +30 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/d03.md +30 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/d04.md +44 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/f01.md +30 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/f05.md +30 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/f06.md +30 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/f08.md +34 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/f09.md +30 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/l01.md +35 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/l02.md +101 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/l03.md +90 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/l04.md +28 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/l05.md +48 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/q01.md +32 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/q02.md +33 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/q03.md +27 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/q04.md +32 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/q05.md +27 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/q06.md +27 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/q07.md +32 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/s01.md +29 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/s02.md +27 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/s03.md +31 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/s04.md +33 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/s05.md +28 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/s06.md +28 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/s07.md +31 -0
- package/indexers/bundles/context-note-indexer/SKILL.md +16 -0
- package/indexers/bundles/context-note-indexer/context-indexer.yaml +1459 -0
- package/indexers/bundles/context-note-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
- package/indexers/bundles/context-note-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
- package/indexers/bundles/context-note-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
- package/indexers/bundles/context-note-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
- package/indexers/bundles/context-note-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
- package/indexers/bundles/context-note-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
- package/indexers/bundles/context-note-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
- package/indexers/bundles/context-note-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
- package/indexers/bundles/context-note-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
- package/indexers/bundles/context-note-indexer/references/classification.md +55 -0
- package/indexers/bundles/context-note-indexer/references/customization.md +36 -0
- package/indexers/bundles/context-note-indexer/references/diagrams.md +122 -0
- package/indexers/bundles/context-note-indexer/references/extension-placement.md +57 -0
- package/indexers/bundles/context-note-indexer/references/indexer.md +43 -0
- package/indexers/bundles/context-note-indexer/references/updates-and-composition.md +37 -0
- package/indexers/bundles/context-note-indexer/references/visual-source-processing.md +42 -0
- package/indexers/bundles/context-note-indexer/references/writing.md +57 -0
- package/indexers/bundles/context-note-indexer/templates/articles/c01.md +37 -0
- package/indexers/bundles/context-note-indexer/templates/articles/c02.md +34 -0
- package/indexers/bundles/context-note-indexer/templates/articles/c03.md +26 -0
- package/indexers/bundles/context-note-indexer/templates/articles/c04.md +27 -0
- package/indexers/bundles/context-note-indexer/templates/articles/c05.md +28 -0
- package/indexers/bundles/context-note-indexer/templates/articles/c06.md +28 -0
- package/indexers/bundles/context-note-indexer/templates/articles/c07.md +27 -0
- package/indexers/bundles/context-note-indexer/templates/articles/d01.md +29 -0
- package/indexers/bundles/context-note-indexer/templates/articles/d02.md +30 -0
- package/indexers/bundles/context-note-indexer/templates/articles/d03.md +30 -0
- package/indexers/bundles/context-note-indexer/templates/articles/d04.md +36 -0
- package/indexers/bundles/context-note-indexer/templates/articles/f01.md +30 -0
- package/indexers/bundles/context-note-indexer/templates/articles/f06.md +30 -0
- package/indexers/bundles/context-note-indexer/templates/articles/f08.md +34 -0
- package/indexers/bundles/context-note-indexer/templates/articles/f09.md +30 -0
- package/indexers/bundles/context-note-indexer/templates/articles/l01.md +35 -0
- package/indexers/bundles/context-note-indexer/templates/articles/l02.md +101 -0
- package/indexers/bundles/context-note-indexer/templates/articles/l03.md +90 -0
- package/indexers/bundles/context-note-indexer/templates/articles/l04.md +28 -0
- package/indexers/bundles/context-note-indexer/templates/articles/l05.md +48 -0
- package/indexers/bundles/context-note-indexer/templates/articles/q01.md +32 -0
- package/indexers/bundles/context-note-indexer/templates/articles/q02.md +33 -0
- package/indexers/bundles/context-note-indexer/templates/articles/q03.md +27 -0
- package/indexers/bundles/context-note-indexer/templates/articles/q04.md +32 -0
- package/indexers/bundles/context-note-indexer/templates/articles/q05.md +27 -0
- package/indexers/bundles/context-note-indexer/templates/articles/q06.md +27 -0
- package/indexers/bundles/context-note-indexer/templates/articles/q07.md +32 -0
- package/indexers/bundles/context-note-indexer/templates/articles/s01.md +29 -0
- package/indexers/bundles/context-note-indexer/templates/articles/s04.md +33 -0
- package/indexers/bundles/context-note-indexer/templates/articles/s05.md +28 -0
- package/indexers/bundles/context-note-indexer/templates/articles/s06.md +28 -0
- package/indexers/bundles/context-note-indexer/templates/articles/s07.md +31 -0
- package/indexers/bundles/context-note-indexer/templates/decision-record.md +33 -0
- package/indexers/bundles/context-note-indexer/templates/domain-reference.md +31 -0
- package/indexers/bundles/context-note-indexer/templates/faq-support.md +30 -0
- package/indexers/bundles/context-note-indexer/templates/incident-review.md +28 -0
- package/indexers/bundles/context-note-indexer/templates/product-requirements.md +29 -0
- package/indexers/bundles/context-note-indexer/templates/runbook.md +30 -0
- package/indexers/bundles/context-note-indexer/templates/technical-guide.md +31 -0
- package/indexers/bundles/context-note-indexer/templates/test-validation.md +28 -0
- package/indexers/bundles/context-note-indexer/templates/user-and-developer-guide.md +28 -0
- package/indexers/bundles/context-note-indexer/tests/fixtures/profiles.json +281 -0
- package/indexers/bundles/context-sessions-indexer/SKILL.md +16 -0
- package/indexers/bundles/context-sessions-indexer/context-indexer.yaml +1459 -0
- package/indexers/bundles/context-sessions-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
- package/indexers/bundles/context-sessions-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
- package/indexers/bundles/context-sessions-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
- package/indexers/bundles/context-sessions-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
- package/indexers/bundles/context-sessions-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
- package/indexers/bundles/context-sessions-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
- package/indexers/bundles/context-sessions-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
- package/indexers/bundles/context-sessions-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
- package/indexers/bundles/context-sessions-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
- package/indexers/bundles/context-sessions-indexer/references/classification.md +56 -0
- package/indexers/bundles/context-sessions-indexer/references/customization.md +36 -0
- package/indexers/bundles/context-sessions-indexer/references/diagrams.md +122 -0
- package/indexers/bundles/context-sessions-indexer/references/extension-placement.md +63 -0
- package/indexers/bundles/context-sessions-indexer/references/indexer.md +48 -0
- package/indexers/bundles/context-sessions-indexer/references/updates-and-composition.md +37 -0
- package/indexers/bundles/context-sessions-indexer/references/visual-source-processing.md +42 -0
- package/indexers/bundles/context-sessions-indexer/references/writing.md +63 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/c01.md +37 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/c02.md +34 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/c03.md +26 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/c04.md +27 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/c05.md +28 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/c06.md +28 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/c07.md +27 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/d01.md +29 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/d02.md +30 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/d03.md +30 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/d04.md +36 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/f01.md +30 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/f06.md +30 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/f08.md +34 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/f09.md +30 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/l01.md +35 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/l02.md +101 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/l03.md +90 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/l04.md +28 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/l05.md +48 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/q01.md +32 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/q02.md +33 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/q03.md +27 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/q04.md +32 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/q05.md +27 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/q06.md +27 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/q07.md +32 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/s01.md +29 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/s04.md +33 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/s05.md +28 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/s06.md +28 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/s07.md +31 -0
- package/indexers/bundles/context-sessions-indexer/templates/decision-record.md +43 -0
- package/indexers/bundles/context-sessions-indexer/templates/domain-reference.md +31 -0
- package/indexers/bundles/context-sessions-indexer/templates/faq-support.md +33 -0
- package/indexers/bundles/context-sessions-indexer/templates/incident-review.md +37 -0
- package/indexers/bundles/context-sessions-indexer/templates/product-requirements.md +35 -0
- package/indexers/bundles/context-sessions-indexer/templates/runbook.md +32 -0
- package/indexers/bundles/context-sessions-indexer/templates/technical-guide.md +31 -0
- package/indexers/bundles/context-sessions-indexer/templates/test-validation.md +37 -0
- package/indexers/bundles/context-sessions-indexer/templates/user-and-developer-guide.md +31 -0
- package/indexers/bundles/context-sessions-indexer/tests/fixtures/profiles.json +281 -0
- package/indexers/contracts/profile-contract.json +657 -277
- package/indexers/release-manifest.json +1120 -32
- package/package.json +14 -12
- package/parserEntryWorker.js +34606 -0
- package/plugins/README.md +24 -6
- package/plugins/README_CN.md +21 -5
- package/plugins/VERSION +1 -1
- package/plugins/claude/.claude-plugin/plugin.json +14 -3
- package/plugins/claude/commands/context-inspect-search.md +159 -0
- package/plugins/claude/commands/context.md +375 -211
- package/plugins/claude/skills/context-indexer-create/SKILL.md +80 -0
- package/plugins/claude/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +180 -0
- package/plugins/claude/skills/context-indexer-create/references/guides/indexer-manifest-example.md +103 -0
- package/plugins/claude/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +471 -0
- package/plugins/claude/skills/context-indexer-create/references/guides/indexer-skill-creation.md +99 -0
- package/plugins/claude/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +136 -0
- package/plugins/claude/skills/context-indexer-create/references/guides/note.md +37 -0
- package/plugins/claude/skills/context-indexer-create/references/guides/sessions.md +50 -0
- package/plugins/claude/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +854 -0
- package/plugins/codex/.codex-plugin/plugin.json +2 -2
- package/plugins/codex/skills/context/SKILL.md +372 -211
- package/plugins/codex/skills/context/agents/openai.yaml +2 -0
- package/plugins/codex/skills/context-indexer-create/SKILL.md +80 -0
- package/plugins/codex/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +180 -0
- package/plugins/codex/skills/context-indexer-create/references/guides/indexer-manifest-example.md +103 -0
- package/plugins/codex/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +471 -0
- package/plugins/codex/skills/context-indexer-create/references/guides/indexer-skill-creation.md +99 -0
- package/plugins/codex/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +136 -0
- package/plugins/codex/skills/context-indexer-create/references/guides/note.md +37 -0
- package/plugins/codex/skills/context-indexer-create/references/guides/sessions.md +50 -0
- package/plugins/codex/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +854 -0
- package/plugins/codex/skills/context-inspect-search/SKILL.md +159 -0
- package/plugins/codex/skills/context-inspect-search/agents/openai.yaml +2 -0
- package/plugins/cursor/.cursor-plugin/plugin.json +21 -5
- package/plugins/cursor/commands/c4a-context-inspect-search.md +157 -0
- package/plugins/cursor/commands/c4a-context.md +371 -214
- package/plugins/cursor/skills/context-indexer-create/SKILL.md +80 -0
- package/plugins/cursor/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +180 -0
- package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-manifest-example.md +103 -0
- package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +471 -0
- package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-skill-creation.md +99 -0
- package/plugins/cursor/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +136 -0
- package/plugins/cursor/skills/context-indexer-create/references/guides/note.md +37 -0
- package/plugins/cursor/skills/context-indexer-create/references/guides/sessions.md +50 -0
- package/plugins/cursor/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +854 -0
- package/plugins/skills/context/SKILL.md +372 -211
- package/plugins/skills/context/agents/openai.yaml +2 -0
- package/plugins/skills/context-code-indexer/SKILL.md +10 -1
- package/plugins/skills/context-code-indexer/context-indexer.yaml +3102 -64
- package/plugins/skills/context-code-indexer/references/article-catalog/adapter-integration-article-catalog.md +20 -0
- package/plugins/skills/context-code-indexer/references/article-catalog/api-service-article-catalog.md +20 -0
- package/plugins/skills/context-code-indexer/references/article-catalog/background-runtime-article-catalog.md +19 -0
- package/plugins/skills/context-code-indexer/references/article-catalog/cli-tool-article-catalog.md +17 -0
- package/plugins/skills/context-code-indexer/references/article-catalog/component-library-article-catalog.md +18 -0
- package/plugins/skills/context-code-indexer/references/article-catalog/contract-source-article-catalog.md +17 -0
- package/plugins/skills/context-code-indexer/references/article-catalog/data-sync-reconciliation-article-catalog.md +19 -0
- package/plugins/skills/context-code-indexer/references/article-catalog/derived-generated-source-article-catalog.md +17 -0
- package/plugins/skills/context-code-indexer/references/article-catalog/domain-service-article-catalog.md +23 -0
- package/plugins/skills/context-code-indexer/references/article-catalog/event-consumer-article-catalog.md +19 -0
- package/plugins/skills/context-code-indexer/references/article-catalog/gateway-facade-article-catalog.md +21 -0
- package/plugins/skills/context-code-indexer/references/article-catalog/monorepo-container-article-catalog.md +17 -0
- package/plugins/skills/context-code-indexer/references/article-catalog/plugin-extension-article-catalog.md +17 -0
- package/plugins/skills/context-code-indexer/references/article-catalog/sdk-library-article-catalog.md +18 -0
- package/plugins/skills/context-code-indexer/references/article-catalog/storage-repository-article-catalog.md +19 -0
- package/plugins/skills/context-code-indexer/references/article-catalog/web-application-article-catalog.md +30 -0
- package/plugins/skills/context-code-indexer/references/composers/public-contract.md +13 -1
- package/plugins/skills/context-code-indexer/references/diagrams.md +122 -0
- package/plugins/skills/context-code-indexer/references/indexer.md +184 -8
- package/plugins/skills/context-code-indexer/references/visual-source-processing.md +42 -0
- package/plugins/skills/context-code-indexer/templates/adapter-integration-maintenance-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/adapter-integration-request-adaptation-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/adapter-integration-usage-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/api-service-maintenance-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/api-service-public-api-reference.md +81 -0
- package/plugins/skills/context-code-indexer/templates/articles/c01.md +49 -0
- package/plugins/skills/context-code-indexer/templates/articles/c02.md +36 -0
- package/plugins/skills/context-code-indexer/templates/articles/c03.md +28 -0
- package/plugins/skills/context-code-indexer/templates/articles/c04.md +29 -0
- package/plugins/skills/context-code-indexer/templates/articles/c05.md +30 -0
- package/plugins/skills/context-code-indexer/templates/articles/c07.md +51 -0
- package/plugins/skills/context-code-indexer/templates/articles/d01.md +31 -0
- package/plugins/skills/context-code-indexer/templates/articles/d02.md +32 -0
- package/plugins/skills/context-code-indexer/templates/articles/d03.md +32 -0
- package/plugins/skills/context-code-indexer/templates/articles/d04.md +38 -0
- package/plugins/skills/context-code-indexer/templates/articles/f01.md +50 -0
- package/plugins/skills/context-code-indexer/templates/articles/f02.md +33 -0
- package/plugins/skills/context-code-indexer/templates/articles/f03.md +38 -0
- package/plugins/skills/context-code-indexer/templates/articles/f04.md +32 -0
- package/plugins/skills/context-code-indexer/templates/articles/f05.md +32 -0
- package/plugins/skills/context-code-indexer/templates/articles/f06.md +32 -0
- package/plugins/skills/context-code-indexer/templates/articles/f07.md +31 -0
- package/plugins/skills/context-code-indexer/templates/articles/f08.md +36 -0
- package/plugins/skills/context-code-indexer/templates/articles/f09.md +32 -0
- package/plugins/skills/context-code-indexer/templates/articles/f10.md +32 -0
- package/plugins/skills/context-code-indexer/templates/articles/f11.md +39 -0
- package/plugins/skills/context-code-indexer/templates/articles/f12.md +59 -0
- package/plugins/skills/context-code-indexer/templates/articles/l01.md +38 -0
- package/plugins/skills/context-code-indexer/templates/articles/l02.md +103 -0
- package/plugins/skills/context-code-indexer/templates/articles/l03.md +92 -0
- package/plugins/skills/context-code-indexer/templates/articles/l04.md +30 -0
- package/plugins/skills/context-code-indexer/templates/articles/l05.md +50 -0
- package/plugins/skills/context-code-indexer/templates/articles/q03.md +29 -0
- package/plugins/skills/context-code-indexer/templates/articles/q05.md +29 -0
- package/plugins/skills/context-code-indexer/templates/articles/q06.md +29 -0
- package/plugins/skills/context-code-indexer/templates/articles/s01.md +31 -0
- package/plugins/skills/context-code-indexer/templates/articles/s02.md +30 -0
- package/plugins/skills/context-code-indexer/templates/articles/s03.md +34 -0
- package/plugins/skills/context-code-indexer/templates/articles/s04.md +35 -0
- package/plugins/skills/context-code-indexer/templates/articles/s05.md +30 -0
- package/plugins/skills/context-code-indexer/templates/articles/s06.md +30 -0
- package/plugins/skills/context-code-indexer/templates/articles/s07.md +33 -0
- package/plugins/skills/context-code-indexer/templates/background-runtime-maintenance-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/background-runtime-task-runtime-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/cli-tool-maintenance-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/cli-tool-public-api-reference.md +81 -0
- package/plugins/skills/context-code-indexer/templates/cli-tool-usage-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/component-library-maintenance-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/component-library-public-api-reference.md +81 -0
- package/plugins/skills/context-code-indexer/templates/component-library-usage-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/component-library.md +40 -3
- package/plugins/skills/context-code-indexer/templates/contract-source-public-api-reference.md +81 -0
- package/plugins/skills/context-code-indexer/templates/contract-source-usage-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/contract-source.md +49 -0
- package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation-maintenance-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation-task-runtime-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/derived-generated-source-public-api-reference.md +81 -0
- package/plugins/skills/context-code-indexer/templates/derived-generated-source-usage-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/derived-generated-source.md +15 -0
- package/plugins/skills/context-code-indexer/templates/domain-service-maintenance-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/domain-service-public-api-reference.md +81 -0
- package/plugins/skills/context-code-indexer/templates/event-consumer-maintenance-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/event-consumer-task-runtime-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/gateway-facade-maintenance-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/gateway-facade-public-api-reference.md +81 -0
- package/plugins/skills/context-code-indexer/templates/gateway-facade-request-adaptation-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/monorepo-container-maintenance-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/monorepo-container-usage-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/monorepo-container.md +9 -0
- package/plugins/skills/context-code-indexer/templates/plugin-extension-maintenance-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/plugin-extension-public-api-reference.md +81 -0
- package/plugins/skills/context-code-indexer/templates/plugin-extension-usage-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/sdk-library-maintenance-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/sdk-library-public-api-reference.md +81 -0
- package/plugins/skills/context-code-indexer/templates/sdk-library-usage-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/storage-repository-maintenance-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/storage-repository-public-api-reference.md +81 -0
- package/plugins/skills/context-code-indexer/templates/web-application-federation-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/web-application-maintenance-guide.md +81 -0
- package/plugins/skills/context-code-indexer/templates/web-application-page-task-guide.md +81 -0
- package/plugins/skills/context-code-indexer/tests/fixtures/composers.json +1 -1
- package/plugins/skills/context-code-indexer/tests/fixtures/scenarios.json +1 -1
- package/plugins/skills/context-indexer-create/SKILL.md +80 -0
- package/plugins/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +180 -0
- package/plugins/skills/context-indexer-create/references/guides/indexer-manifest-example.md +103 -0
- package/plugins/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +471 -0
- package/plugins/skills/context-indexer-create/references/guides/indexer-skill-creation.md +99 -0
- package/plugins/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +136 -0
- package/plugins/skills/context-indexer-create/references/guides/note.md +37 -0
- package/plugins/skills/context-indexer-create/references/guides/sessions.md +50 -0
- package/plugins/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +854 -0
- package/plugins/skills/context-inspect-search/SKILL.md +159 -0
- package/plugins/skills/context-inspect-search/agents/openai.yaml +2 -0
- package/plugins/skills/context-markdown-indexer/SKILL.md +7 -1
- package/plugins/skills/context-markdown-indexer/context-indexer.yaml +856 -15
- package/plugins/skills/context-markdown-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
- package/plugins/skills/context-markdown-indexer/references/article-catalog/documentation-site-article-catalog.md +8 -0
- package/plugins/skills/context-markdown-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
- package/plugins/skills/context-markdown-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
- package/plugins/skills/context-markdown-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
- package/plugins/skills/context-markdown-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
- package/plugins/skills/context-markdown-indexer/references/article-catalog/public-api-reference-article-catalog.md +10 -0
- package/plugins/skills/context-markdown-indexer/references/article-catalog/release-migration-guide-article-catalog.md +11 -0
- package/plugins/skills/context-markdown-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
- package/plugins/skills/context-markdown-indexer/references/article-catalog/standard-policy-article-catalog.md +10 -0
- package/plugins/skills/context-markdown-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
- package/plugins/skills/context-markdown-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
- package/plugins/skills/context-markdown-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
- package/plugins/skills/context-markdown-indexer/references/diagrams.md +122 -0
- package/plugins/skills/context-markdown-indexer/references/editorial-policy.md +19 -29
- package/plugins/skills/context-markdown-indexer/references/indexer.md +63 -2
- package/plugins/skills/context-markdown-indexer/references/semantic-planning.md +22 -8
- package/plugins/skills/context-markdown-indexer/references/visual-source-processing.md +42 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/c01.md +37 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/c02.md +34 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/c03.md +26 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/c04.md +27 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/c05.md +28 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/c06.md +28 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/c07.md +27 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/d01.md +29 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/d02.md +30 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/d03.md +30 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/d04.md +44 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/f01.md +30 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/f05.md +30 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/f06.md +30 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/f08.md +34 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/f09.md +30 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/l01.md +35 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/l02.md +101 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/l03.md +90 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/l04.md +28 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/l05.md +48 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/q01.md +32 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/q02.md +33 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/q03.md +27 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/q04.md +32 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/q05.md +27 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/q06.md +27 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/q07.md +32 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/s01.md +29 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/s02.md +27 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/s03.md +31 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/s04.md +33 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/s05.md +28 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/s06.md +28 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/s07.md +31 -0
- package/plugins/skills/context-note-indexer/SKILL.md +16 -0
- package/plugins/skills/context-note-indexer/context-indexer.yaml +1459 -0
- package/plugins/skills/context-note-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
- package/plugins/skills/context-note-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
- package/plugins/skills/context-note-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
- package/plugins/skills/context-note-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
- package/plugins/skills/context-note-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
- package/plugins/skills/context-note-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
- package/plugins/skills/context-note-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
- package/plugins/skills/context-note-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
- package/plugins/skills/context-note-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
- package/plugins/skills/context-note-indexer/references/classification.md +55 -0
- package/plugins/skills/context-note-indexer/references/customization.md +36 -0
- package/plugins/skills/context-note-indexer/references/diagrams.md +122 -0
- package/plugins/skills/context-note-indexer/references/extension-placement.md +57 -0
- package/plugins/skills/context-note-indexer/references/indexer.md +43 -0
- package/plugins/skills/context-note-indexer/references/updates-and-composition.md +37 -0
- package/plugins/skills/context-note-indexer/references/visual-source-processing.md +42 -0
- package/plugins/skills/context-note-indexer/references/writing.md +57 -0
- package/plugins/skills/context-note-indexer/templates/articles/c01.md +37 -0
- package/plugins/skills/context-note-indexer/templates/articles/c02.md +34 -0
- package/plugins/skills/context-note-indexer/templates/articles/c03.md +26 -0
- package/plugins/skills/context-note-indexer/templates/articles/c04.md +27 -0
- package/plugins/skills/context-note-indexer/templates/articles/c05.md +28 -0
- package/plugins/skills/context-note-indexer/templates/articles/c06.md +28 -0
- package/plugins/skills/context-note-indexer/templates/articles/c07.md +27 -0
- package/plugins/skills/context-note-indexer/templates/articles/d01.md +29 -0
- package/plugins/skills/context-note-indexer/templates/articles/d02.md +30 -0
- package/plugins/skills/context-note-indexer/templates/articles/d03.md +30 -0
- package/plugins/skills/context-note-indexer/templates/articles/d04.md +36 -0
- package/plugins/skills/context-note-indexer/templates/articles/f01.md +30 -0
- package/plugins/skills/context-note-indexer/templates/articles/f06.md +30 -0
- package/plugins/skills/context-note-indexer/templates/articles/f08.md +34 -0
- package/plugins/skills/context-note-indexer/templates/articles/f09.md +30 -0
- package/plugins/skills/context-note-indexer/templates/articles/l01.md +35 -0
- package/plugins/skills/context-note-indexer/templates/articles/l02.md +101 -0
- package/plugins/skills/context-note-indexer/templates/articles/l03.md +90 -0
- package/plugins/skills/context-note-indexer/templates/articles/l04.md +28 -0
- package/plugins/skills/context-note-indexer/templates/articles/l05.md +48 -0
- package/plugins/skills/context-note-indexer/templates/articles/q01.md +32 -0
- package/plugins/skills/context-note-indexer/templates/articles/q02.md +33 -0
- package/plugins/skills/context-note-indexer/templates/articles/q03.md +27 -0
- package/plugins/skills/context-note-indexer/templates/articles/q04.md +32 -0
- package/plugins/skills/context-note-indexer/templates/articles/q05.md +27 -0
- package/plugins/skills/context-note-indexer/templates/articles/q06.md +27 -0
- package/plugins/skills/context-note-indexer/templates/articles/q07.md +32 -0
- package/plugins/skills/context-note-indexer/templates/articles/s01.md +29 -0
- package/plugins/skills/context-note-indexer/templates/articles/s04.md +33 -0
- package/plugins/skills/context-note-indexer/templates/articles/s05.md +28 -0
- package/plugins/skills/context-note-indexer/templates/articles/s06.md +28 -0
- package/plugins/skills/context-note-indexer/templates/articles/s07.md +31 -0
- package/plugins/skills/context-note-indexer/templates/decision-record.md +33 -0
- package/plugins/skills/context-note-indexer/templates/domain-reference.md +31 -0
- package/plugins/skills/context-note-indexer/templates/faq-support.md +30 -0
- package/plugins/skills/context-note-indexer/templates/incident-review.md +28 -0
- package/plugins/skills/context-note-indexer/templates/product-requirements.md +29 -0
- package/plugins/skills/context-note-indexer/templates/runbook.md +30 -0
- package/plugins/skills/context-note-indexer/templates/technical-guide.md +31 -0
- package/plugins/skills/context-note-indexer/templates/test-validation.md +28 -0
- package/plugins/skills/context-note-indexer/templates/user-and-developer-guide.md +28 -0
- package/plugins/skills/context-note-indexer/tests/fixtures/profiles.json +281 -0
- package/plugins/skills/context-sessions-indexer/SKILL.md +16 -0
- package/plugins/skills/context-sessions-indexer/context-indexer.yaml +1459 -0
- package/plugins/skills/context-sessions-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
- package/plugins/skills/context-sessions-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
- package/plugins/skills/context-sessions-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
- package/plugins/skills/context-sessions-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
- package/plugins/skills/context-sessions-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
- package/plugins/skills/context-sessions-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
- package/plugins/skills/context-sessions-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
- package/plugins/skills/context-sessions-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
- package/plugins/skills/context-sessions-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
- package/plugins/skills/context-sessions-indexer/references/classification.md +56 -0
- package/plugins/skills/context-sessions-indexer/references/customization.md +36 -0
- package/plugins/skills/context-sessions-indexer/references/diagrams.md +122 -0
- package/plugins/skills/context-sessions-indexer/references/extension-placement.md +63 -0
- package/plugins/skills/context-sessions-indexer/references/indexer.md +48 -0
- package/plugins/skills/context-sessions-indexer/references/updates-and-composition.md +37 -0
- package/plugins/skills/context-sessions-indexer/references/visual-source-processing.md +42 -0
- package/plugins/skills/context-sessions-indexer/references/writing.md +63 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/c01.md +37 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/c02.md +34 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/c03.md +26 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/c04.md +27 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/c05.md +28 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/c06.md +28 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/c07.md +27 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/d01.md +29 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/d02.md +30 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/d03.md +30 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/d04.md +36 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/f01.md +30 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/f06.md +30 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/f08.md +34 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/f09.md +30 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/l01.md +35 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/l02.md +101 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/l03.md +90 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/l04.md +28 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/l05.md +48 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/q01.md +32 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/q02.md +33 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/q03.md +27 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/q04.md +32 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/q05.md +27 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/q06.md +27 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/q07.md +32 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/s01.md +29 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/s04.md +33 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/s05.md +28 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/s06.md +28 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/s07.md +31 -0
- package/plugins/skills/context-sessions-indexer/templates/decision-record.md +43 -0
- package/plugins/skills/context-sessions-indexer/templates/domain-reference.md +31 -0
- package/plugins/skills/context-sessions-indexer/templates/faq-support.md +33 -0
- package/plugins/skills/context-sessions-indexer/templates/incident-review.md +37 -0
- package/plugins/skills/context-sessions-indexer/templates/product-requirements.md +35 -0
- package/plugins/skills/context-sessions-indexer/templates/runbook.md +32 -0
- package/plugins/skills/context-sessions-indexer/templates/technical-guide.md +31 -0
- package/plugins/skills/context-sessions-indexer/templates/test-validation.md +37 -0
- package/plugins/skills/context-sessions-indexer/templates/user-and-developer-guide.md +31 -0
- package/plugins/skills/context-sessions-indexer/tests/fixtures/profiles.json +281 -0
- package/providers/context/actions/advance-knowledge-maintenance.yaml +5 -0
- package/providers/context/actions/author-approved-revision.yaml +6 -0
- package/providers/context/actions/finish-rollback.yaml +5 -0
- package/providers/context/actions/inspect-source-update.yaml +6 -0
- package/providers/context/actions/inspect-task-recovery.yaml +5 -0
- package/providers/context/actions/record-workspace-version.yaml +5 -0
- package/providers/context/actions/register-source-batch.yaml +1 -1
- package/providers/context/actions/repair-project-entry.yaml +9 -0
- package/providers/context/actions/resume-workspace-task.yaml +5 -0
- package/providers/context/codes.yaml +11 -0
- package/providers/context/graphs/indexer.yaml +93 -2
- package/providers/context/graphs/workspace.yaml +86 -6
- package/providers/context/manifest.json +371 -59
- package/providers/context/provider.yaml +1 -1
- package/providers/context/resources/contracts/indexer-provider-guide.yaml +6 -0
- package/providers/context/resources/contracts/indexer-registry-bootstrap.yaml +6 -0
- package/providers/context/resources/diagnostics/verification.md +6 -4
- package/providers/context/resources/dialogue/knowledge-review.md +16 -9
- package/providers/context/resources/dialogue/package-output.md +18 -5
- package/providers/context/resources/dialogue/source-boundary.md +12 -2
- package/providers/context/resources/dialogue/workflow-mode-after-creation.md +15 -17
- package/providers/context/resources/manuals/guides/knowledge-updates.md +428 -0
- package/providers/context/resources/manuals/guides/lark-resources.md +5 -1
- package/providers/context/resources/manuals/guides/note.md +43 -0
- package/providers/context/resources/manuals/guides/package-outputs.md +231 -60
- package/providers/context/resources/manuals/guides/sessions.md +56 -0
- package/providers/context/resources/manuals/guides/workspace-commit.md +51 -0
- package/providers/context/resources/manuals/guides/workspace-prepare.md +78 -0
- package/providers/context/resources/manuals/guides/workspace-restore.md +65 -0
- package/providers/context/resources/manuals/reference/code-extractors.md +57 -0
- package/providers/context/resources/manuals/reference/package-templates.md +10 -9
- package/providers/context/resources/manuals/reference/project-api.md +100 -13
- package/providers/context/resources/manuals/reference/template-variables.md +7 -7
- package/providers/context/resources/procedures/approved-revision.md +159 -0
- package/providers/context/resources/procedures/close-and-build.md +58 -1
- package/providers/context/resources/procedures/homogeneous-source-review.md +123 -0
- package/providers/context/resources/procedures/knowledge-maintenance.md +68 -0
- package/providers/context/resources/procedures/knowledge-review.md +69 -6
- package/providers/context/resources/procedures/knowledge-updates.md +428 -0
- package/providers/context/resources/procedures/note.md +43 -0
- package/providers/context/resources/procedures/package-output.md +20 -1
- package/providers/context/resources/procedures/parallel-agent-batch.md +140 -0
- package/providers/context/resources/procedures/project-configuration.md +6 -0
- package/providers/context/resources/procedures/sessions.md +56 -0
- package/providers/context/resources/procedures/source-boundary.md +24 -1
- package/providers/context/resources/procedures/source-capture-detailed.md +36 -2
- package/providers/context/resources/procedures/source-update.md +50 -0
- package/providers/context/resources/procedures/task-recovery.md +71 -0
- package/providers/context/resources/procedures/verify-and-repair.md +5 -0
- package/providers/context/resources/procedures/work-start-report.md +419 -0
- package/providers/context/resources/procedures/workspace-commit.md +51 -0
- package/providers/context/resources/procedures/workspace-prepare.md +78 -0
- package/providers/context/resources/procedures/workspace-restore.md +65 -0
- package/providers/context/resources/templates/indexer-agent-worker.md +67 -0
- package/providers/context/resources/templates/recovery-issue.md +54 -0
- package/providers/context/resources/templates/work-start-report.md +302 -0
- package/providers/context/schemas/approved-revision-result.schema.json +88 -0
- package/providers/context/schemas/indexer-agent-step-result.schema.json +2232 -318
- package/providers/context/schemas/indexer-main-lifecycle-output.schema.json +1 -2
- package/providers/context/schemas/indexer-registry-bootstrap.schema.json +227 -0
- package/providers/context/schemas/source-batch-input.schema.json +15 -8
- package/providers/context/schemas/source-update-result.schema.json +83 -0
- package/providers/context/skills/configure-indexer-providers/SKILL.md +70 -5
- package/providers/context/skills/configure-indexer-providers/references/guides/code-indexer-skill-authoring.md +180 -0
- package/providers/context/skills/configure-indexer-providers/references/guides/indexer-provider-and-customization.md +471 -0
- package/providers/context/skills/configure-indexer-providers/references/guides/markdown-indexer-skill-authoring.md +136 -0
- package/providers/context/skills/configure-indexer-providers/references/guides/note.md +37 -0
- package/providers/context/skills/configure-indexer-providers/references/guides/sessions.md +50 -0
- package/providers/context/skills/configure-indexer-providers/references/reference/indexer-provider-protocol.md +854 -0
- package/providers/context/skills/prepare-indexer-customization-project/SKILL.md +1 -1
- package/providers/context/skills/propose-indexer-customization/SKILL.md +1 -1
- package/providers/context/skills/record-workspace-version/SKILL.md +46 -0
- package/providers/context/skills/recover-workspace/SKILL.md +15 -0
- package/providers/context/skills/resolve-current-indexer-gate/SKILL.md +33 -1
- package/providers/context/skills/run-indexer-agent-step/SKILL.md +403 -26
- package/providers/context/skills/run-indexer-lifecycle/SKILL.md +188 -1
- package/providers/context/skills/run-indexer-post-author-composer/SKILL.md +60 -0
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"community_coordinate": {
|
|
22
22
|
"package": "@c4a/extract-rush",
|
|
23
23
|
"export": "rushWorkspaceIndexToEvidenceAdapterMaterialization",
|
|
24
|
-
"version": "0.7.
|
|
24
|
+
"version": "0.7.9"
|
|
25
25
|
},
|
|
26
|
-
"requirement_digest": "sha256:
|
|
26
|
+
"requirement_digest": "sha256:cbd546d3d6558492d344847347374d8a8aaf73ea7be3f43f6662c4814ba4e110"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"community_coordinate": {
|
|
34
34
|
"package": "@c4a/extract",
|
|
35
35
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
36
|
-
"version": "0.7.
|
|
36
|
+
"version": "0.7.9"
|
|
37
37
|
},
|
|
38
|
-
"requirement_digest": "sha256:
|
|
38
|
+
"requirement_digest": "sha256:38c6dd80fcf4748c0751482e594944953a5d93273fdacd87cf92d38e00377884"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"community_coordinate": {
|
|
46
46
|
"package": "@c4a/extract",
|
|
47
47
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
48
|
-
"version": "0.7.
|
|
48
|
+
"version": "0.7.9"
|
|
49
49
|
},
|
|
50
|
-
"requirement_digest": "sha256:
|
|
50
|
+
"requirement_digest": "sha256:58481e41e646c776e37b840037fdd6dc89d03a49bb8eb1e61f61ce87d7cda531"
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"community_coordinate": {
|
|
58
58
|
"package": "@c4a/extract",
|
|
59
59
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
60
|
-
"version": "0.7.
|
|
60
|
+
"version": "0.7.9"
|
|
61
61
|
},
|
|
62
|
-
"requirement_digest": "sha256:
|
|
62
|
+
"requirement_digest": "sha256:17daa66a12e0e2f842b0937a22f95c729bda23b002c82d36457df00749cfe7eb"
|
|
63
63
|
}
|
|
64
64
|
],
|
|
65
65
|
"inventory_domains": [
|
|
@@ -480,8 +480,24 @@
|
|
|
480
480
|
"operational-source",
|
|
481
481
|
"public-contract-source"
|
|
482
482
|
],
|
|
483
|
-
"document_kind": "
|
|
484
|
-
"reader_goal": "
|
|
483
|
+
"document_kind": "usage-guide",
|
|
484
|
+
"reader_goal": "integrate-capability",
|
|
485
|
+
"artifact_kinds": [
|
|
486
|
+
"content",
|
|
487
|
+
"contract",
|
|
488
|
+
"examples"
|
|
489
|
+
],
|
|
490
|
+
"collection": "codeindex"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"source_roles": [
|
|
494
|
+
"authoritative-source",
|
|
495
|
+
"example-source",
|
|
496
|
+
"operational-source",
|
|
497
|
+
"public-contract-source"
|
|
498
|
+
],
|
|
499
|
+
"document_kind": "maintenance-guide",
|
|
500
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
485
501
|
"artifact_kinds": [
|
|
486
502
|
"content",
|
|
487
503
|
"contract",
|
|
@@ -519,9 +535,9 @@
|
|
|
519
535
|
"community_coordinate": {
|
|
520
536
|
"package": "@c4a/extract-ts",
|
|
521
537
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
522
|
-
"version": "0.7.
|
|
538
|
+
"version": "0.7.9"
|
|
523
539
|
},
|
|
524
|
-
"requirement_digest": "sha256:
|
|
540
|
+
"requirement_digest": "sha256:4073edd2999fb74d83b56ad16efbb94a5eaff3ab49071ec4e0d4f57d88ce0d8a"
|
|
525
541
|
},
|
|
526
542
|
{
|
|
527
543
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -531,9 +547,9 @@
|
|
|
531
547
|
"community_coordinate": {
|
|
532
548
|
"package": "@c4a/extract-ts",
|
|
533
549
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
534
|
-
"version": "0.7.
|
|
550
|
+
"version": "0.7.9"
|
|
535
551
|
},
|
|
536
|
-
"requirement_digest": "sha256:
|
|
552
|
+
"requirement_digest": "sha256:2c0bbab63c3af33f96c97959dc3d4cc0d1f1e2bab117f71e7a352dd72ba4da9f"
|
|
537
553
|
},
|
|
538
554
|
{
|
|
539
555
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -543,9 +559,9 @@
|
|
|
543
559
|
"community_coordinate": {
|
|
544
560
|
"package": "@c4a/extract-mdx",
|
|
545
561
|
"export": "mdxSourcesToEvidenceAdapterMaterialization",
|
|
546
|
-
"version": "0.7.
|
|
562
|
+
"version": "0.7.9"
|
|
547
563
|
},
|
|
548
|
-
"requirement_digest": "sha256:
|
|
564
|
+
"requirement_digest": "sha256:6977e3c1b3eca05b512fc54d448b3d6ed3386b99aaf08b73cd1ce3cebbf189f1"
|
|
549
565
|
},
|
|
550
566
|
{
|
|
551
567
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -555,9 +571,9 @@
|
|
|
555
571
|
"community_coordinate": {
|
|
556
572
|
"package": "@c4a/extract-style",
|
|
557
573
|
"export": "styleSourcesToEvidenceAdapterMaterialization",
|
|
558
|
-
"version": "0.7.
|
|
574
|
+
"version": "0.7.9"
|
|
559
575
|
},
|
|
560
|
-
"requirement_digest": "sha256:
|
|
576
|
+
"requirement_digest": "sha256:98d6a2c528bf1b758da665c43c263c222b4a669b44df9a73f7e4289b68172caa"
|
|
561
577
|
},
|
|
562
578
|
{
|
|
563
579
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -567,9 +583,9 @@
|
|
|
567
583
|
"community_coordinate": {
|
|
568
584
|
"package": "@c4a/extract-style",
|
|
569
585
|
"export": "styleSourcesToEvidenceAdapterMaterialization",
|
|
570
|
-
"version": "0.7.
|
|
586
|
+
"version": "0.7.9"
|
|
571
587
|
},
|
|
572
|
-
"requirement_digest": "sha256:
|
|
588
|
+
"requirement_digest": "sha256:35dcf9175d8f7587784f9e860afe742241eac0b17dc007143f2dc9c32d829e9c"
|
|
573
589
|
},
|
|
574
590
|
{
|
|
575
591
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -579,9 +595,9 @@
|
|
|
579
595
|
"community_coordinate": {
|
|
580
596
|
"package": "@c4a/extract",
|
|
581
597
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
582
|
-
"version": "0.7.
|
|
598
|
+
"version": "0.7.9"
|
|
583
599
|
},
|
|
584
|
-
"requirement_digest": "sha256:
|
|
600
|
+
"requirement_digest": "sha256:38c6dd80fcf4748c0751482e594944953a5d93273fdacd87cf92d38e00377884"
|
|
585
601
|
},
|
|
586
602
|
{
|
|
587
603
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -591,9 +607,9 @@
|
|
|
591
607
|
"community_coordinate": {
|
|
592
608
|
"package": "@c4a/extract",
|
|
593
609
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
594
|
-
"version": "0.7.
|
|
610
|
+
"version": "0.7.9"
|
|
595
611
|
},
|
|
596
|
-
"requirement_digest": "sha256:
|
|
612
|
+
"requirement_digest": "sha256:58481e41e646c776e37b840037fdd6dc89d03a49bb8eb1e61f61ce87d7cda531"
|
|
597
613
|
},
|
|
598
614
|
{
|
|
599
615
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -603,9 +619,9 @@
|
|
|
603
619
|
"community_coordinate": {
|
|
604
620
|
"package": "@c4a/extract",
|
|
605
621
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
606
|
-
"version": "0.7.
|
|
622
|
+
"version": "0.7.9"
|
|
607
623
|
},
|
|
608
|
-
"requirement_digest": "sha256:
|
|
624
|
+
"requirement_digest": "sha256:17daa66a12e0e2f842b0937a22f95c729bda23b002c82d36457df00749cfe7eb"
|
|
609
625
|
}
|
|
610
626
|
],
|
|
611
627
|
"inventory_domains": [
|
|
@@ -1101,8 +1117,40 @@
|
|
|
1101
1117
|
"operational-source",
|
|
1102
1118
|
"public-contract-source"
|
|
1103
1119
|
],
|
|
1104
|
-
"document_kind": "
|
|
1105
|
-
"reader_goal": "
|
|
1120
|
+
"document_kind": "page-task-guide",
|
|
1121
|
+
"reader_goal": "develop-page-task",
|
|
1122
|
+
"artifact_kinds": [
|
|
1123
|
+
"content",
|
|
1124
|
+
"contract",
|
|
1125
|
+
"examples"
|
|
1126
|
+
],
|
|
1127
|
+
"collection": "codeindex"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"source_roles": [
|
|
1131
|
+
"authoritative-source",
|
|
1132
|
+
"example-source",
|
|
1133
|
+
"operational-source",
|
|
1134
|
+
"public-contract-source"
|
|
1135
|
+
],
|
|
1136
|
+
"document_kind": "federation-guide",
|
|
1137
|
+
"reader_goal": "integrate-host-and-remote",
|
|
1138
|
+
"artifact_kinds": [
|
|
1139
|
+
"content",
|
|
1140
|
+
"contract",
|
|
1141
|
+
"examples"
|
|
1142
|
+
],
|
|
1143
|
+
"collection": "codeindex"
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"source_roles": [
|
|
1147
|
+
"authoritative-source",
|
|
1148
|
+
"example-source",
|
|
1149
|
+
"operational-source",
|
|
1150
|
+
"public-contract-source"
|
|
1151
|
+
],
|
|
1152
|
+
"document_kind": "maintenance-guide",
|
|
1153
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
1106
1154
|
"artifact_kinds": [
|
|
1107
1155
|
"content",
|
|
1108
1156
|
"contract",
|
|
@@ -1137,9 +1185,9 @@
|
|
|
1137
1185
|
"community_coordinate": {
|
|
1138
1186
|
"package": "@c4a/extract-ts",
|
|
1139
1187
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
1140
|
-
"version": "0.7.
|
|
1188
|
+
"version": "0.7.9"
|
|
1141
1189
|
},
|
|
1142
|
-
"requirement_digest": "sha256:
|
|
1190
|
+
"requirement_digest": "sha256:4073edd2999fb74d83b56ad16efbb94a5eaff3ab49071ec4e0d4f57d88ce0d8a"
|
|
1143
1191
|
},
|
|
1144
1192
|
{
|
|
1145
1193
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -1149,9 +1197,9 @@
|
|
|
1149
1197
|
"community_coordinate": {
|
|
1150
1198
|
"package": "@c4a/extract-ts",
|
|
1151
1199
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
1152
|
-
"version": "0.7.
|
|
1200
|
+
"version": "0.7.9"
|
|
1153
1201
|
},
|
|
1154
|
-
"requirement_digest": "sha256:
|
|
1202
|
+
"requirement_digest": "sha256:2c0bbab63c3af33f96c97959dc3d4cc0d1f1e2bab117f71e7a352dd72ba4da9f"
|
|
1155
1203
|
},
|
|
1156
1204
|
{
|
|
1157
1205
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -1161,9 +1209,9 @@
|
|
|
1161
1209
|
"community_coordinate": {
|
|
1162
1210
|
"package": "@c4a/extract-mdx",
|
|
1163
1211
|
"export": "mdxSourcesToEvidenceAdapterMaterialization",
|
|
1164
|
-
"version": "0.7.
|
|
1212
|
+
"version": "0.7.9"
|
|
1165
1213
|
},
|
|
1166
|
-
"requirement_digest": "sha256:
|
|
1214
|
+
"requirement_digest": "sha256:6977e3c1b3eca05b512fc54d448b3d6ed3386b99aaf08b73cd1ce3cebbf189f1"
|
|
1167
1215
|
},
|
|
1168
1216
|
{
|
|
1169
1217
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -1173,9 +1221,9 @@
|
|
|
1173
1221
|
"community_coordinate": {
|
|
1174
1222
|
"package": "@c4a/extract-style",
|
|
1175
1223
|
"export": "styleSourcesToEvidenceAdapterMaterialization",
|
|
1176
|
-
"version": "0.7.
|
|
1224
|
+
"version": "0.7.9"
|
|
1177
1225
|
},
|
|
1178
|
-
"requirement_digest": "sha256:
|
|
1226
|
+
"requirement_digest": "sha256:98d6a2c528bf1b758da665c43c263c222b4a669b44df9a73f7e4289b68172caa"
|
|
1179
1227
|
},
|
|
1180
1228
|
{
|
|
1181
1229
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -1185,9 +1233,9 @@
|
|
|
1185
1233
|
"community_coordinate": {
|
|
1186
1234
|
"package": "@c4a/extract-style",
|
|
1187
1235
|
"export": "styleSourcesToEvidenceAdapterMaterialization",
|
|
1188
|
-
"version": "0.7.
|
|
1236
|
+
"version": "0.7.9"
|
|
1189
1237
|
},
|
|
1190
|
-
"requirement_digest": "sha256:
|
|
1238
|
+
"requirement_digest": "sha256:35dcf9175d8f7587784f9e860afe742241eac0b17dc007143f2dc9c32d829e9c"
|
|
1191
1239
|
},
|
|
1192
1240
|
{
|
|
1193
1241
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -1197,9 +1245,9 @@
|
|
|
1197
1245
|
"community_coordinate": {
|
|
1198
1246
|
"package": "@c4a/extract",
|
|
1199
1247
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
1200
|
-
"version": "0.7.
|
|
1248
|
+
"version": "0.7.9"
|
|
1201
1249
|
},
|
|
1202
|
-
"requirement_digest": "sha256:
|
|
1250
|
+
"requirement_digest": "sha256:38c6dd80fcf4748c0751482e594944953a5d93273fdacd87cf92d38e00377884"
|
|
1203
1251
|
},
|
|
1204
1252
|
{
|
|
1205
1253
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -1209,9 +1257,9 @@
|
|
|
1209
1257
|
"community_coordinate": {
|
|
1210
1258
|
"package": "@c4a/extract",
|
|
1211
1259
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
1212
|
-
"version": "0.7.
|
|
1260
|
+
"version": "0.7.9"
|
|
1213
1261
|
},
|
|
1214
|
-
"requirement_digest": "sha256:
|
|
1262
|
+
"requirement_digest": "sha256:58481e41e646c776e37b840037fdd6dc89d03a49bb8eb1e61f61ce87d7cda531"
|
|
1215
1263
|
},
|
|
1216
1264
|
{
|
|
1217
1265
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -1221,9 +1269,9 @@
|
|
|
1221
1269
|
"community_coordinate": {
|
|
1222
1270
|
"package": "@c4a/extract",
|
|
1223
1271
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
1224
|
-
"version": "0.7.
|
|
1272
|
+
"version": "0.7.9"
|
|
1225
1273
|
},
|
|
1226
|
-
"requirement_digest": "sha256:
|
|
1274
|
+
"requirement_digest": "sha256:17daa66a12e0e2f842b0937a22f95c729bda23b002c82d36457df00749cfe7eb"
|
|
1227
1275
|
}
|
|
1228
1276
|
],
|
|
1229
1277
|
"inventory_domains": [
|
|
@@ -1643,8 +1691,40 @@
|
|
|
1643
1691
|
"operational-source",
|
|
1644
1692
|
"public-contract-source"
|
|
1645
1693
|
],
|
|
1646
|
-
"document_kind": "
|
|
1647
|
-
"reader_goal": "
|
|
1694
|
+
"document_kind": "usage-guide",
|
|
1695
|
+
"reader_goal": "integrate-capability",
|
|
1696
|
+
"artifact_kinds": [
|
|
1697
|
+
"content",
|
|
1698
|
+
"contract",
|
|
1699
|
+
"examples"
|
|
1700
|
+
],
|
|
1701
|
+
"collection": "codeindex"
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"source_roles": [
|
|
1705
|
+
"authoritative-source",
|
|
1706
|
+
"example-source",
|
|
1707
|
+
"operational-source",
|
|
1708
|
+
"public-contract-source"
|
|
1709
|
+
],
|
|
1710
|
+
"document_kind": "public-api-reference",
|
|
1711
|
+
"reader_goal": "look-up-public-contract",
|
|
1712
|
+
"artifact_kinds": [
|
|
1713
|
+
"content",
|
|
1714
|
+
"contract",
|
|
1715
|
+
"examples"
|
|
1716
|
+
],
|
|
1717
|
+
"collection": "codeindex"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"source_roles": [
|
|
1721
|
+
"authoritative-source",
|
|
1722
|
+
"example-source",
|
|
1723
|
+
"operational-source",
|
|
1724
|
+
"public-contract-source"
|
|
1725
|
+
],
|
|
1726
|
+
"document_kind": "maintenance-guide",
|
|
1727
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
1648
1728
|
"artifact_kinds": [
|
|
1649
1729
|
"content",
|
|
1650
1730
|
"contract",
|
|
@@ -1668,9 +1748,9 @@
|
|
|
1668
1748
|
"community_coordinate": {
|
|
1669
1749
|
"package": "@c4a/extract-ts",
|
|
1670
1750
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
1671
|
-
"version": "0.7.
|
|
1751
|
+
"version": "0.7.9"
|
|
1672
1752
|
},
|
|
1673
|
-
"requirement_digest": "sha256:
|
|
1753
|
+
"requirement_digest": "sha256:4073edd2999fb74d83b56ad16efbb94a5eaff3ab49071ec4e0d4f57d88ce0d8a"
|
|
1674
1754
|
},
|
|
1675
1755
|
{
|
|
1676
1756
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -1680,9 +1760,9 @@
|
|
|
1680
1760
|
"community_coordinate": {
|
|
1681
1761
|
"package": "@c4a/extract-ts",
|
|
1682
1762
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
1683
|
-
"version": "0.7.
|
|
1763
|
+
"version": "0.7.9"
|
|
1684
1764
|
},
|
|
1685
|
-
"requirement_digest": "sha256:
|
|
1765
|
+
"requirement_digest": "sha256:2c0bbab63c3af33f96c97959dc3d4cc0d1f1e2bab117f71e7a352dd72ba4da9f"
|
|
1686
1766
|
},
|
|
1687
1767
|
{
|
|
1688
1768
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -1692,9 +1772,9 @@
|
|
|
1692
1772
|
"community_coordinate": {
|
|
1693
1773
|
"package": "@c4a/extract-go",
|
|
1694
1774
|
"export": "goExtractionToEvidenceAdapterMaterialization",
|
|
1695
|
-
"version": "0.7.
|
|
1775
|
+
"version": "0.7.9"
|
|
1696
1776
|
},
|
|
1697
|
-
"requirement_digest": "sha256:
|
|
1777
|
+
"requirement_digest": "sha256:1230e7c35e687a462747d591a329d2eae7c6d8eaa564b2bc4f8b95debd351ec6"
|
|
1698
1778
|
},
|
|
1699
1779
|
{
|
|
1700
1780
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -1704,9 +1784,9 @@
|
|
|
1704
1784
|
"community_coordinate": {
|
|
1705
1785
|
"package": "@c4a/extract-mdx",
|
|
1706
1786
|
"export": "mdxSourcesToEvidenceAdapterMaterialization",
|
|
1707
|
-
"version": "0.7.
|
|
1787
|
+
"version": "0.7.9"
|
|
1708
1788
|
},
|
|
1709
|
-
"requirement_digest": "sha256:
|
|
1789
|
+
"requirement_digest": "sha256:6977e3c1b3eca05b512fc54d448b3d6ed3386b99aaf08b73cd1ce3cebbf189f1"
|
|
1710
1790
|
},
|
|
1711
1791
|
{
|
|
1712
1792
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -1716,9 +1796,9 @@
|
|
|
1716
1796
|
"community_coordinate": {
|
|
1717
1797
|
"package": "@c4a/extract",
|
|
1718
1798
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
1719
|
-
"version": "0.7.
|
|
1799
|
+
"version": "0.7.9"
|
|
1720
1800
|
},
|
|
1721
|
-
"requirement_digest": "sha256:
|
|
1801
|
+
"requirement_digest": "sha256:38c6dd80fcf4748c0751482e594944953a5d93273fdacd87cf92d38e00377884"
|
|
1722
1802
|
},
|
|
1723
1803
|
{
|
|
1724
1804
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -1728,9 +1808,9 @@
|
|
|
1728
1808
|
"community_coordinate": {
|
|
1729
1809
|
"package": "@c4a/extract",
|
|
1730
1810
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
1731
|
-
"version": "0.7.
|
|
1811
|
+
"version": "0.7.9"
|
|
1732
1812
|
},
|
|
1733
|
-
"requirement_digest": "sha256:
|
|
1813
|
+
"requirement_digest": "sha256:58481e41e646c776e37b840037fdd6dc89d03a49bb8eb1e61f61ce87d7cda531"
|
|
1734
1814
|
},
|
|
1735
1815
|
{
|
|
1736
1816
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -1740,9 +1820,9 @@
|
|
|
1740
1820
|
"community_coordinate": {
|
|
1741
1821
|
"package": "@c4a/extract",
|
|
1742
1822
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
1743
|
-
"version": "0.7.
|
|
1823
|
+
"version": "0.7.9"
|
|
1744
1824
|
},
|
|
1745
|
-
"requirement_digest": "sha256:
|
|
1825
|
+
"requirement_digest": "sha256:17daa66a12e0e2f842b0937a22f95c729bda23b002c82d36457df00749cfe7eb"
|
|
1746
1826
|
}
|
|
1747
1827
|
],
|
|
1748
1828
|
"inventory_domains": [
|
|
@@ -2237,8 +2317,40 @@
|
|
|
2237
2317
|
"operational-source",
|
|
2238
2318
|
"public-contract-source"
|
|
2239
2319
|
],
|
|
2240
|
-
"document_kind": "
|
|
2241
|
-
"reader_goal": "
|
|
2320
|
+
"document_kind": "usage-guide",
|
|
2321
|
+
"reader_goal": "integrate-capability",
|
|
2322
|
+
"artifact_kinds": [
|
|
2323
|
+
"content",
|
|
2324
|
+
"contract",
|
|
2325
|
+
"examples"
|
|
2326
|
+
],
|
|
2327
|
+
"collection": "codeindex"
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"source_roles": [
|
|
2331
|
+
"authoritative-source",
|
|
2332
|
+
"example-source",
|
|
2333
|
+
"operational-source",
|
|
2334
|
+
"public-contract-source"
|
|
2335
|
+
],
|
|
2336
|
+
"document_kind": "public-api-reference",
|
|
2337
|
+
"reader_goal": "look-up-public-contract",
|
|
2338
|
+
"artifact_kinds": [
|
|
2339
|
+
"content",
|
|
2340
|
+
"contract",
|
|
2341
|
+
"examples"
|
|
2342
|
+
],
|
|
2343
|
+
"collection": "codeindex"
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"source_roles": [
|
|
2347
|
+
"authoritative-source",
|
|
2348
|
+
"example-source",
|
|
2349
|
+
"operational-source",
|
|
2350
|
+
"public-contract-source"
|
|
2351
|
+
],
|
|
2352
|
+
"document_kind": "maintenance-guide",
|
|
2353
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
2242
2354
|
"artifact_kinds": [
|
|
2243
2355
|
"content",
|
|
2244
2356
|
"contract",
|
|
@@ -2262,9 +2374,9 @@
|
|
|
2262
2374
|
"community_coordinate": {
|
|
2263
2375
|
"package": "@c4a/extract-ts",
|
|
2264
2376
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
2265
|
-
"version": "0.7.
|
|
2377
|
+
"version": "0.7.9"
|
|
2266
2378
|
},
|
|
2267
|
-
"requirement_digest": "sha256:
|
|
2379
|
+
"requirement_digest": "sha256:4073edd2999fb74d83b56ad16efbb94a5eaff3ab49071ec4e0d4f57d88ce0d8a"
|
|
2268
2380
|
},
|
|
2269
2381
|
{
|
|
2270
2382
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -2274,9 +2386,9 @@
|
|
|
2274
2386
|
"community_coordinate": {
|
|
2275
2387
|
"package": "@c4a/extract-ts",
|
|
2276
2388
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
2277
|
-
"version": "0.7.
|
|
2389
|
+
"version": "0.7.9"
|
|
2278
2390
|
},
|
|
2279
|
-
"requirement_digest": "sha256:
|
|
2391
|
+
"requirement_digest": "sha256:2c0bbab63c3af33f96c97959dc3d4cc0d1f1e2bab117f71e7a352dd72ba4da9f"
|
|
2280
2392
|
},
|
|
2281
2393
|
{
|
|
2282
2394
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -2286,9 +2398,9 @@
|
|
|
2286
2398
|
"community_coordinate": {
|
|
2287
2399
|
"package": "@c4a/extract-go",
|
|
2288
2400
|
"export": "goExtractionToEvidenceAdapterMaterialization",
|
|
2289
|
-
"version": "0.7.
|
|
2401
|
+
"version": "0.7.9"
|
|
2290
2402
|
},
|
|
2291
|
-
"requirement_digest": "sha256:
|
|
2403
|
+
"requirement_digest": "sha256:1230e7c35e687a462747d591a329d2eae7c6d8eaa564b2bc4f8b95debd351ec6"
|
|
2292
2404
|
},
|
|
2293
2405
|
{
|
|
2294
2406
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -2298,9 +2410,9 @@
|
|
|
2298
2410
|
"community_coordinate": {
|
|
2299
2411
|
"package": "@c4a/extract",
|
|
2300
2412
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
2301
|
-
"version": "0.7.
|
|
2413
|
+
"version": "0.7.9"
|
|
2302
2414
|
},
|
|
2303
|
-
"requirement_digest": "sha256:
|
|
2415
|
+
"requirement_digest": "sha256:38c6dd80fcf4748c0751482e594944953a5d93273fdacd87cf92d38e00377884"
|
|
2304
2416
|
},
|
|
2305
2417
|
{
|
|
2306
2418
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -2310,9 +2422,9 @@
|
|
|
2310
2422
|
"community_coordinate": {
|
|
2311
2423
|
"package": "@c4a/extract",
|
|
2312
2424
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
2313
|
-
"version": "0.7.
|
|
2425
|
+
"version": "0.7.9"
|
|
2314
2426
|
},
|
|
2315
|
-
"requirement_digest": "sha256:
|
|
2427
|
+
"requirement_digest": "sha256:58481e41e646c776e37b840037fdd6dc89d03a49bb8eb1e61f61ce87d7cda531"
|
|
2316
2428
|
},
|
|
2317
2429
|
{
|
|
2318
2430
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -2322,9 +2434,9 @@
|
|
|
2322
2434
|
"community_coordinate": {
|
|
2323
2435
|
"package": "@c4a/extract",
|
|
2324
2436
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
2325
|
-
"version": "0.7.
|
|
2437
|
+
"version": "0.7.9"
|
|
2326
2438
|
},
|
|
2327
|
-
"requirement_digest": "sha256:
|
|
2439
|
+
"requirement_digest": "sha256:17daa66a12e0e2f842b0937a22f95c729bda23b002c82d36457df00749cfe7eb"
|
|
2328
2440
|
}
|
|
2329
2441
|
],
|
|
2330
2442
|
"inventory_domains": [
|
|
@@ -2782,8 +2894,40 @@
|
|
|
2782
2894
|
"operational-source",
|
|
2783
2895
|
"public-contract-source"
|
|
2784
2896
|
],
|
|
2785
|
-
"document_kind": "
|
|
2786
|
-
"reader_goal": "
|
|
2897
|
+
"document_kind": "usage-guide",
|
|
2898
|
+
"reader_goal": "integrate-capability",
|
|
2899
|
+
"artifact_kinds": [
|
|
2900
|
+
"content",
|
|
2901
|
+
"contract",
|
|
2902
|
+
"examples"
|
|
2903
|
+
],
|
|
2904
|
+
"collection": "codeindex"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"source_roles": [
|
|
2908
|
+
"authoritative-source",
|
|
2909
|
+
"example-source",
|
|
2910
|
+
"operational-source",
|
|
2911
|
+
"public-contract-source"
|
|
2912
|
+
],
|
|
2913
|
+
"document_kind": "public-api-reference",
|
|
2914
|
+
"reader_goal": "look-up-public-contract",
|
|
2915
|
+
"artifact_kinds": [
|
|
2916
|
+
"content",
|
|
2917
|
+
"contract",
|
|
2918
|
+
"examples"
|
|
2919
|
+
],
|
|
2920
|
+
"collection": "codeindex"
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"source_roles": [
|
|
2924
|
+
"authoritative-source",
|
|
2925
|
+
"example-source",
|
|
2926
|
+
"operational-source",
|
|
2927
|
+
"public-contract-source"
|
|
2928
|
+
],
|
|
2929
|
+
"document_kind": "maintenance-guide",
|
|
2930
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
2787
2931
|
"artifact_kinds": [
|
|
2788
2932
|
"content",
|
|
2789
2933
|
"contract",
|
|
@@ -2807,9 +2951,9 @@
|
|
|
2807
2951
|
"community_coordinate": {
|
|
2808
2952
|
"package": "@c4a/extract-ts",
|
|
2809
2953
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
2810
|
-
"version": "0.7.
|
|
2954
|
+
"version": "0.7.9"
|
|
2811
2955
|
},
|
|
2812
|
-
"requirement_digest": "sha256:
|
|
2956
|
+
"requirement_digest": "sha256:4073edd2999fb74d83b56ad16efbb94a5eaff3ab49071ec4e0d4f57d88ce0d8a"
|
|
2813
2957
|
},
|
|
2814
2958
|
{
|
|
2815
2959
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -2819,9 +2963,9 @@
|
|
|
2819
2963
|
"community_coordinate": {
|
|
2820
2964
|
"package": "@c4a/extract-ts",
|
|
2821
2965
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
2822
|
-
"version": "0.7.
|
|
2966
|
+
"version": "0.7.9"
|
|
2823
2967
|
},
|
|
2824
|
-
"requirement_digest": "sha256:
|
|
2968
|
+
"requirement_digest": "sha256:2c0bbab63c3af33f96c97959dc3d4cc0d1f1e2bab117f71e7a352dd72ba4da9f"
|
|
2825
2969
|
},
|
|
2826
2970
|
{
|
|
2827
2971
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -2831,9 +2975,9 @@
|
|
|
2831
2975
|
"community_coordinate": {
|
|
2832
2976
|
"package": "@c4a/extract-mdx",
|
|
2833
2977
|
"export": "mdxSourcesToEvidenceAdapterMaterialization",
|
|
2834
|
-
"version": "0.7.
|
|
2978
|
+
"version": "0.7.9"
|
|
2835
2979
|
},
|
|
2836
|
-
"requirement_digest": "sha256:
|
|
2980
|
+
"requirement_digest": "sha256:6977e3c1b3eca05b512fc54d448b3d6ed3386b99aaf08b73cd1ce3cebbf189f1"
|
|
2837
2981
|
},
|
|
2838
2982
|
{
|
|
2839
2983
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -2843,9 +2987,9 @@
|
|
|
2843
2987
|
"community_coordinate": {
|
|
2844
2988
|
"package": "@c4a/extract",
|
|
2845
2989
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
2846
|
-
"version": "0.7.
|
|
2990
|
+
"version": "0.7.9"
|
|
2847
2991
|
},
|
|
2848
|
-
"requirement_digest": "sha256:
|
|
2992
|
+
"requirement_digest": "sha256:38c6dd80fcf4748c0751482e594944953a5d93273fdacd87cf92d38e00377884"
|
|
2849
2993
|
},
|
|
2850
2994
|
{
|
|
2851
2995
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -2855,9 +2999,9 @@
|
|
|
2855
2999
|
"community_coordinate": {
|
|
2856
3000
|
"package": "@c4a/extract",
|
|
2857
3001
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
2858
|
-
"version": "0.7.
|
|
3002
|
+
"version": "0.7.9"
|
|
2859
3003
|
},
|
|
2860
|
-
"requirement_digest": "sha256:
|
|
3004
|
+
"requirement_digest": "sha256:58481e41e646c776e37b840037fdd6dc89d03a49bb8eb1e61f61ce87d7cda531"
|
|
2861
3005
|
},
|
|
2862
3006
|
{
|
|
2863
3007
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -2867,9 +3011,9 @@
|
|
|
2867
3011
|
"community_coordinate": {
|
|
2868
3012
|
"package": "@c4a/extract",
|
|
2869
3013
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
2870
|
-
"version": "0.7.
|
|
3014
|
+
"version": "0.7.9"
|
|
2871
3015
|
},
|
|
2872
|
-
"requirement_digest": "sha256:
|
|
3016
|
+
"requirement_digest": "sha256:17daa66a12e0e2f842b0937a22f95c729bda23b002c82d36457df00749cfe7eb"
|
|
2873
3017
|
}
|
|
2874
3018
|
],
|
|
2875
3019
|
"inventory_domains": [
|
|
@@ -3327,8 +3471,40 @@
|
|
|
3327
3471
|
"operational-source",
|
|
3328
3472
|
"public-contract-source"
|
|
3329
3473
|
],
|
|
3330
|
-
"document_kind": "
|
|
3331
|
-
"reader_goal": "
|
|
3474
|
+
"document_kind": "usage-guide",
|
|
3475
|
+
"reader_goal": "integrate-capability",
|
|
3476
|
+
"artifact_kinds": [
|
|
3477
|
+
"content",
|
|
3478
|
+
"contract",
|
|
3479
|
+
"examples"
|
|
3480
|
+
],
|
|
3481
|
+
"collection": "codeindex"
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"source_roles": [
|
|
3485
|
+
"authoritative-source",
|
|
3486
|
+
"example-source",
|
|
3487
|
+
"operational-source",
|
|
3488
|
+
"public-contract-source"
|
|
3489
|
+
],
|
|
3490
|
+
"document_kind": "public-api-reference",
|
|
3491
|
+
"reader_goal": "look-up-public-contract",
|
|
3492
|
+
"artifact_kinds": [
|
|
3493
|
+
"content",
|
|
3494
|
+
"contract",
|
|
3495
|
+
"examples"
|
|
3496
|
+
],
|
|
3497
|
+
"collection": "codeindex"
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"source_roles": [
|
|
3501
|
+
"authoritative-source",
|
|
3502
|
+
"example-source",
|
|
3503
|
+
"operational-source",
|
|
3504
|
+
"public-contract-source"
|
|
3505
|
+
],
|
|
3506
|
+
"document_kind": "maintenance-guide",
|
|
3507
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
3332
3508
|
"artifact_kinds": [
|
|
3333
3509
|
"content",
|
|
3334
3510
|
"contract",
|
|
@@ -3352,9 +3528,9 @@
|
|
|
3352
3528
|
"community_coordinate": {
|
|
3353
3529
|
"package": "@c4a/extract-ts",
|
|
3354
3530
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
3355
|
-
"version": "0.7.
|
|
3531
|
+
"version": "0.7.9"
|
|
3356
3532
|
},
|
|
3357
|
-
"requirement_digest": "sha256:
|
|
3533
|
+
"requirement_digest": "sha256:4073edd2999fb74d83b56ad16efbb94a5eaff3ab49071ec4e0d4f57d88ce0d8a"
|
|
3358
3534
|
},
|
|
3359
3535
|
{
|
|
3360
3536
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -3364,9 +3540,9 @@
|
|
|
3364
3540
|
"community_coordinate": {
|
|
3365
3541
|
"package": "@c4a/extract-ts",
|
|
3366
3542
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
3367
|
-
"version": "0.7.
|
|
3543
|
+
"version": "0.7.9"
|
|
3368
3544
|
},
|
|
3369
|
-
"requirement_digest": "sha256:
|
|
3545
|
+
"requirement_digest": "sha256:2c0bbab63c3af33f96c97959dc3d4cc0d1f1e2bab117f71e7a352dd72ba4da9f"
|
|
3370
3546
|
},
|
|
3371
3547
|
{
|
|
3372
3548
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -3376,9 +3552,9 @@
|
|
|
3376
3552
|
"community_coordinate": {
|
|
3377
3553
|
"package": "@c4a/extract-go",
|
|
3378
3554
|
"export": "goExtractionToEvidenceAdapterMaterialization",
|
|
3379
|
-
"version": "0.7.
|
|
3555
|
+
"version": "0.7.9"
|
|
3380
3556
|
},
|
|
3381
|
-
"requirement_digest": "sha256:
|
|
3557
|
+
"requirement_digest": "sha256:1230e7c35e687a462747d591a329d2eae7c6d8eaa564b2bc4f8b95debd351ec6"
|
|
3382
3558
|
},
|
|
3383
3559
|
{
|
|
3384
3560
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -3388,9 +3564,9 @@
|
|
|
3388
3564
|
"community_coordinate": {
|
|
3389
3565
|
"package": "@c4a/extract-thrift",
|
|
3390
3566
|
"export": "thriftSourcesToEvidenceAdapterMaterialization",
|
|
3391
|
-
"version": "0.7.
|
|
3567
|
+
"version": "0.7.9"
|
|
3392
3568
|
},
|
|
3393
|
-
"requirement_digest": "sha256:
|
|
3569
|
+
"requirement_digest": "sha256:ab68d25014e0ab17faea487d6c9376734a825c95d36acc061f3c27eb07dba888"
|
|
3394
3570
|
},
|
|
3395
3571
|
{
|
|
3396
3572
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -3400,9 +3576,9 @@
|
|
|
3400
3576
|
"community_coordinate": {
|
|
3401
3577
|
"package": "@c4a/extract-proto",
|
|
3402
3578
|
"export": "protoSourcesToEvidenceAdapterMaterialization",
|
|
3403
|
-
"version": "0.7.
|
|
3579
|
+
"version": "0.7.9"
|
|
3404
3580
|
},
|
|
3405
|
-
"requirement_digest": "sha256:
|
|
3581
|
+
"requirement_digest": "sha256:a452410c2ccd656cd86a41872fce7752e8c19ff8f935f6e2084cba041ceccea2"
|
|
3406
3582
|
},
|
|
3407
3583
|
{
|
|
3408
3584
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -3412,9 +3588,9 @@
|
|
|
3412
3588
|
"community_coordinate": {
|
|
3413
3589
|
"package": "@c4a/extract-contract",
|
|
3414
3590
|
"export": "contractSourcesToEvidenceAdapterMaterialization",
|
|
3415
|
-
"version": "0.7.
|
|
3591
|
+
"version": "0.7.9"
|
|
3416
3592
|
},
|
|
3417
|
-
"requirement_digest": "sha256:
|
|
3593
|
+
"requirement_digest": "sha256:6e65e36fe00f1bd119fca5a31732d10755f971aec3832ff03c1fbd9923411588"
|
|
3418
3594
|
},
|
|
3419
3595
|
{
|
|
3420
3596
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -3424,9 +3600,9 @@
|
|
|
3424
3600
|
"community_coordinate": {
|
|
3425
3601
|
"package": "@c4a/extract-contract",
|
|
3426
3602
|
"export": "contractSourcesToEvidenceAdapterMaterialization",
|
|
3427
|
-
"version": "0.7.
|
|
3603
|
+
"version": "0.7.9"
|
|
3428
3604
|
},
|
|
3429
|
-
"requirement_digest": "sha256:
|
|
3605
|
+
"requirement_digest": "sha256:ca3f61f79eec750f63b329b2afec2903be882abca9b3c166c5a9dcb99dab483d"
|
|
3430
3606
|
},
|
|
3431
3607
|
{
|
|
3432
3608
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -3436,9 +3612,9 @@
|
|
|
3436
3612
|
"community_coordinate": {
|
|
3437
3613
|
"package": "@c4a/extract",
|
|
3438
3614
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
3439
|
-
"version": "0.7.
|
|
3615
|
+
"version": "0.7.9"
|
|
3440
3616
|
},
|
|
3441
|
-
"requirement_digest": "sha256:
|
|
3617
|
+
"requirement_digest": "sha256:38c6dd80fcf4748c0751482e594944953a5d93273fdacd87cf92d38e00377884"
|
|
3442
3618
|
},
|
|
3443
3619
|
{
|
|
3444
3620
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -3448,9 +3624,9 @@
|
|
|
3448
3624
|
"community_coordinate": {
|
|
3449
3625
|
"package": "@c4a/extract",
|
|
3450
3626
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
3451
|
-
"version": "0.7.
|
|
3627
|
+
"version": "0.7.9"
|
|
3452
3628
|
},
|
|
3453
|
-
"requirement_digest": "sha256:
|
|
3629
|
+
"requirement_digest": "sha256:58481e41e646c776e37b840037fdd6dc89d03a49bb8eb1e61f61ce87d7cda531"
|
|
3454
3630
|
},
|
|
3455
3631
|
{
|
|
3456
3632
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -3460,9 +3636,9 @@
|
|
|
3460
3636
|
"community_coordinate": {
|
|
3461
3637
|
"package": "@c4a/extract",
|
|
3462
3638
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
3463
|
-
"version": "0.7.
|
|
3639
|
+
"version": "0.7.9"
|
|
3464
3640
|
},
|
|
3465
|
-
"requirement_digest": "sha256:
|
|
3641
|
+
"requirement_digest": "sha256:17daa66a12e0e2f842b0937a22f95c729bda23b002c82d36457df00749cfe7eb"
|
|
3466
3642
|
}
|
|
3467
3643
|
],
|
|
3468
3644
|
"inventory_domains": [
|
|
@@ -3957,8 +4133,24 @@
|
|
|
3957
4133
|
"operational-source",
|
|
3958
4134
|
"public-contract-source"
|
|
3959
4135
|
],
|
|
3960
|
-
"document_kind": "
|
|
3961
|
-
"reader_goal": "
|
|
4136
|
+
"document_kind": "public-api-reference",
|
|
4137
|
+
"reader_goal": "look-up-public-contract",
|
|
4138
|
+
"artifact_kinds": [
|
|
4139
|
+
"content",
|
|
4140
|
+
"contract",
|
|
4141
|
+
"examples"
|
|
4142
|
+
],
|
|
4143
|
+
"collection": "codeindex"
|
|
4144
|
+
},
|
|
4145
|
+
{
|
|
4146
|
+
"source_roles": [
|
|
4147
|
+
"authoritative-source",
|
|
4148
|
+
"example-source",
|
|
4149
|
+
"operational-source",
|
|
4150
|
+
"public-contract-source"
|
|
4151
|
+
],
|
|
4152
|
+
"document_kind": "maintenance-guide",
|
|
4153
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
3962
4154
|
"artifact_kinds": [
|
|
3963
4155
|
"content",
|
|
3964
4156
|
"contract",
|
|
@@ -3993,9 +4185,9 @@
|
|
|
3993
4185
|
"community_coordinate": {
|
|
3994
4186
|
"package": "@c4a/extract-ts",
|
|
3995
4187
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
3996
|
-
"version": "0.7.
|
|
4188
|
+
"version": "0.7.9"
|
|
3997
4189
|
},
|
|
3998
|
-
"requirement_digest": "sha256:
|
|
4190
|
+
"requirement_digest": "sha256:4073edd2999fb74d83b56ad16efbb94a5eaff3ab49071ec4e0d4f57d88ce0d8a"
|
|
3999
4191
|
},
|
|
4000
4192
|
{
|
|
4001
4193
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4005,9 +4197,9 @@
|
|
|
4005
4197
|
"community_coordinate": {
|
|
4006
4198
|
"package": "@c4a/extract-ts",
|
|
4007
4199
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
4008
|
-
"version": "0.7.
|
|
4200
|
+
"version": "0.7.9"
|
|
4009
4201
|
},
|
|
4010
|
-
"requirement_digest": "sha256:
|
|
4202
|
+
"requirement_digest": "sha256:2c0bbab63c3af33f96c97959dc3d4cc0d1f1e2bab117f71e7a352dd72ba4da9f"
|
|
4011
4203
|
},
|
|
4012
4204
|
{
|
|
4013
4205
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4017,9 +4209,9 @@
|
|
|
4017
4209
|
"community_coordinate": {
|
|
4018
4210
|
"package": "@c4a/extract-go",
|
|
4019
4211
|
"export": "goExtractionToEvidenceAdapterMaterialization",
|
|
4020
|
-
"version": "0.7.
|
|
4212
|
+
"version": "0.7.9"
|
|
4021
4213
|
},
|
|
4022
|
-
"requirement_digest": "sha256:
|
|
4214
|
+
"requirement_digest": "sha256:1230e7c35e687a462747d591a329d2eae7c6d8eaa564b2bc4f8b95debd351ec6"
|
|
4023
4215
|
},
|
|
4024
4216
|
{
|
|
4025
4217
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4029,9 +4221,9 @@
|
|
|
4029
4221
|
"community_coordinate": {
|
|
4030
4222
|
"package": "@c4a/extract-thrift",
|
|
4031
4223
|
"export": "thriftSourcesToEvidenceAdapterMaterialization",
|
|
4032
|
-
"version": "0.7.
|
|
4224
|
+
"version": "0.7.9"
|
|
4033
4225
|
},
|
|
4034
|
-
"requirement_digest": "sha256:
|
|
4226
|
+
"requirement_digest": "sha256:ab68d25014e0ab17faea487d6c9376734a825c95d36acc061f3c27eb07dba888"
|
|
4035
4227
|
},
|
|
4036
4228
|
{
|
|
4037
4229
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4041,9 +4233,9 @@
|
|
|
4041
4233
|
"community_coordinate": {
|
|
4042
4234
|
"package": "@c4a/extract-proto",
|
|
4043
4235
|
"export": "protoSourcesToEvidenceAdapterMaterialization",
|
|
4044
|
-
"version": "0.7.
|
|
4236
|
+
"version": "0.7.9"
|
|
4045
4237
|
},
|
|
4046
|
-
"requirement_digest": "sha256:
|
|
4238
|
+
"requirement_digest": "sha256:a452410c2ccd656cd86a41872fce7752e8c19ff8f935f6e2084cba041ceccea2"
|
|
4047
4239
|
},
|
|
4048
4240
|
{
|
|
4049
4241
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4053,9 +4245,9 @@
|
|
|
4053
4245
|
"community_coordinate": {
|
|
4054
4246
|
"package": "@c4a/extract-contract",
|
|
4055
4247
|
"export": "contractSourcesToEvidenceAdapterMaterialization",
|
|
4056
|
-
"version": "0.7.
|
|
4248
|
+
"version": "0.7.9"
|
|
4057
4249
|
},
|
|
4058
|
-
"requirement_digest": "sha256:
|
|
4250
|
+
"requirement_digest": "sha256:6e65e36fe00f1bd119fca5a31732d10755f971aec3832ff03c1fbd9923411588"
|
|
4059
4251
|
},
|
|
4060
4252
|
{
|
|
4061
4253
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4065,9 +4257,9 @@
|
|
|
4065
4257
|
"community_coordinate": {
|
|
4066
4258
|
"package": "@c4a/extract-contract",
|
|
4067
4259
|
"export": "contractSourcesToEvidenceAdapterMaterialization",
|
|
4068
|
-
"version": "0.7.
|
|
4260
|
+
"version": "0.7.9"
|
|
4069
4261
|
},
|
|
4070
|
-
"requirement_digest": "sha256:
|
|
4262
|
+
"requirement_digest": "sha256:ca3f61f79eec750f63b329b2afec2903be882abca9b3c166c5a9dcb99dab483d"
|
|
4071
4263
|
},
|
|
4072
4264
|
{
|
|
4073
4265
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4077,9 +4269,9 @@
|
|
|
4077
4269
|
"community_coordinate": {
|
|
4078
4270
|
"package": "@c4a/extract",
|
|
4079
4271
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
4080
|
-
"version": "0.7.
|
|
4272
|
+
"version": "0.7.9"
|
|
4081
4273
|
},
|
|
4082
|
-
"requirement_digest": "sha256:
|
|
4274
|
+
"requirement_digest": "sha256:38c6dd80fcf4748c0751482e594944953a5d93273fdacd87cf92d38e00377884"
|
|
4083
4275
|
},
|
|
4084
4276
|
{
|
|
4085
4277
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4089,9 +4281,9 @@
|
|
|
4089
4281
|
"community_coordinate": {
|
|
4090
4282
|
"package": "@c4a/extract",
|
|
4091
4283
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
4092
|
-
"version": "0.7.
|
|
4284
|
+
"version": "0.7.9"
|
|
4093
4285
|
},
|
|
4094
|
-
"requirement_digest": "sha256:
|
|
4286
|
+
"requirement_digest": "sha256:58481e41e646c776e37b840037fdd6dc89d03a49bb8eb1e61f61ce87d7cda531"
|
|
4095
4287
|
},
|
|
4096
4288
|
{
|
|
4097
4289
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4101,9 +4293,9 @@
|
|
|
4101
4293
|
"community_coordinate": {
|
|
4102
4294
|
"package": "@c4a/extract",
|
|
4103
4295
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
4104
|
-
"version": "0.7.
|
|
4296
|
+
"version": "0.7.9"
|
|
4105
4297
|
},
|
|
4106
|
-
"requirement_digest": "sha256:
|
|
4298
|
+
"requirement_digest": "sha256:17daa66a12e0e2f842b0937a22f95c729bda23b002c82d36457df00749cfe7eb"
|
|
4107
4299
|
}
|
|
4108
4300
|
],
|
|
4109
4301
|
"inventory_domains": [
|
|
@@ -4523,8 +4715,40 @@
|
|
|
4523
4715
|
"operational-source",
|
|
4524
4716
|
"public-contract-source"
|
|
4525
4717
|
],
|
|
4526
|
-
"document_kind": "
|
|
4527
|
-
"reader_goal": "
|
|
4718
|
+
"document_kind": "public-api-reference",
|
|
4719
|
+
"reader_goal": "look-up-public-contract",
|
|
4720
|
+
"artifact_kinds": [
|
|
4721
|
+
"content",
|
|
4722
|
+
"contract",
|
|
4723
|
+
"examples"
|
|
4724
|
+
],
|
|
4725
|
+
"collection": "codeindex"
|
|
4726
|
+
},
|
|
4727
|
+
{
|
|
4728
|
+
"source_roles": [
|
|
4729
|
+
"authoritative-source",
|
|
4730
|
+
"example-source",
|
|
4731
|
+
"operational-source",
|
|
4732
|
+
"public-contract-source"
|
|
4733
|
+
],
|
|
4734
|
+
"document_kind": "request-adaptation-guide",
|
|
4735
|
+
"reader_goal": "maintain-request-boundary",
|
|
4736
|
+
"artifact_kinds": [
|
|
4737
|
+
"content",
|
|
4738
|
+
"contract",
|
|
4739
|
+
"examples"
|
|
4740
|
+
],
|
|
4741
|
+
"collection": "codeindex"
|
|
4742
|
+
},
|
|
4743
|
+
{
|
|
4744
|
+
"source_roles": [
|
|
4745
|
+
"authoritative-source",
|
|
4746
|
+
"example-source",
|
|
4747
|
+
"operational-source",
|
|
4748
|
+
"public-contract-source"
|
|
4749
|
+
],
|
|
4750
|
+
"document_kind": "maintenance-guide",
|
|
4751
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
4528
4752
|
"artifact_kinds": [
|
|
4529
4753
|
"content",
|
|
4530
4754
|
"contract",
|
|
@@ -4548,9 +4772,9 @@
|
|
|
4548
4772
|
"community_coordinate": {
|
|
4549
4773
|
"package": "@c4a/extract-ts",
|
|
4550
4774
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
4551
|
-
"version": "0.7.
|
|
4775
|
+
"version": "0.7.9"
|
|
4552
4776
|
},
|
|
4553
|
-
"requirement_digest": "sha256:
|
|
4777
|
+
"requirement_digest": "sha256:4073edd2999fb74d83b56ad16efbb94a5eaff3ab49071ec4e0d4f57d88ce0d8a"
|
|
4554
4778
|
},
|
|
4555
4779
|
{
|
|
4556
4780
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4560,9 +4784,9 @@
|
|
|
4560
4784
|
"community_coordinate": {
|
|
4561
4785
|
"package": "@c4a/extract-ts",
|
|
4562
4786
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
4563
|
-
"version": "0.7.
|
|
4787
|
+
"version": "0.7.9"
|
|
4564
4788
|
},
|
|
4565
|
-
"requirement_digest": "sha256:
|
|
4789
|
+
"requirement_digest": "sha256:2c0bbab63c3af33f96c97959dc3d4cc0d1f1e2bab117f71e7a352dd72ba4da9f"
|
|
4566
4790
|
},
|
|
4567
4791
|
{
|
|
4568
4792
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4572,9 +4796,9 @@
|
|
|
4572
4796
|
"community_coordinate": {
|
|
4573
4797
|
"package": "@c4a/extract-go",
|
|
4574
4798
|
"export": "goExtractionToEvidenceAdapterMaterialization",
|
|
4575
|
-
"version": "0.7.
|
|
4799
|
+
"version": "0.7.9"
|
|
4576
4800
|
},
|
|
4577
|
-
"requirement_digest": "sha256:
|
|
4801
|
+
"requirement_digest": "sha256:1230e7c35e687a462747d591a329d2eae7c6d8eaa564b2bc4f8b95debd351ec6"
|
|
4578
4802
|
},
|
|
4579
4803
|
{
|
|
4580
4804
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4584,9 +4808,9 @@
|
|
|
4584
4808
|
"community_coordinate": {
|
|
4585
4809
|
"package": "@c4a/extract-thrift",
|
|
4586
4810
|
"export": "thriftSourcesToEvidenceAdapterMaterialization",
|
|
4587
|
-
"version": "0.7.
|
|
4811
|
+
"version": "0.7.9"
|
|
4588
4812
|
},
|
|
4589
|
-
"requirement_digest": "sha256:
|
|
4813
|
+
"requirement_digest": "sha256:ab68d25014e0ab17faea487d6c9376734a825c95d36acc061f3c27eb07dba888"
|
|
4590
4814
|
},
|
|
4591
4815
|
{
|
|
4592
4816
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4596,9 +4820,9 @@
|
|
|
4596
4820
|
"community_coordinate": {
|
|
4597
4821
|
"package": "@c4a/extract-proto",
|
|
4598
4822
|
"export": "protoSourcesToEvidenceAdapterMaterialization",
|
|
4599
|
-
"version": "0.7.
|
|
4823
|
+
"version": "0.7.9"
|
|
4600
4824
|
},
|
|
4601
|
-
"requirement_digest": "sha256:
|
|
4825
|
+
"requirement_digest": "sha256:a452410c2ccd656cd86a41872fce7752e8c19ff8f935f6e2084cba041ceccea2"
|
|
4602
4826
|
},
|
|
4603
4827
|
{
|
|
4604
4828
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4608,9 +4832,9 @@
|
|
|
4608
4832
|
"community_coordinate": {
|
|
4609
4833
|
"package": "@c4a/extract-sql",
|
|
4610
4834
|
"export": "sqlSourcesToEvidenceAdapterMaterialization",
|
|
4611
|
-
"version": "0.7.
|
|
4835
|
+
"version": "0.7.9"
|
|
4612
4836
|
},
|
|
4613
|
-
"requirement_digest": "sha256:
|
|
4837
|
+
"requirement_digest": "sha256:e474e7ecf9aefa9e6505fdf02abc46cd74710e1c64b9ead9b47ae143650d6a9f"
|
|
4614
4838
|
},
|
|
4615
4839
|
{
|
|
4616
4840
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4620,9 +4844,9 @@
|
|
|
4620
4844
|
"community_coordinate": {
|
|
4621
4845
|
"package": "@c4a/extract",
|
|
4622
4846
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
4623
|
-
"version": "0.7.
|
|
4847
|
+
"version": "0.7.9"
|
|
4624
4848
|
},
|
|
4625
|
-
"requirement_digest": "sha256:
|
|
4849
|
+
"requirement_digest": "sha256:38c6dd80fcf4748c0751482e594944953a5d93273fdacd87cf92d38e00377884"
|
|
4626
4850
|
},
|
|
4627
4851
|
{
|
|
4628
4852
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4632,9 +4856,9 @@
|
|
|
4632
4856
|
"community_coordinate": {
|
|
4633
4857
|
"package": "@c4a/extract",
|
|
4634
4858
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
4635
|
-
"version": "0.7.
|
|
4859
|
+
"version": "0.7.9"
|
|
4636
4860
|
},
|
|
4637
|
-
"requirement_digest": "sha256:
|
|
4861
|
+
"requirement_digest": "sha256:58481e41e646c776e37b840037fdd6dc89d03a49bb8eb1e61f61ce87d7cda531"
|
|
4638
4862
|
},
|
|
4639
4863
|
{
|
|
4640
4864
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -4644,9 +4868,9 @@
|
|
|
4644
4868
|
"community_coordinate": {
|
|
4645
4869
|
"package": "@c4a/extract",
|
|
4646
4870
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
4647
|
-
"version": "0.7.
|
|
4871
|
+
"version": "0.7.9"
|
|
4648
4872
|
},
|
|
4649
|
-
"requirement_digest": "sha256:
|
|
4873
|
+
"requirement_digest": "sha256:17daa66a12e0e2f842b0937a22f95c729bda23b002c82d36457df00749cfe7eb"
|
|
4650
4874
|
}
|
|
4651
4875
|
],
|
|
4652
4876
|
"inventory_domains": [
|
|
@@ -5067,8 +5291,24 @@
|
|
|
5067
5291
|
"operational-source",
|
|
5068
5292
|
"public-contract-source"
|
|
5069
5293
|
],
|
|
5070
|
-
"document_kind": "
|
|
5071
|
-
"reader_goal": "
|
|
5294
|
+
"document_kind": "public-api-reference",
|
|
5295
|
+
"reader_goal": "look-up-public-contract",
|
|
5296
|
+
"artifact_kinds": [
|
|
5297
|
+
"content",
|
|
5298
|
+
"contract",
|
|
5299
|
+
"examples"
|
|
5300
|
+
],
|
|
5301
|
+
"collection": "codeindex"
|
|
5302
|
+
},
|
|
5303
|
+
{
|
|
5304
|
+
"source_roles": [
|
|
5305
|
+
"authoritative-source",
|
|
5306
|
+
"example-source",
|
|
5307
|
+
"operational-source",
|
|
5308
|
+
"public-contract-source"
|
|
5309
|
+
],
|
|
5310
|
+
"document_kind": "maintenance-guide",
|
|
5311
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
5072
5312
|
"artifact_kinds": [
|
|
5073
5313
|
"content",
|
|
5074
5314
|
"contract",
|
|
@@ -5102,9 +5342,9 @@
|
|
|
5102
5342
|
"community_coordinate": {
|
|
5103
5343
|
"package": "@c4a/extract-ts",
|
|
5104
5344
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
5105
|
-
"version": "0.7.
|
|
5345
|
+
"version": "0.7.9"
|
|
5106
5346
|
},
|
|
5107
|
-
"requirement_digest": "sha256:
|
|
5347
|
+
"requirement_digest": "sha256:4073edd2999fb74d83b56ad16efbb94a5eaff3ab49071ec4e0d4f57d88ce0d8a"
|
|
5108
5348
|
},
|
|
5109
5349
|
{
|
|
5110
5350
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -5114,9 +5354,9 @@
|
|
|
5114
5354
|
"community_coordinate": {
|
|
5115
5355
|
"package": "@c4a/extract-ts",
|
|
5116
5356
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
5117
|
-
"version": "0.7.
|
|
5357
|
+
"version": "0.7.9"
|
|
5118
5358
|
},
|
|
5119
|
-
"requirement_digest": "sha256:
|
|
5359
|
+
"requirement_digest": "sha256:2c0bbab63c3af33f96c97959dc3d4cc0d1f1e2bab117f71e7a352dd72ba4da9f"
|
|
5120
5360
|
},
|
|
5121
5361
|
{
|
|
5122
5362
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -5126,9 +5366,9 @@
|
|
|
5126
5366
|
"community_coordinate": {
|
|
5127
5367
|
"package": "@c4a/extract-go",
|
|
5128
5368
|
"export": "goExtractionToEvidenceAdapterMaterialization",
|
|
5129
|
-
"version": "0.7.
|
|
5369
|
+
"version": "0.7.9"
|
|
5130
5370
|
},
|
|
5131
|
-
"requirement_digest": "sha256:
|
|
5371
|
+
"requirement_digest": "sha256:1230e7c35e687a462747d591a329d2eae7c6d8eaa564b2bc4f8b95debd351ec6"
|
|
5132
5372
|
},
|
|
5133
5373
|
{
|
|
5134
5374
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -5138,9 +5378,9 @@
|
|
|
5138
5378
|
"community_coordinate": {
|
|
5139
5379
|
"package": "@c4a/extract",
|
|
5140
5380
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
5141
|
-
"version": "0.7.
|
|
5381
|
+
"version": "0.7.9"
|
|
5142
5382
|
},
|
|
5143
|
-
"requirement_digest": "sha256:
|
|
5383
|
+
"requirement_digest": "sha256:38c6dd80fcf4748c0751482e594944953a5d93273fdacd87cf92d38e00377884"
|
|
5144
5384
|
},
|
|
5145
5385
|
{
|
|
5146
5386
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -5150,9 +5390,9 @@
|
|
|
5150
5390
|
"community_coordinate": {
|
|
5151
5391
|
"package": "@c4a/extract",
|
|
5152
5392
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
5153
|
-
"version": "0.7.
|
|
5393
|
+
"version": "0.7.9"
|
|
5154
5394
|
},
|
|
5155
|
-
"requirement_digest": "sha256:
|
|
5395
|
+
"requirement_digest": "sha256:58481e41e646c776e37b840037fdd6dc89d03a49bb8eb1e61f61ce87d7cda531"
|
|
5156
5396
|
},
|
|
5157
5397
|
{
|
|
5158
5398
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -5162,9 +5402,9 @@
|
|
|
5162
5402
|
"community_coordinate": {
|
|
5163
5403
|
"package": "@c4a/extract",
|
|
5164
5404
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
5165
|
-
"version": "0.7.
|
|
5405
|
+
"version": "0.7.9"
|
|
5166
5406
|
},
|
|
5167
|
-
"requirement_digest": "sha256:
|
|
5407
|
+
"requirement_digest": "sha256:17daa66a12e0e2f842b0937a22f95c729bda23b002c82d36457df00749cfe7eb"
|
|
5168
5408
|
}
|
|
5169
5409
|
],
|
|
5170
5410
|
"inventory_domains": [
|
|
@@ -5622,8 +5862,24 @@
|
|
|
5622
5862
|
"operational-source",
|
|
5623
5863
|
"public-contract-source"
|
|
5624
5864
|
],
|
|
5625
|
-
"document_kind": "
|
|
5626
|
-
"reader_goal": "
|
|
5865
|
+
"document_kind": "task-runtime-guide",
|
|
5866
|
+
"reader_goal": "operate-or-extend-task",
|
|
5867
|
+
"artifact_kinds": [
|
|
5868
|
+
"content",
|
|
5869
|
+
"contract",
|
|
5870
|
+
"examples"
|
|
5871
|
+
],
|
|
5872
|
+
"collection": "codeindex"
|
|
5873
|
+
},
|
|
5874
|
+
{
|
|
5875
|
+
"source_roles": [
|
|
5876
|
+
"authoritative-source",
|
|
5877
|
+
"example-source",
|
|
5878
|
+
"operational-source",
|
|
5879
|
+
"public-contract-source"
|
|
5880
|
+
],
|
|
5881
|
+
"document_kind": "maintenance-guide",
|
|
5882
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
5627
5883
|
"artifact_kinds": [
|
|
5628
5884
|
"content",
|
|
5629
5885
|
"contract",
|
|
@@ -5657,9 +5913,9 @@
|
|
|
5657
5913
|
"community_coordinate": {
|
|
5658
5914
|
"package": "@c4a/extract-ts",
|
|
5659
5915
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
5660
|
-
"version": "0.7.
|
|
5916
|
+
"version": "0.7.9"
|
|
5661
5917
|
},
|
|
5662
|
-
"requirement_digest": "sha256:
|
|
5918
|
+
"requirement_digest": "sha256:4073edd2999fb74d83b56ad16efbb94a5eaff3ab49071ec4e0d4f57d88ce0d8a"
|
|
5663
5919
|
},
|
|
5664
5920
|
{
|
|
5665
5921
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -5669,9 +5925,9 @@
|
|
|
5669
5925
|
"community_coordinate": {
|
|
5670
5926
|
"package": "@c4a/extract-ts",
|
|
5671
5927
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
5672
|
-
"version": "0.7.
|
|
5928
|
+
"version": "0.7.9"
|
|
5673
5929
|
},
|
|
5674
|
-
"requirement_digest": "sha256:
|
|
5930
|
+
"requirement_digest": "sha256:2c0bbab63c3af33f96c97959dc3d4cc0d1f1e2bab117f71e7a352dd72ba4da9f"
|
|
5675
5931
|
},
|
|
5676
5932
|
{
|
|
5677
5933
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -5681,9 +5937,9 @@
|
|
|
5681
5937
|
"community_coordinate": {
|
|
5682
5938
|
"package": "@c4a/extract-go",
|
|
5683
5939
|
"export": "goExtractionToEvidenceAdapterMaterialization",
|
|
5684
|
-
"version": "0.7.
|
|
5940
|
+
"version": "0.7.9"
|
|
5685
5941
|
},
|
|
5686
|
-
"requirement_digest": "sha256:
|
|
5942
|
+
"requirement_digest": "sha256:1230e7c35e687a462747d591a329d2eae7c6d8eaa564b2bc4f8b95debd351ec6"
|
|
5687
5943
|
},
|
|
5688
5944
|
{
|
|
5689
5945
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -5693,9 +5949,9 @@
|
|
|
5693
5949
|
"community_coordinate": {
|
|
5694
5950
|
"package": "@c4a/extract-thrift",
|
|
5695
5951
|
"export": "thriftSourcesToEvidenceAdapterMaterialization",
|
|
5696
|
-
"version": "0.7.
|
|
5952
|
+
"version": "0.7.9"
|
|
5697
5953
|
},
|
|
5698
|
-
"requirement_digest": "sha256:
|
|
5954
|
+
"requirement_digest": "sha256:ab68d25014e0ab17faea487d6c9376734a825c95d36acc061f3c27eb07dba888"
|
|
5699
5955
|
},
|
|
5700
5956
|
{
|
|
5701
5957
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -5705,9 +5961,9 @@
|
|
|
5705
5961
|
"community_coordinate": {
|
|
5706
5962
|
"package": "@c4a/extract-proto",
|
|
5707
5963
|
"export": "protoSourcesToEvidenceAdapterMaterialization",
|
|
5708
|
-
"version": "0.7.
|
|
5964
|
+
"version": "0.7.9"
|
|
5709
5965
|
},
|
|
5710
|
-
"requirement_digest": "sha256:
|
|
5966
|
+
"requirement_digest": "sha256:a452410c2ccd656cd86a41872fce7752e8c19ff8f935f6e2084cba041ceccea2"
|
|
5711
5967
|
},
|
|
5712
5968
|
{
|
|
5713
5969
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -5717,9 +5973,9 @@
|
|
|
5717
5973
|
"community_coordinate": {
|
|
5718
5974
|
"package": "@c4a/extract",
|
|
5719
5975
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
5720
|
-
"version": "0.7.
|
|
5976
|
+
"version": "0.7.9"
|
|
5721
5977
|
},
|
|
5722
|
-
"requirement_digest": "sha256:
|
|
5978
|
+
"requirement_digest": "sha256:38c6dd80fcf4748c0751482e594944953a5d93273fdacd87cf92d38e00377884"
|
|
5723
5979
|
},
|
|
5724
5980
|
{
|
|
5725
5981
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -5729,9 +5985,9 @@
|
|
|
5729
5985
|
"community_coordinate": {
|
|
5730
5986
|
"package": "@c4a/extract",
|
|
5731
5987
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
5732
|
-
"version": "0.7.
|
|
5988
|
+
"version": "0.7.9"
|
|
5733
5989
|
},
|
|
5734
|
-
"requirement_digest": "sha256:
|
|
5990
|
+
"requirement_digest": "sha256:58481e41e646c776e37b840037fdd6dc89d03a49bb8eb1e61f61ce87d7cda531"
|
|
5735
5991
|
},
|
|
5736
5992
|
{
|
|
5737
5993
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -5741,9 +5997,9 @@
|
|
|
5741
5997
|
"community_coordinate": {
|
|
5742
5998
|
"package": "@c4a/extract",
|
|
5743
5999
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
5744
|
-
"version": "0.7.
|
|
6000
|
+
"version": "0.7.9"
|
|
5745
6001
|
},
|
|
5746
|
-
"requirement_digest": "sha256:
|
|
6002
|
+
"requirement_digest": "sha256:17daa66a12e0e2f842b0937a22f95c729bda23b002c82d36457df00749cfe7eb"
|
|
5747
6003
|
}
|
|
5748
6004
|
],
|
|
5749
6005
|
"inventory_domains": [
|
|
@@ -6164,8 +6420,24 @@
|
|
|
6164
6420
|
"operational-source",
|
|
6165
6421
|
"public-contract-source"
|
|
6166
6422
|
],
|
|
6167
|
-
"document_kind": "
|
|
6168
|
-
"reader_goal": "
|
|
6423
|
+
"document_kind": "task-runtime-guide",
|
|
6424
|
+
"reader_goal": "operate-or-extend-task",
|
|
6425
|
+
"artifact_kinds": [
|
|
6426
|
+
"content",
|
|
6427
|
+
"contract",
|
|
6428
|
+
"examples"
|
|
6429
|
+
],
|
|
6430
|
+
"collection": "codeindex"
|
|
6431
|
+
},
|
|
6432
|
+
{
|
|
6433
|
+
"source_roles": [
|
|
6434
|
+
"authoritative-source",
|
|
6435
|
+
"example-source",
|
|
6436
|
+
"operational-source",
|
|
6437
|
+
"public-contract-source"
|
|
6438
|
+
],
|
|
6439
|
+
"document_kind": "maintenance-guide",
|
|
6440
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
6169
6441
|
"artifact_kinds": [
|
|
6170
6442
|
"content",
|
|
6171
6443
|
"contract",
|
|
@@ -6189,9 +6461,9 @@
|
|
|
6189
6461
|
"community_coordinate": {
|
|
6190
6462
|
"package": "@c4a/extract-ts",
|
|
6191
6463
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
6192
|
-
"version": "0.7.
|
|
6464
|
+
"version": "0.7.9"
|
|
6193
6465
|
},
|
|
6194
|
-
"requirement_digest": "sha256:
|
|
6466
|
+
"requirement_digest": "sha256:4073edd2999fb74d83b56ad16efbb94a5eaff3ab49071ec4e0d4f57d88ce0d8a"
|
|
6195
6467
|
},
|
|
6196
6468
|
{
|
|
6197
6469
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -6201,9 +6473,9 @@
|
|
|
6201
6473
|
"community_coordinate": {
|
|
6202
6474
|
"package": "@c4a/extract-ts",
|
|
6203
6475
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
6204
|
-
"version": "0.7.
|
|
6476
|
+
"version": "0.7.9"
|
|
6205
6477
|
},
|
|
6206
|
-
"requirement_digest": "sha256:
|
|
6478
|
+
"requirement_digest": "sha256:2c0bbab63c3af33f96c97959dc3d4cc0d1f1e2bab117f71e7a352dd72ba4da9f"
|
|
6207
6479
|
},
|
|
6208
6480
|
{
|
|
6209
6481
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -6213,9 +6485,9 @@
|
|
|
6213
6485
|
"community_coordinate": {
|
|
6214
6486
|
"package": "@c4a/extract-go",
|
|
6215
6487
|
"export": "goExtractionToEvidenceAdapterMaterialization",
|
|
6216
|
-
"version": "0.7.
|
|
6488
|
+
"version": "0.7.9"
|
|
6217
6489
|
},
|
|
6218
|
-
"requirement_digest": "sha256:
|
|
6490
|
+
"requirement_digest": "sha256:1230e7c35e687a462747d591a329d2eae7c6d8eaa564b2bc4f8b95debd351ec6"
|
|
6219
6491
|
},
|
|
6220
6492
|
{
|
|
6221
6493
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -6225,9 +6497,9 @@
|
|
|
6225
6497
|
"community_coordinate": {
|
|
6226
6498
|
"package": "@c4a/extract-sql",
|
|
6227
6499
|
"export": "sqlSourcesToEvidenceAdapterMaterialization",
|
|
6228
|
-
"version": "0.7.
|
|
6500
|
+
"version": "0.7.9"
|
|
6229
6501
|
},
|
|
6230
|
-
"requirement_digest": "sha256:
|
|
6502
|
+
"requirement_digest": "sha256:e474e7ecf9aefa9e6505fdf02abc46cd74710e1c64b9ead9b47ae143650d6a9f"
|
|
6231
6503
|
},
|
|
6232
6504
|
{
|
|
6233
6505
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -6237,9 +6509,9 @@
|
|
|
6237
6509
|
"community_coordinate": {
|
|
6238
6510
|
"package": "@c4a/extract",
|
|
6239
6511
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
6240
|
-
"version": "0.7.
|
|
6512
|
+
"version": "0.7.9"
|
|
6241
6513
|
},
|
|
6242
|
-
"requirement_digest": "sha256:
|
|
6514
|
+
"requirement_digest": "sha256:38c6dd80fcf4748c0751482e594944953a5d93273fdacd87cf92d38e00377884"
|
|
6243
6515
|
},
|
|
6244
6516
|
{
|
|
6245
6517
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -6249,9 +6521,9 @@
|
|
|
6249
6521
|
"community_coordinate": {
|
|
6250
6522
|
"package": "@c4a/extract",
|
|
6251
6523
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
6252
|
-
"version": "0.7.
|
|
6524
|
+
"version": "0.7.9"
|
|
6253
6525
|
},
|
|
6254
|
-
"requirement_digest": "sha256:
|
|
6526
|
+
"requirement_digest": "sha256:58481e41e646c776e37b840037fdd6dc89d03a49bb8eb1e61f61ce87d7cda531"
|
|
6255
6527
|
},
|
|
6256
6528
|
{
|
|
6257
6529
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -6261,9 +6533,9 @@
|
|
|
6261
6533
|
"community_coordinate": {
|
|
6262
6534
|
"package": "@c4a/extract",
|
|
6263
6535
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
6264
|
-
"version": "0.7.
|
|
6536
|
+
"version": "0.7.9"
|
|
6265
6537
|
},
|
|
6266
|
-
"requirement_digest": "sha256:
|
|
6538
|
+
"requirement_digest": "sha256:17daa66a12e0e2f842b0937a22f95c729bda23b002c82d36457df00749cfe7eb"
|
|
6267
6539
|
}
|
|
6268
6540
|
],
|
|
6269
6541
|
"inventory_domains": [
|
|
@@ -6684,8 +6956,24 @@
|
|
|
6684
6956
|
"operational-source",
|
|
6685
6957
|
"public-contract-source"
|
|
6686
6958
|
],
|
|
6687
|
-
"document_kind": "
|
|
6688
|
-
"reader_goal": "
|
|
6959
|
+
"document_kind": "task-runtime-guide",
|
|
6960
|
+
"reader_goal": "operate-or-extend-task",
|
|
6961
|
+
"artifact_kinds": [
|
|
6962
|
+
"content",
|
|
6963
|
+
"contract",
|
|
6964
|
+
"examples"
|
|
6965
|
+
],
|
|
6966
|
+
"collection": "codeindex"
|
|
6967
|
+
},
|
|
6968
|
+
{
|
|
6969
|
+
"source_roles": [
|
|
6970
|
+
"authoritative-source",
|
|
6971
|
+
"example-source",
|
|
6972
|
+
"operational-source",
|
|
6973
|
+
"public-contract-source"
|
|
6974
|
+
],
|
|
6975
|
+
"document_kind": "maintenance-guide",
|
|
6976
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
6689
6977
|
"artifact_kinds": [
|
|
6690
6978
|
"content",
|
|
6691
6979
|
"contract",
|
|
@@ -6709,9 +6997,9 @@
|
|
|
6709
6997
|
"community_coordinate": {
|
|
6710
6998
|
"package": "@c4a/extract-ts",
|
|
6711
6999
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
6712
|
-
"version": "0.7.
|
|
7000
|
+
"version": "0.7.9"
|
|
6713
7001
|
},
|
|
6714
|
-
"requirement_digest": "sha256:
|
|
7002
|
+
"requirement_digest": "sha256:4073edd2999fb74d83b56ad16efbb94a5eaff3ab49071ec4e0d4f57d88ce0d8a"
|
|
6715
7003
|
},
|
|
6716
7004
|
{
|
|
6717
7005
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -6721,9 +7009,9 @@
|
|
|
6721
7009
|
"community_coordinate": {
|
|
6722
7010
|
"package": "@c4a/extract-ts",
|
|
6723
7011
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
6724
|
-
"version": "0.7.
|
|
7012
|
+
"version": "0.7.9"
|
|
6725
7013
|
},
|
|
6726
|
-
"requirement_digest": "sha256:
|
|
7014
|
+
"requirement_digest": "sha256:2c0bbab63c3af33f96c97959dc3d4cc0d1f1e2bab117f71e7a352dd72ba4da9f"
|
|
6727
7015
|
},
|
|
6728
7016
|
{
|
|
6729
7017
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -6733,9 +7021,9 @@
|
|
|
6733
7021
|
"community_coordinate": {
|
|
6734
7022
|
"package": "@c4a/extract-go",
|
|
6735
7023
|
"export": "goExtractionToEvidenceAdapterMaterialization",
|
|
6736
|
-
"version": "0.7.
|
|
7024
|
+
"version": "0.7.9"
|
|
6737
7025
|
},
|
|
6738
|
-
"requirement_digest": "sha256:
|
|
7026
|
+
"requirement_digest": "sha256:1230e7c35e687a462747d591a329d2eae7c6d8eaa564b2bc4f8b95debd351ec6"
|
|
6739
7027
|
},
|
|
6740
7028
|
{
|
|
6741
7029
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -6745,9 +7033,9 @@
|
|
|
6745
7033
|
"community_coordinate": {
|
|
6746
7034
|
"package": "@c4a/extract-sql",
|
|
6747
7035
|
"export": "sqlSourcesToEvidenceAdapterMaterialization",
|
|
6748
|
-
"version": "0.7.
|
|
7036
|
+
"version": "0.7.9"
|
|
6749
7037
|
},
|
|
6750
|
-
"requirement_digest": "sha256:
|
|
7038
|
+
"requirement_digest": "sha256:e474e7ecf9aefa9e6505fdf02abc46cd74710e1c64b9ead9b47ae143650d6a9f"
|
|
6751
7039
|
},
|
|
6752
7040
|
{
|
|
6753
7041
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -6757,9 +7045,9 @@
|
|
|
6757
7045
|
"community_coordinate": {
|
|
6758
7046
|
"package": "@c4a/extract",
|
|
6759
7047
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
6760
|
-
"version": "0.7.
|
|
7048
|
+
"version": "0.7.9"
|
|
6761
7049
|
},
|
|
6762
|
-
"requirement_digest": "sha256:
|
|
7050
|
+
"requirement_digest": "sha256:38c6dd80fcf4748c0751482e594944953a5d93273fdacd87cf92d38e00377884"
|
|
6763
7051
|
},
|
|
6764
7052
|
{
|
|
6765
7053
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -6769,9 +7057,9 @@
|
|
|
6769
7057
|
"community_coordinate": {
|
|
6770
7058
|
"package": "@c4a/extract",
|
|
6771
7059
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
6772
|
-
"version": "0.7.
|
|
7060
|
+
"version": "0.7.9"
|
|
6773
7061
|
},
|
|
6774
|
-
"requirement_digest": "sha256:
|
|
7062
|
+
"requirement_digest": "sha256:58481e41e646c776e37b840037fdd6dc89d03a49bb8eb1e61f61ce87d7cda531"
|
|
6775
7063
|
},
|
|
6776
7064
|
{
|
|
6777
7065
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -6781,9 +7069,9 @@
|
|
|
6781
7069
|
"community_coordinate": {
|
|
6782
7070
|
"package": "@c4a/extract",
|
|
6783
7071
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
6784
|
-
"version": "0.7.
|
|
7072
|
+
"version": "0.7.9"
|
|
6785
7073
|
},
|
|
6786
|
-
"requirement_digest": "sha256:
|
|
7074
|
+
"requirement_digest": "sha256:17daa66a12e0e2f842b0937a22f95c729bda23b002c82d36457df00749cfe7eb"
|
|
6787
7075
|
}
|
|
6788
7076
|
],
|
|
6789
7077
|
"inventory_domains": [
|
|
@@ -7204,8 +7492,24 @@
|
|
|
7204
7492
|
"operational-source",
|
|
7205
7493
|
"public-contract-source"
|
|
7206
7494
|
],
|
|
7207
|
-
"document_kind": "
|
|
7208
|
-
"reader_goal": "
|
|
7495
|
+
"document_kind": "public-api-reference",
|
|
7496
|
+
"reader_goal": "look-up-public-contract",
|
|
7497
|
+
"artifact_kinds": [
|
|
7498
|
+
"content",
|
|
7499
|
+
"contract",
|
|
7500
|
+
"examples"
|
|
7501
|
+
],
|
|
7502
|
+
"collection": "codeindex"
|
|
7503
|
+
},
|
|
7504
|
+
{
|
|
7505
|
+
"source_roles": [
|
|
7506
|
+
"authoritative-source",
|
|
7507
|
+
"example-source",
|
|
7508
|
+
"operational-source",
|
|
7509
|
+
"public-contract-source"
|
|
7510
|
+
],
|
|
7511
|
+
"document_kind": "maintenance-guide",
|
|
7512
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
7209
7513
|
"artifact_kinds": [
|
|
7210
7514
|
"content",
|
|
7211
7515
|
"contract",
|
|
@@ -7229,9 +7533,9 @@
|
|
|
7229
7533
|
"community_coordinate": {
|
|
7230
7534
|
"package": "@c4a/extract-ts",
|
|
7231
7535
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
7232
|
-
"version": "0.7.
|
|
7536
|
+
"version": "0.7.9"
|
|
7233
7537
|
},
|
|
7234
|
-
"requirement_digest": "sha256:
|
|
7538
|
+
"requirement_digest": "sha256:4073edd2999fb74d83b56ad16efbb94a5eaff3ab49071ec4e0d4f57d88ce0d8a"
|
|
7235
7539
|
},
|
|
7236
7540
|
{
|
|
7237
7541
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -7241,9 +7545,9 @@
|
|
|
7241
7545
|
"community_coordinate": {
|
|
7242
7546
|
"package": "@c4a/extract-ts",
|
|
7243
7547
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
7244
|
-
"version": "0.7.
|
|
7548
|
+
"version": "0.7.9"
|
|
7245
7549
|
},
|
|
7246
|
-
"requirement_digest": "sha256:
|
|
7550
|
+
"requirement_digest": "sha256:2c0bbab63c3af33f96c97959dc3d4cc0d1f1e2bab117f71e7a352dd72ba4da9f"
|
|
7247
7551
|
},
|
|
7248
7552
|
{
|
|
7249
7553
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -7253,9 +7557,9 @@
|
|
|
7253
7557
|
"community_coordinate": {
|
|
7254
7558
|
"package": "@c4a/extract-go",
|
|
7255
7559
|
"export": "goExtractionToEvidenceAdapterMaterialization",
|
|
7256
|
-
"version": "0.7.
|
|
7560
|
+
"version": "0.7.9"
|
|
7257
7561
|
},
|
|
7258
|
-
"requirement_digest": "sha256:
|
|
7562
|
+
"requirement_digest": "sha256:1230e7c35e687a462747d591a329d2eae7c6d8eaa564b2bc4f8b95debd351ec6"
|
|
7259
7563
|
},
|
|
7260
7564
|
{
|
|
7261
7565
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -7265,9 +7569,9 @@
|
|
|
7265
7569
|
"community_coordinate": {
|
|
7266
7570
|
"package": "@c4a/extract-thrift",
|
|
7267
7571
|
"export": "thriftSourcesToEvidenceAdapterMaterialization",
|
|
7268
|
-
"version": "0.7.
|
|
7572
|
+
"version": "0.7.9"
|
|
7269
7573
|
},
|
|
7270
|
-
"requirement_digest": "sha256:
|
|
7574
|
+
"requirement_digest": "sha256:ab68d25014e0ab17faea487d6c9376734a825c95d36acc061f3c27eb07dba888"
|
|
7271
7575
|
},
|
|
7272
7576
|
{
|
|
7273
7577
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -7277,9 +7581,9 @@
|
|
|
7277
7581
|
"community_coordinate": {
|
|
7278
7582
|
"package": "@c4a/extract-proto",
|
|
7279
7583
|
"export": "protoSourcesToEvidenceAdapterMaterialization",
|
|
7280
|
-
"version": "0.7.
|
|
7584
|
+
"version": "0.7.9"
|
|
7281
7585
|
},
|
|
7282
|
-
"requirement_digest": "sha256:
|
|
7586
|
+
"requirement_digest": "sha256:a452410c2ccd656cd86a41872fce7752e8c19ff8f935f6e2084cba041ceccea2"
|
|
7283
7587
|
},
|
|
7284
7588
|
{
|
|
7285
7589
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -7289,9 +7593,9 @@
|
|
|
7289
7593
|
"community_coordinate": {
|
|
7290
7594
|
"package": "@c4a/extract-contract",
|
|
7291
7595
|
"export": "contractSourcesToEvidenceAdapterMaterialization",
|
|
7292
|
-
"version": "0.7.
|
|
7596
|
+
"version": "0.7.9"
|
|
7293
7597
|
},
|
|
7294
|
-
"requirement_digest": "sha256:
|
|
7598
|
+
"requirement_digest": "sha256:6e65e36fe00f1bd119fca5a31732d10755f971aec3832ff03c1fbd9923411588"
|
|
7295
7599
|
},
|
|
7296
7600
|
{
|
|
7297
7601
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -7301,9 +7605,9 @@
|
|
|
7301
7605
|
"community_coordinate": {
|
|
7302
7606
|
"package": "@c4a/extract-contract",
|
|
7303
7607
|
"export": "contractSourcesToEvidenceAdapterMaterialization",
|
|
7304
|
-
"version": "0.7.
|
|
7608
|
+
"version": "0.7.9"
|
|
7305
7609
|
},
|
|
7306
|
-
"requirement_digest": "sha256:
|
|
7610
|
+
"requirement_digest": "sha256:ca3f61f79eec750f63b329b2afec2903be882abca9b3c166c5a9dcb99dab483d"
|
|
7307
7611
|
},
|
|
7308
7612
|
{
|
|
7309
7613
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -7313,9 +7617,9 @@
|
|
|
7313
7617
|
"community_coordinate": {
|
|
7314
7618
|
"package": "@c4a/extract",
|
|
7315
7619
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
7316
|
-
"version": "0.7.
|
|
7620
|
+
"version": "0.7.9"
|
|
7317
7621
|
},
|
|
7318
|
-
"requirement_digest": "sha256:
|
|
7622
|
+
"requirement_digest": "sha256:38c6dd80fcf4748c0751482e594944953a5d93273fdacd87cf92d38e00377884"
|
|
7319
7623
|
},
|
|
7320
7624
|
{
|
|
7321
7625
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -7325,9 +7629,9 @@
|
|
|
7325
7629
|
"community_coordinate": {
|
|
7326
7630
|
"package": "@c4a/extract",
|
|
7327
7631
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
7328
|
-
"version": "0.7.
|
|
7632
|
+
"version": "0.7.9"
|
|
7329
7633
|
},
|
|
7330
|
-
"requirement_digest": "sha256:
|
|
7634
|
+
"requirement_digest": "sha256:58481e41e646c776e37b840037fdd6dc89d03a49bb8eb1e61f61ce87d7cda531"
|
|
7331
7635
|
},
|
|
7332
7636
|
{
|
|
7333
7637
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -7337,9 +7641,9 @@
|
|
|
7337
7641
|
"community_coordinate": {
|
|
7338
7642
|
"package": "@c4a/extract",
|
|
7339
7643
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
7340
|
-
"version": "0.7.
|
|
7644
|
+
"version": "0.7.9"
|
|
7341
7645
|
},
|
|
7342
|
-
"requirement_digest": "sha256:
|
|
7646
|
+
"requirement_digest": "sha256:17daa66a12e0e2f842b0937a22f95c729bda23b002c82d36457df00749cfe7eb"
|
|
7343
7647
|
}
|
|
7344
7648
|
],
|
|
7345
7649
|
"inventory_domains": [
|
|
@@ -7759,8 +8063,40 @@
|
|
|
7759
8063
|
"operational-source",
|
|
7760
8064
|
"public-contract-source"
|
|
7761
8065
|
],
|
|
7762
|
-
"document_kind": "
|
|
7763
|
-
"reader_goal": "
|
|
8066
|
+
"document_kind": "usage-guide",
|
|
8067
|
+
"reader_goal": "integrate-capability",
|
|
8068
|
+
"artifact_kinds": [
|
|
8069
|
+
"content",
|
|
8070
|
+
"contract",
|
|
8071
|
+
"examples"
|
|
8072
|
+
],
|
|
8073
|
+
"collection": "codeindex"
|
|
8074
|
+
},
|
|
8075
|
+
{
|
|
8076
|
+
"source_roles": [
|
|
8077
|
+
"authoritative-source",
|
|
8078
|
+
"example-source",
|
|
8079
|
+
"operational-source",
|
|
8080
|
+
"public-contract-source"
|
|
8081
|
+
],
|
|
8082
|
+
"document_kind": "request-adaptation-guide",
|
|
8083
|
+
"reader_goal": "maintain-request-boundary",
|
|
8084
|
+
"artifact_kinds": [
|
|
8085
|
+
"content",
|
|
8086
|
+
"contract",
|
|
8087
|
+
"examples"
|
|
8088
|
+
],
|
|
8089
|
+
"collection": "codeindex"
|
|
8090
|
+
},
|
|
8091
|
+
{
|
|
8092
|
+
"source_roles": [
|
|
8093
|
+
"authoritative-source",
|
|
8094
|
+
"example-source",
|
|
8095
|
+
"operational-source",
|
|
8096
|
+
"public-contract-source"
|
|
8097
|
+
],
|
|
8098
|
+
"document_kind": "maintenance-guide",
|
|
8099
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
7764
8100
|
"artifact_kinds": [
|
|
7765
8101
|
"content",
|
|
7766
8102
|
"contract",
|
|
@@ -7784,9 +8120,9 @@
|
|
|
7784
8120
|
"community_coordinate": {
|
|
7785
8121
|
"package": "@c4a/extract-thrift",
|
|
7786
8122
|
"export": "thriftSourcesToEvidenceAdapterMaterialization",
|
|
7787
|
-
"version": "0.7.
|
|
8123
|
+
"version": "0.7.9"
|
|
7788
8124
|
},
|
|
7789
|
-
"requirement_digest": "sha256:
|
|
8125
|
+
"requirement_digest": "sha256:ab68d25014e0ab17faea487d6c9376734a825c95d36acc061f3c27eb07dba888"
|
|
7790
8126
|
},
|
|
7791
8127
|
{
|
|
7792
8128
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -7796,9 +8132,9 @@
|
|
|
7796
8132
|
"community_coordinate": {
|
|
7797
8133
|
"package": "@c4a/extract-proto",
|
|
7798
8134
|
"export": "protoSourcesToEvidenceAdapterMaterialization",
|
|
7799
|
-
"version": "0.7.
|
|
8135
|
+
"version": "0.7.9"
|
|
7800
8136
|
},
|
|
7801
|
-
"requirement_digest": "sha256:
|
|
8137
|
+
"requirement_digest": "sha256:a452410c2ccd656cd86a41872fce7752e8c19ff8f935f6e2084cba041ceccea2"
|
|
7802
8138
|
},
|
|
7803
8139
|
{
|
|
7804
8140
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -7808,9 +8144,9 @@
|
|
|
7808
8144
|
"community_coordinate": {
|
|
7809
8145
|
"package": "@c4a/extract-contract",
|
|
7810
8146
|
"export": "contractSourcesToEvidenceAdapterMaterialization",
|
|
7811
|
-
"version": "0.7.
|
|
8147
|
+
"version": "0.7.9"
|
|
7812
8148
|
},
|
|
7813
|
-
"requirement_digest": "sha256:
|
|
8149
|
+
"requirement_digest": "sha256:6e65e36fe00f1bd119fca5a31732d10755f971aec3832ff03c1fbd9923411588"
|
|
7814
8150
|
},
|
|
7815
8151
|
{
|
|
7816
8152
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -7820,9 +8156,9 @@
|
|
|
7820
8156
|
"community_coordinate": {
|
|
7821
8157
|
"package": "@c4a/extract-contract",
|
|
7822
8158
|
"export": "contractSourcesToEvidenceAdapterMaterialization",
|
|
7823
|
-
"version": "0.7.
|
|
8159
|
+
"version": "0.7.9"
|
|
7824
8160
|
},
|
|
7825
|
-
"requirement_digest": "sha256:
|
|
8161
|
+
"requirement_digest": "sha256:ca3f61f79eec750f63b329b2afec2903be882abca9b3c166c5a9dcb99dab483d"
|
|
7826
8162
|
},
|
|
7827
8163
|
{
|
|
7828
8164
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -7832,9 +8168,9 @@
|
|
|
7832
8168
|
"community_coordinate": {
|
|
7833
8169
|
"package": "@c4a/extract",
|
|
7834
8170
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
7835
|
-
"version": "0.7.
|
|
8171
|
+
"version": "0.7.9"
|
|
7836
8172
|
},
|
|
7837
|
-
"requirement_digest": "sha256:
|
|
8173
|
+
"requirement_digest": "sha256:38c6dd80fcf4748c0751482e594944953a5d93273fdacd87cf92d38e00377884"
|
|
7838
8174
|
},
|
|
7839
8175
|
{
|
|
7840
8176
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -7844,9 +8180,9 @@
|
|
|
7844
8180
|
"community_coordinate": {
|
|
7845
8181
|
"package": "@c4a/extract",
|
|
7846
8182
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
7847
|
-
"version": "0.7.
|
|
8183
|
+
"version": "0.7.9"
|
|
7848
8184
|
},
|
|
7849
|
-
"requirement_digest": "sha256:
|
|
8185
|
+
"requirement_digest": "sha256:58481e41e646c776e37b840037fdd6dc89d03a49bb8eb1e61f61ce87d7cda531"
|
|
7850
8186
|
}
|
|
7851
8187
|
],
|
|
7852
8188
|
"inventory_domains": [
|
|
@@ -8268,8 +8604,24 @@
|
|
|
8268
8604
|
"operational-source",
|
|
8269
8605
|
"public-contract-source"
|
|
8270
8606
|
],
|
|
8271
|
-
"document_kind": "
|
|
8272
|
-
"reader_goal": "
|
|
8607
|
+
"document_kind": "public-api-reference",
|
|
8608
|
+
"reader_goal": "look-up-public-contract",
|
|
8609
|
+
"artifact_kinds": [
|
|
8610
|
+
"content",
|
|
8611
|
+
"contract",
|
|
8612
|
+
"examples"
|
|
8613
|
+
],
|
|
8614
|
+
"collection": "codeindex"
|
|
8615
|
+
},
|
|
8616
|
+
{
|
|
8617
|
+
"source_roles": [
|
|
8618
|
+
"authoritative-source",
|
|
8619
|
+
"example-source",
|
|
8620
|
+
"operational-source",
|
|
8621
|
+
"public-contract-source"
|
|
8622
|
+
],
|
|
8623
|
+
"document_kind": "usage-guide",
|
|
8624
|
+
"reader_goal": "integrate-capability",
|
|
8273
8625
|
"artifact_kinds": [
|
|
8274
8626
|
"content",
|
|
8275
8627
|
"contract",
|
|
@@ -8293,9 +8645,9 @@
|
|
|
8293
8645
|
"community_coordinate": {
|
|
8294
8646
|
"package": "@c4a/extract-ts",
|
|
8295
8647
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
8296
|
-
"version": "0.7.
|
|
8648
|
+
"version": "0.7.9"
|
|
8297
8649
|
},
|
|
8298
|
-
"requirement_digest": "sha256:
|
|
8650
|
+
"requirement_digest": "sha256:4073edd2999fb74d83b56ad16efbb94a5eaff3ab49071ec4e0d4f57d88ce0d8a"
|
|
8299
8651
|
},
|
|
8300
8652
|
{
|
|
8301
8653
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -8305,9 +8657,9 @@
|
|
|
8305
8657
|
"community_coordinate": {
|
|
8306
8658
|
"package": "@c4a/extract-ts",
|
|
8307
8659
|
"export": "typeScriptExtractionToEvidenceAdapterMaterialization",
|
|
8308
|
-
"version": "0.7.
|
|
8660
|
+
"version": "0.7.9"
|
|
8309
8661
|
},
|
|
8310
|
-
"requirement_digest": "sha256:
|
|
8662
|
+
"requirement_digest": "sha256:2c0bbab63c3af33f96c97959dc3d4cc0d1f1e2bab117f71e7a352dd72ba4da9f"
|
|
8311
8663
|
},
|
|
8312
8664
|
{
|
|
8313
8665
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -8317,9 +8669,9 @@
|
|
|
8317
8669
|
"community_coordinate": {
|
|
8318
8670
|
"package": "@c4a/extract-go",
|
|
8319
8671
|
"export": "goExtractionToEvidenceAdapterMaterialization",
|
|
8320
|
-
"version": "0.7.
|
|
8672
|
+
"version": "0.7.9"
|
|
8321
8673
|
},
|
|
8322
|
-
"requirement_digest": "sha256:
|
|
8674
|
+
"requirement_digest": "sha256:1230e7c35e687a462747d591a329d2eae7c6d8eaa564b2bc4f8b95debd351ec6"
|
|
8323
8675
|
},
|
|
8324
8676
|
{
|
|
8325
8677
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -8329,9 +8681,9 @@
|
|
|
8329
8681
|
"community_coordinate": {
|
|
8330
8682
|
"package": "@c4a/extract-thrift",
|
|
8331
8683
|
"export": "thriftSourcesToEvidenceAdapterMaterialization",
|
|
8332
|
-
"version": "0.7.
|
|
8684
|
+
"version": "0.7.9"
|
|
8333
8685
|
},
|
|
8334
|
-
"requirement_digest": "sha256:
|
|
8686
|
+
"requirement_digest": "sha256:ab68d25014e0ab17faea487d6c9376734a825c95d36acc061f3c27eb07dba888"
|
|
8335
8687
|
},
|
|
8336
8688
|
{
|
|
8337
8689
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -8341,9 +8693,9 @@
|
|
|
8341
8693
|
"community_coordinate": {
|
|
8342
8694
|
"package": "@c4a/extract-proto",
|
|
8343
8695
|
"export": "protoSourcesToEvidenceAdapterMaterialization",
|
|
8344
|
-
"version": "0.7.
|
|
8696
|
+
"version": "0.7.9"
|
|
8345
8697
|
},
|
|
8346
|
-
"requirement_digest": "sha256:
|
|
8698
|
+
"requirement_digest": "sha256:a452410c2ccd656cd86a41872fce7752e8c19ff8f935f6e2084cba041ceccea2"
|
|
8347
8699
|
},
|
|
8348
8700
|
{
|
|
8349
8701
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -8353,9 +8705,9 @@
|
|
|
8353
8705
|
"community_coordinate": {
|
|
8354
8706
|
"package": "@c4a/extract-contract",
|
|
8355
8707
|
"export": "contractSourcesToEvidenceAdapterMaterialization",
|
|
8356
|
-
"version": "0.7.
|
|
8708
|
+
"version": "0.7.9"
|
|
8357
8709
|
},
|
|
8358
|
-
"requirement_digest": "sha256:
|
|
8710
|
+
"requirement_digest": "sha256:6e65e36fe00f1bd119fca5a31732d10755f971aec3832ff03c1fbd9923411588"
|
|
8359
8711
|
},
|
|
8360
8712
|
{
|
|
8361
8713
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -8365,9 +8717,9 @@
|
|
|
8365
8717
|
"community_coordinate": {
|
|
8366
8718
|
"package": "@c4a/extract-contract",
|
|
8367
8719
|
"export": "contractSourcesToEvidenceAdapterMaterialization",
|
|
8368
|
-
"version": "0.7.
|
|
8720
|
+
"version": "0.7.9"
|
|
8369
8721
|
},
|
|
8370
|
-
"requirement_digest": "sha256:
|
|
8722
|
+
"requirement_digest": "sha256:ca3f61f79eec750f63b329b2afec2903be882abca9b3c166c5a9dcb99dab483d"
|
|
8371
8723
|
},
|
|
8372
8724
|
{
|
|
8373
8725
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -8377,9 +8729,9 @@
|
|
|
8377
8729
|
"community_coordinate": {
|
|
8378
8730
|
"package": "@c4a/extract",
|
|
8379
8731
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
8380
|
-
"version": "0.7.
|
|
8732
|
+
"version": "0.7.9"
|
|
8381
8733
|
},
|
|
8382
|
-
"requirement_digest": "sha256:
|
|
8734
|
+
"requirement_digest": "sha256:38c6dd80fcf4748c0751482e594944953a5d93273fdacd87cf92d38e00377884"
|
|
8383
8735
|
},
|
|
8384
8736
|
{
|
|
8385
8737
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -8389,9 +8741,9 @@
|
|
|
8389
8741
|
"community_coordinate": {
|
|
8390
8742
|
"package": "@c4a/extract",
|
|
8391
8743
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
8392
|
-
"version": "0.7.
|
|
8744
|
+
"version": "0.7.9"
|
|
8393
8745
|
},
|
|
8394
|
-
"requirement_digest": "sha256:
|
|
8746
|
+
"requirement_digest": "sha256:58481e41e646c776e37b840037fdd6dc89d03a49bb8eb1e61f61ce87d7cda531"
|
|
8395
8747
|
},
|
|
8396
8748
|
{
|
|
8397
8749
|
"protocol": "context.indexer.parser-requirement/v1",
|
|
@@ -8401,9 +8753,9 @@
|
|
|
8401
8753
|
"community_coordinate": {
|
|
8402
8754
|
"package": "@c4a/extract",
|
|
8403
8755
|
"export": "configSourcesToEvidenceAdapterMaterialization",
|
|
8404
|
-
"version": "0.7.
|
|
8756
|
+
"version": "0.7.9"
|
|
8405
8757
|
},
|
|
8406
|
-
"requirement_digest": "sha256:
|
|
8758
|
+
"requirement_digest": "sha256:17daa66a12e0e2f842b0937a22f95c729bda23b002c82d36457df00749cfe7eb"
|
|
8407
8759
|
}
|
|
8408
8760
|
],
|
|
8409
8761
|
"inventory_domains": [
|
|
@@ -8824,8 +9176,24 @@
|
|
|
8824
9176
|
"operational-source",
|
|
8825
9177
|
"public-contract-source"
|
|
8826
9178
|
],
|
|
8827
|
-
"document_kind": "
|
|
8828
|
-
"reader_goal": "
|
|
9179
|
+
"document_kind": "public-api-reference",
|
|
9180
|
+
"reader_goal": "look-up-public-contract",
|
|
9181
|
+
"artifact_kinds": [
|
|
9182
|
+
"content",
|
|
9183
|
+
"contract",
|
|
9184
|
+
"examples"
|
|
9185
|
+
],
|
|
9186
|
+
"collection": "codeindex"
|
|
9187
|
+
},
|
|
9188
|
+
{
|
|
9189
|
+
"source_roles": [
|
|
9190
|
+
"authoritative-source",
|
|
9191
|
+
"example-source",
|
|
9192
|
+
"operational-source",
|
|
9193
|
+
"public-contract-source"
|
|
9194
|
+
],
|
|
9195
|
+
"document_kind": "usage-guide",
|
|
9196
|
+
"reader_goal": "integrate-capability",
|
|
8829
9197
|
"artifact_kinds": [
|
|
8830
9198
|
"content",
|
|
8831
9199
|
"contract",
|
|
@@ -12957,6 +13325,18 @@
|
|
|
12957
13325
|
"local_key": {
|
|
12958
13326
|
"operator": "canonical-export-family"
|
|
12959
13327
|
}
|
|
13328
|
+
},
|
|
13329
|
+
{
|
|
13330
|
+
"id": "library",
|
|
13331
|
+
"local_key": {
|
|
13332
|
+
"operator": "canonical-module-identity"
|
|
13333
|
+
}
|
|
13334
|
+
},
|
|
13335
|
+
{
|
|
13336
|
+
"id": "design-system",
|
|
13337
|
+
"local_key": {
|
|
13338
|
+
"operator": "canonical-module-identity"
|
|
13339
|
+
}
|
|
12960
13340
|
}
|
|
12961
13341
|
],
|
|
12962
13342
|
"normalization": [
|
|
@@ -13523,5 +13903,5 @@
|
|
|
13523
13903
|
"profile": "documentation-site"
|
|
13524
13904
|
}
|
|
13525
13905
|
],
|
|
13526
|
-
"contract_digest": "sha256:
|
|
13906
|
+
"contract_digest": "sha256:5f3f39dede64fc10b634d11440f56d58eefd06820c6e9c6d2b051b6eb4a5c098"
|
|
13527
13907
|
}
|