@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
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
---
|
|
2
|
+
{
|
|
3
|
+
"protocol": "context.indexer.template/v1",
|
|
4
|
+
"template_id": "component-library-maintenance-guide",
|
|
5
|
+
"profile": "component-library",
|
|
6
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
7
|
+
"applicability": {
|
|
8
|
+
"artifact_policy_variants": [
|
|
9
|
+
"standard",
|
|
10
|
+
"compact",
|
|
11
|
+
"expanded"
|
|
12
|
+
],
|
|
13
|
+
"condition_refs": []
|
|
14
|
+
},
|
|
15
|
+
"variables": [
|
|
16
|
+
{
|
|
17
|
+
"id": "api",
|
|
18
|
+
"type": "json",
|
|
19
|
+
"content_layer": "deterministic-fact",
|
|
20
|
+
"required": false,
|
|
21
|
+
"evidence_required": true
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"deterministic_blocks": [
|
|
25
|
+
{
|
|
26
|
+
"id": "api-table",
|
|
27
|
+
"renderer": "public-contract-table",
|
|
28
|
+
"source_variable_id": "api"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"sections": [
|
|
32
|
+
{
|
|
33
|
+
"section_key": "api",
|
|
34
|
+
"presence": "optional",
|
|
35
|
+
"question_ref": "question:public-contract",
|
|
36
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
37
|
+
"variable_ids": [
|
|
38
|
+
"api"
|
|
39
|
+
],
|
|
40
|
+
"deterministic_block_ids": [
|
|
41
|
+
"api-table"
|
|
42
|
+
],
|
|
43
|
+
"accepted_evidence_kinds": [
|
|
44
|
+
"code",
|
|
45
|
+
"contract",
|
|
46
|
+
"configuration",
|
|
47
|
+
"documentation"
|
|
48
|
+
],
|
|
49
|
+
"minimum_evidence_items": 0,
|
|
50
|
+
"on_missing": "omit",
|
|
51
|
+
"deletion_condition": "Omit when no authorized structured contract is available."
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"page_policy": {
|
|
55
|
+
"split_suggestion": "Explain responsibility, registration, state, persistence and downstream handoffs, actual success and error handling, and change entrypoints. Include only implementation details useful to this maintenance task.",
|
|
56
|
+
"semantic_boundaries": [
|
|
57
|
+
"reader-task",
|
|
58
|
+
"public-contract"
|
|
59
|
+
],
|
|
60
|
+
"keep_single_page_conditions": [
|
|
61
|
+
"one-reader-subject"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"anonymous_section_examples": [
|
|
65
|
+
"A source-backed explanation of when to use an operation and how its options interact, referring to the generated API table without repeating its rows."
|
|
66
|
+
],
|
|
67
|
+
"anti_examples": [
|
|
68
|
+
"Inferring server behavior from a generated client.",
|
|
69
|
+
"Duplicating a program-generated API table in prose or using prose to contradict its field values."
|
|
70
|
+
],
|
|
71
|
+
"forbidden_outputs": [
|
|
72
|
+
"Unresolved internal identifiers in reader-facing tables."
|
|
73
|
+
],
|
|
74
|
+
"maximum_rendered_bytes": 1048576
|
|
75
|
+
}
|
|
76
|
+
---
|
|
77
|
+
<!-- context:indexer-section api -->
|
|
78
|
+
## API
|
|
79
|
+
|
|
80
|
+
{{block:api-table}}
|
|
81
|
+
<!-- /context:indexer-section -->
|
package/plugins/skills/context-code-indexer/templates/component-library-public-api-reference.md
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
---
|
|
2
|
+
{
|
|
3
|
+
"protocol": "context.indexer.template/v1",
|
|
4
|
+
"template_id": "component-library-public-api-reference",
|
|
5
|
+
"profile": "component-library",
|
|
6
|
+
"reader_goal": "look-up-public-contract",
|
|
7
|
+
"applicability": {
|
|
8
|
+
"artifact_policy_variants": [
|
|
9
|
+
"standard",
|
|
10
|
+
"compact",
|
|
11
|
+
"expanded"
|
|
12
|
+
],
|
|
13
|
+
"condition_refs": []
|
|
14
|
+
},
|
|
15
|
+
"variables": [
|
|
16
|
+
{
|
|
17
|
+
"id": "api",
|
|
18
|
+
"type": "json",
|
|
19
|
+
"content_layer": "deterministic-fact",
|
|
20
|
+
"required": false,
|
|
21
|
+
"evidence_required": true
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"deterministic_blocks": [
|
|
25
|
+
{
|
|
26
|
+
"id": "api-table",
|
|
27
|
+
"renderer": "public-contract-table",
|
|
28
|
+
"source_variable_id": "api"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"sections": [
|
|
32
|
+
{
|
|
33
|
+
"section_key": "api",
|
|
34
|
+
"presence": "optional",
|
|
35
|
+
"question_ref": "question:public-contract",
|
|
36
|
+
"reader_goal": "look-up-public-contract",
|
|
37
|
+
"variable_ids": [
|
|
38
|
+
"api"
|
|
39
|
+
],
|
|
40
|
+
"deterministic_block_ids": [
|
|
41
|
+
"api-table"
|
|
42
|
+
],
|
|
43
|
+
"accepted_evidence_kinds": [
|
|
44
|
+
"code",
|
|
45
|
+
"contract",
|
|
46
|
+
"configuration",
|
|
47
|
+
"documentation"
|
|
48
|
+
],
|
|
49
|
+
"minimum_evidence_items": 0,
|
|
50
|
+
"on_missing": "omit",
|
|
51
|
+
"deletion_condition": "Omit when no authorized structured contract is available."
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"page_policy": {
|
|
55
|
+
"split_suggestion": "Explain the declared operation or type, invocation prerequisites, input and output semantics, and a supported example. Share this contract reference with related task pages.",
|
|
56
|
+
"semantic_boundaries": [
|
|
57
|
+
"reader-task",
|
|
58
|
+
"public-contract"
|
|
59
|
+
],
|
|
60
|
+
"keep_single_page_conditions": [
|
|
61
|
+
"one-reader-subject"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"anonymous_section_examples": [
|
|
65
|
+
"A source-backed explanation of when to use an operation and how its options interact, referring to the generated API table without repeating its rows."
|
|
66
|
+
],
|
|
67
|
+
"anti_examples": [
|
|
68
|
+
"Inferring server behavior from a generated client.",
|
|
69
|
+
"Duplicating a program-generated API table in prose or using prose to contradict its field values."
|
|
70
|
+
],
|
|
71
|
+
"forbidden_outputs": [
|
|
72
|
+
"Unresolved internal identifiers in reader-facing tables."
|
|
73
|
+
],
|
|
74
|
+
"maximum_rendered_bytes": 1048576
|
|
75
|
+
}
|
|
76
|
+
---
|
|
77
|
+
<!-- context:indexer-section api -->
|
|
78
|
+
## API
|
|
79
|
+
|
|
80
|
+
{{block:api-table}}
|
|
81
|
+
<!-- /context:indexer-section -->
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
---
|
|
2
|
+
{
|
|
3
|
+
"protocol": "context.indexer.template/v1",
|
|
4
|
+
"template_id": "component-library-usage-guide",
|
|
5
|
+
"profile": "component-library",
|
|
6
|
+
"reader_goal": "integrate-capability",
|
|
7
|
+
"applicability": {
|
|
8
|
+
"artifact_policy_variants": [
|
|
9
|
+
"standard",
|
|
10
|
+
"compact",
|
|
11
|
+
"expanded"
|
|
12
|
+
],
|
|
13
|
+
"condition_refs": []
|
|
14
|
+
},
|
|
15
|
+
"variables": [
|
|
16
|
+
{
|
|
17
|
+
"id": "api",
|
|
18
|
+
"type": "json",
|
|
19
|
+
"content_layer": "deterministic-fact",
|
|
20
|
+
"required": false,
|
|
21
|
+
"evidence_required": true
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"deterministic_blocks": [
|
|
25
|
+
{
|
|
26
|
+
"id": "api-table",
|
|
27
|
+
"renderer": "public-contract-table",
|
|
28
|
+
"source_variable_id": "api"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"sections": [
|
|
32
|
+
{
|
|
33
|
+
"section_key": "api",
|
|
34
|
+
"presence": "optional",
|
|
35
|
+
"question_ref": "question:public-contract",
|
|
36
|
+
"reader_goal": "integrate-capability",
|
|
37
|
+
"variable_ids": [
|
|
38
|
+
"api"
|
|
39
|
+
],
|
|
40
|
+
"deterministic_block_ids": [
|
|
41
|
+
"api-table"
|
|
42
|
+
],
|
|
43
|
+
"accepted_evidence_kinds": [
|
|
44
|
+
"code",
|
|
45
|
+
"contract",
|
|
46
|
+
"configuration",
|
|
47
|
+
"documentation"
|
|
48
|
+
],
|
|
49
|
+
"minimum_evidence_items": 0,
|
|
50
|
+
"on_missing": "omit",
|
|
51
|
+
"deletion_condition": "Omit when no authorized structured contract is available."
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"page_policy": {
|
|
55
|
+
"split_suggestion": "Explain actual import and setup, when to choose the capability, a minimal example, important combinations and usage limitations.",
|
|
56
|
+
"semantic_boundaries": [
|
|
57
|
+
"reader-task",
|
|
58
|
+
"public-contract"
|
|
59
|
+
],
|
|
60
|
+
"keep_single_page_conditions": [
|
|
61
|
+
"one-reader-subject"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"anonymous_section_examples": [
|
|
65
|
+
"A source-backed explanation of when to use an operation and how its options interact, referring to the generated API table without repeating its rows."
|
|
66
|
+
],
|
|
67
|
+
"anti_examples": [
|
|
68
|
+
"Inferring server behavior from a generated client.",
|
|
69
|
+
"Duplicating a program-generated API table in prose or using prose to contradict its field values."
|
|
70
|
+
],
|
|
71
|
+
"forbidden_outputs": [
|
|
72
|
+
"Unresolved internal identifiers in reader-facing tables."
|
|
73
|
+
],
|
|
74
|
+
"maximum_rendered_bytes": 1048576
|
|
75
|
+
}
|
|
76
|
+
---
|
|
77
|
+
<!-- context:indexer-section api -->
|
|
78
|
+
## API
|
|
79
|
+
|
|
80
|
+
{{block:api-table}}
|
|
81
|
+
<!-- /context:indexer-section -->
|
|
@@ -34,9 +34,10 @@ When the Authorized Workset View supplies a public declaration together with
|
|
|
34
34
|
structured props, events, defaults, variants, maintained examples, or source
|
|
35
35
|
roles, the corresponding reader section must consume those facts or record an
|
|
36
36
|
explicit supported omission/material-gap disposition. Do not replace available
|
|
37
|
-
contract facts with a generic statement about the component directory. A group
|
|
38
|
-
without
|
|
39
|
-
not produce an empty component page.
|
|
37
|
+
contract facts with a generic statement about the component directory. A component group
|
|
38
|
+
without a reader-authorizing public declaration remains catalog-only and does
|
|
39
|
+
not produce an empty component page. Library and system subjects may instead be
|
|
40
|
+
authorized by package entries, maintained documentation or public token sources.
|
|
40
41
|
|
|
41
42
|
## Questions the knowledge must answer
|
|
42
43
|
|
|
@@ -60,6 +61,21 @@ not produce an empty component page.
|
|
|
60
61
|
- **Migration or compatibility guide**: only when maintained sources describe
|
|
61
62
|
version transitions or supported platform constraints.
|
|
62
63
|
|
|
64
|
+
## Optional guidance for deprecated components
|
|
65
|
+
|
|
66
|
+
Use this guidance only for deprecated APIs retained in the agreed scope. Reuse
|
|
67
|
+
public-contract templates; deprecated status does not require a separate page.
|
|
68
|
+
Explain why an existing user needs this content, cite the deprecation notice,
|
|
69
|
+
and identify the exact supported import or legacy entrypoint. Let the generated
|
|
70
|
+
API table carry props and defaults; prose covers component-specific constraints.
|
|
71
|
+
|
|
72
|
+
Include styling passthrough, accessibility or migration advice only when relevant
|
|
73
|
+
and supported by sources. Omit inapplicable sections. Do not infer a replacement,
|
|
74
|
+
removal date or migration guarantee from a deprecated label. If migration is the
|
|
75
|
+
reader's goal but supporting guidance is missing, state that gap. Shared migration
|
|
76
|
+
background can live in one existing guide, with individual pages explaining their
|
|
77
|
+
differences and linking to it; do not create a generic guide just to fill a template.
|
|
78
|
+
|
|
63
79
|
## Chapter blueprints
|
|
64
80
|
|
|
65
81
|
```markdown
|
|
@@ -105,3 +121,24 @@ to disguise an enumeration-heavy index.
|
|
|
105
121
|
- examples invent combinations that maintained usage does not support;
|
|
106
122
|
- accessibility or provider requirements are asserted without evidence;
|
|
107
123
|
- one-page-per-component expansion has no consumer-navigation justification.
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## Library and design-system subjects
|
|
127
|
+
|
|
128
|
+
Use a library subject for a module's installation, package entries, shared
|
|
129
|
+
providers, platform support and navigation (L05); it does not require inventing a
|
|
130
|
+
component export. Keep individual public components or families in component
|
|
131
|
+
subjects (L02). A design-system subject is appropriate when authorized token,
|
|
132
|
+
theme, stylesheet or maintained specification material establishes a stable
|
|
133
|
+
system boundary (L03), including a token-only package without React exports.
|
|
134
|
+
Do not infer a whole design system from ordinary component styling.
|
|
135
|
+
|
|
136
|
+
Owned members stay with one primary subject. Link shared configuration and
|
|
137
|
+
approved component articles instead of copying their bodies. Where no independent
|
|
138
|
+
library material exists, incorporate the useful entry into the parent map. Missing
|
|
139
|
+
public declarations prevent invented component contracts, not a source-backed
|
|
140
|
+
library or token entry. Preserve methods, refs, composition and nested types when
|
|
141
|
+
available; use declared code facts for deterministic API values and explain usage
|
|
142
|
+
with separately cited prose. Examples must come from read sources and retain
|
|
143
|
+
platform/version applicability. Ordinary version differences and suggested
|
|
144
|
+
chapters are advisory; assess compatibility as an Agent and preserve uncertainty.
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
---
|
|
2
|
+
{
|
|
3
|
+
"protocol": "context.indexer.template/v1",
|
|
4
|
+
"template_id": "contract-source-public-api-reference",
|
|
5
|
+
"profile": "contract-source",
|
|
6
|
+
"reader_goal": "look-up-public-contract",
|
|
7
|
+
"applicability": {
|
|
8
|
+
"artifact_policy_variants": [
|
|
9
|
+
"standard",
|
|
10
|
+
"compact",
|
|
11
|
+
"expanded"
|
|
12
|
+
],
|
|
13
|
+
"condition_refs": []
|
|
14
|
+
},
|
|
15
|
+
"variables": [
|
|
16
|
+
{
|
|
17
|
+
"id": "api",
|
|
18
|
+
"type": "json",
|
|
19
|
+
"content_layer": "deterministic-fact",
|
|
20
|
+
"required": false,
|
|
21
|
+
"evidence_required": true
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"deterministic_blocks": [
|
|
25
|
+
{
|
|
26
|
+
"id": "api-table",
|
|
27
|
+
"renderer": "public-contract-table",
|
|
28
|
+
"source_variable_id": "api"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"sections": [
|
|
32
|
+
{
|
|
33
|
+
"section_key": "api",
|
|
34
|
+
"presence": "optional",
|
|
35
|
+
"question_ref": "question:public-contract",
|
|
36
|
+
"reader_goal": "look-up-public-contract",
|
|
37
|
+
"variable_ids": [
|
|
38
|
+
"api"
|
|
39
|
+
],
|
|
40
|
+
"deterministic_block_ids": [
|
|
41
|
+
"api-table"
|
|
42
|
+
],
|
|
43
|
+
"accepted_evidence_kinds": [
|
|
44
|
+
"code",
|
|
45
|
+
"contract",
|
|
46
|
+
"configuration",
|
|
47
|
+
"documentation"
|
|
48
|
+
],
|
|
49
|
+
"minimum_evidence_items": 0,
|
|
50
|
+
"on_missing": "omit",
|
|
51
|
+
"deletion_condition": "Omit when no authorized structured contract is available."
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"page_policy": {
|
|
55
|
+
"split_suggestion": "Explain the declared operation or type, invocation prerequisites, input and output semantics, and a supported example. Share this contract reference with related task pages.",
|
|
56
|
+
"semantic_boundaries": [
|
|
57
|
+
"reader-task",
|
|
58
|
+
"public-contract"
|
|
59
|
+
],
|
|
60
|
+
"keep_single_page_conditions": [
|
|
61
|
+
"one-reader-subject"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"anonymous_section_examples": [
|
|
65
|
+
"A source-backed explanation of when to use an operation and how its options interact, referring to the generated API table without repeating its rows."
|
|
66
|
+
],
|
|
67
|
+
"anti_examples": [
|
|
68
|
+
"Inferring server behavior from a generated client.",
|
|
69
|
+
"Duplicating a program-generated API table in prose or using prose to contradict its field values."
|
|
70
|
+
],
|
|
71
|
+
"forbidden_outputs": [
|
|
72
|
+
"Unresolved internal identifiers in reader-facing tables."
|
|
73
|
+
],
|
|
74
|
+
"maximum_rendered_bytes": 1048576
|
|
75
|
+
}
|
|
76
|
+
---
|
|
77
|
+
<!-- context:indexer-section api -->
|
|
78
|
+
## API
|
|
79
|
+
|
|
80
|
+
{{block:api-table}}
|
|
81
|
+
<!-- /context:indexer-section -->
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
---
|
|
2
|
+
{
|
|
3
|
+
"protocol": "context.indexer.template/v1",
|
|
4
|
+
"template_id": "contract-source-usage-guide",
|
|
5
|
+
"profile": "contract-source",
|
|
6
|
+
"reader_goal": "integrate-capability",
|
|
7
|
+
"applicability": {
|
|
8
|
+
"artifact_policy_variants": [
|
|
9
|
+
"standard",
|
|
10
|
+
"compact",
|
|
11
|
+
"expanded"
|
|
12
|
+
],
|
|
13
|
+
"condition_refs": []
|
|
14
|
+
},
|
|
15
|
+
"variables": [
|
|
16
|
+
{
|
|
17
|
+
"id": "api",
|
|
18
|
+
"type": "json",
|
|
19
|
+
"content_layer": "deterministic-fact",
|
|
20
|
+
"required": false,
|
|
21
|
+
"evidence_required": true
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"deterministic_blocks": [
|
|
25
|
+
{
|
|
26
|
+
"id": "api-table",
|
|
27
|
+
"renderer": "public-contract-table",
|
|
28
|
+
"source_variable_id": "api"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"sections": [
|
|
32
|
+
{
|
|
33
|
+
"section_key": "api",
|
|
34
|
+
"presence": "optional",
|
|
35
|
+
"question_ref": "question:public-contract",
|
|
36
|
+
"reader_goal": "integrate-capability",
|
|
37
|
+
"variable_ids": [
|
|
38
|
+
"api"
|
|
39
|
+
],
|
|
40
|
+
"deterministic_block_ids": [
|
|
41
|
+
"api-table"
|
|
42
|
+
],
|
|
43
|
+
"accepted_evidence_kinds": [
|
|
44
|
+
"code",
|
|
45
|
+
"contract",
|
|
46
|
+
"configuration",
|
|
47
|
+
"documentation"
|
|
48
|
+
],
|
|
49
|
+
"minimum_evidence_items": 0,
|
|
50
|
+
"on_missing": "omit",
|
|
51
|
+
"deletion_condition": "Omit when no authorized structured contract is available."
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"page_policy": {
|
|
55
|
+
"split_suggestion": "Explain actual import and setup, when to choose the capability, a minimal example, important combinations and usage limitations.",
|
|
56
|
+
"semantic_boundaries": [
|
|
57
|
+
"reader-task",
|
|
58
|
+
"public-contract"
|
|
59
|
+
],
|
|
60
|
+
"keep_single_page_conditions": [
|
|
61
|
+
"one-reader-subject"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"anonymous_section_examples": [
|
|
65
|
+
"A source-backed explanation of when to use an operation and how its options interact, referring to the generated API table without repeating its rows."
|
|
66
|
+
],
|
|
67
|
+
"anti_examples": [
|
|
68
|
+
"Inferring server behavior from a generated client.",
|
|
69
|
+
"Duplicating a program-generated API table in prose or using prose to contradict its field values."
|
|
70
|
+
],
|
|
71
|
+
"forbidden_outputs": [
|
|
72
|
+
"Unresolved internal identifiers in reader-facing tables."
|
|
73
|
+
],
|
|
74
|
+
"maximum_rendered_bytes": 1048576
|
|
75
|
+
}
|
|
76
|
+
---
|
|
77
|
+
<!-- context:indexer-section api -->
|
|
78
|
+
## API
|
|
79
|
+
|
|
80
|
+
{{block:api-table}}
|
|
81
|
+
<!-- /context:indexer-section -->
|
|
@@ -71,3 +71,52 @@ must contain exact contract identities and source locators, not just filenames.
|
|
|
71
71
|
|
|
72
72
|
Revise or stop when authority cannot be distinguished from a generated copy,
|
|
73
73
|
imports or versions are unresolved, or compatibility claims are not declared.
|
|
74
|
+
|
|
75
|
+
## Overview maps for a selected contract family
|
|
76
|
+
|
|
77
|
+
When the user chooses a bounded overview, organize the page as scope/version,
|
|
78
|
+
contract-family map, representative operations, active consumers, lookup procedure,
|
|
79
|
+
change/generation entrypoints and unread boundaries. Separate API entry schemas,
|
|
80
|
+
domain contracts, runtime RPC/message boundaries and common models when the source
|
|
81
|
+
actually distinguishes them. Do not force these layers onto an unrelated schema.
|
|
82
|
+
|
|
83
|
+
A useful family row contains purpose, authoritative directory/file, known consumer
|
|
84
|
+
and the next lookup. A representative operation row can connect reader action,
|
|
85
|
+
external operation identity, schema Service/Method and implementation locator;
|
|
86
|
+
mark an unknown hop as a question, never a proven call. Count only with a recorded
|
|
87
|
+
file-set boundary or reproducible inventory; a few examples cannot establish
|
|
88
|
+
complete coverage or a total operation count. Cross-file imports needed to explain
|
|
89
|
+
a selected type are supporting evidence, not automatic new article subjects.
|
|
90
|
+
|
|
91
|
+
For large groups, directory routes with scoped searches are preferable to thousands
|
|
92
|
+
of file rows. Give an actual lookup example and what to do when no match is found.
|
|
93
|
+
A short article does not imply cheap extraction: the confirmed overview treatment
|
|
94
|
+
must first be expressible in the actual source/production configuration. This
|
|
95
|
+
writing template does not change parser depth. If the current contract profile
|
|
96
|
+
would still prepare the entire source, resolve that scope before proceeding;
|
|
97
|
+
do not silently select another profile or claim deferred parsing already happened.
|
|
98
|
+
|
|
99
|
+
## Prefer linked definitions over schema transcription
|
|
100
|
+
|
|
101
|
+
For entry-first knowledge, avoid exhaustive IDL reading and rewriting. Start with
|
|
102
|
+
consumer/generator configuration and known operation identities; inspect only the
|
|
103
|
+
definitions needed for the actual claim. A file locator does not prove its fields
|
|
104
|
+
or runtime use. Keep complete schema bodies out of Markdown unless a short excerpt
|
|
105
|
+
is necessary to explain the reader's question. Do not modify authoritative IDL.
|
|
106
|
+
|
|
107
|
+
A source-backed attachment is useful only when an article explicitly needs and
|
|
108
|
+
links that exact definition. Repository presence alone never selects an asset.
|
|
109
|
+
If a supported source-resource projection exists, use its registered source,
|
|
110
|
+
revision, relative path and byte digest; never copy the entire IDL tree or hand-write
|
|
111
|
+
knowledge/assets. Otherwise retain a versioned source locator and state that the
|
|
112
|
+
offline attachment is unavailable. The existing document-attachment mechanism is
|
|
113
|
+
not proof that repository files have been registered as source assets.
|
|
114
|
+
|
|
115
|
+
An attached IDL remains source evidence, not a second authoritative contract or
|
|
116
|
+
an instruction to create another article. Include dependencies are added only
|
|
117
|
+
when needed for the documented use; distinguish a readable excerpt from a complete,
|
|
118
|
+
compilable schema bundle. Do not claim the attachment compiles unless verified.
|
|
119
|
+
Source byte changes must invalidate the affected resource and dependent evidence;
|
|
120
|
+
unchanged bytes can reuse the resource. A repository revision change alone does
|
|
121
|
+
not prove a changed definition, and source bytes changing do not prove a breaking
|
|
122
|
+
API change. Preserve source identity even when identical bytes share storage.
|
package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation-maintenance-guide.md
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
---
|
|
2
|
+
{
|
|
3
|
+
"protocol": "context.indexer.template/v1",
|
|
4
|
+
"template_id": "data-sync-reconciliation-maintenance-guide",
|
|
5
|
+
"profile": "data-sync-reconciliation",
|
|
6
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
7
|
+
"applicability": {
|
|
8
|
+
"artifact_policy_variants": [
|
|
9
|
+
"standard",
|
|
10
|
+
"compact",
|
|
11
|
+
"expanded"
|
|
12
|
+
],
|
|
13
|
+
"condition_refs": []
|
|
14
|
+
},
|
|
15
|
+
"variables": [
|
|
16
|
+
{
|
|
17
|
+
"id": "api",
|
|
18
|
+
"type": "json",
|
|
19
|
+
"content_layer": "deterministic-fact",
|
|
20
|
+
"required": false,
|
|
21
|
+
"evidence_required": true
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"deterministic_blocks": [
|
|
25
|
+
{
|
|
26
|
+
"id": "api-table",
|
|
27
|
+
"renderer": "public-contract-table",
|
|
28
|
+
"source_variable_id": "api"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"sections": [
|
|
32
|
+
{
|
|
33
|
+
"section_key": "api",
|
|
34
|
+
"presence": "optional",
|
|
35
|
+
"question_ref": "question:public-contract",
|
|
36
|
+
"reader_goal": "modify-or-diagnose-module",
|
|
37
|
+
"variable_ids": [
|
|
38
|
+
"api"
|
|
39
|
+
],
|
|
40
|
+
"deterministic_block_ids": [
|
|
41
|
+
"api-table"
|
|
42
|
+
],
|
|
43
|
+
"accepted_evidence_kinds": [
|
|
44
|
+
"code",
|
|
45
|
+
"contract",
|
|
46
|
+
"configuration",
|
|
47
|
+
"documentation"
|
|
48
|
+
],
|
|
49
|
+
"minimum_evidence_items": 0,
|
|
50
|
+
"on_missing": "omit",
|
|
51
|
+
"deletion_condition": "Omit when no authorized structured contract is available."
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"page_policy": {
|
|
55
|
+
"split_suggestion": "Explain responsibility, registration, state, persistence and downstream handoffs, actual success and error handling, and change entrypoints. Include only implementation details useful to this maintenance task.",
|
|
56
|
+
"semantic_boundaries": [
|
|
57
|
+
"reader-task",
|
|
58
|
+
"public-contract"
|
|
59
|
+
],
|
|
60
|
+
"keep_single_page_conditions": [
|
|
61
|
+
"one-reader-subject"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"anonymous_section_examples": [
|
|
65
|
+
"A source-backed explanation of when to use an operation and how its options interact, referring to the generated API table without repeating its rows."
|
|
66
|
+
],
|
|
67
|
+
"anti_examples": [
|
|
68
|
+
"Inferring server behavior from a generated client.",
|
|
69
|
+
"Duplicating a program-generated API table in prose or using prose to contradict its field values."
|
|
70
|
+
],
|
|
71
|
+
"forbidden_outputs": [
|
|
72
|
+
"Unresolved internal identifiers in reader-facing tables."
|
|
73
|
+
],
|
|
74
|
+
"maximum_rendered_bytes": 1048576
|
|
75
|
+
}
|
|
76
|
+
---
|
|
77
|
+
<!-- context:indexer-section api -->
|
|
78
|
+
## API
|
|
79
|
+
|
|
80
|
+
{{block:api-table}}
|
|
81
|
+
<!-- /context:indexer-section -->
|
package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation-task-runtime-guide.md
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
---
|
|
2
|
+
{
|
|
3
|
+
"protocol": "context.indexer.template/v1",
|
|
4
|
+
"template_id": "data-sync-reconciliation-task-runtime-guide",
|
|
5
|
+
"profile": "data-sync-reconciliation",
|
|
6
|
+
"reader_goal": "operate-or-extend-task",
|
|
7
|
+
"applicability": {
|
|
8
|
+
"artifact_policy_variants": [
|
|
9
|
+
"standard",
|
|
10
|
+
"compact",
|
|
11
|
+
"expanded"
|
|
12
|
+
],
|
|
13
|
+
"condition_refs": []
|
|
14
|
+
},
|
|
15
|
+
"variables": [
|
|
16
|
+
{
|
|
17
|
+
"id": "api",
|
|
18
|
+
"type": "json",
|
|
19
|
+
"content_layer": "deterministic-fact",
|
|
20
|
+
"required": false,
|
|
21
|
+
"evidence_required": true
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"deterministic_blocks": [
|
|
25
|
+
{
|
|
26
|
+
"id": "api-table",
|
|
27
|
+
"renderer": "public-contract-table",
|
|
28
|
+
"source_variable_id": "api"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"sections": [
|
|
32
|
+
{
|
|
33
|
+
"section_key": "api",
|
|
34
|
+
"presence": "optional",
|
|
35
|
+
"question_ref": "question:public-contract",
|
|
36
|
+
"reader_goal": "operate-or-extend-task",
|
|
37
|
+
"variable_ids": [
|
|
38
|
+
"api"
|
|
39
|
+
],
|
|
40
|
+
"deterministic_block_ids": [
|
|
41
|
+
"api-table"
|
|
42
|
+
],
|
|
43
|
+
"accepted_evidence_kinds": [
|
|
44
|
+
"code",
|
|
45
|
+
"contract",
|
|
46
|
+
"configuration",
|
|
47
|
+
"documentation"
|
|
48
|
+
],
|
|
49
|
+
"minimum_evidence_items": 0,
|
|
50
|
+
"on_missing": "omit",
|
|
51
|
+
"deletion_condition": "Omit when no authorized structured contract is available."
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"page_policy": {
|
|
55
|
+
"split_suggestion": "Explain trigger and registration, input routing, effects and actual success conditions, then only source-supported retry, idempotency, compensation and operational guidance. Function success is not automatically business completion.",
|
|
56
|
+
"semantic_boundaries": [
|
|
57
|
+
"reader-task",
|
|
58
|
+
"public-contract"
|
|
59
|
+
],
|
|
60
|
+
"keep_single_page_conditions": [
|
|
61
|
+
"one-reader-subject"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"anonymous_section_examples": [
|
|
65
|
+
"A source-backed explanation of when to use an operation and how its options interact, referring to the generated API table without repeating its rows."
|
|
66
|
+
],
|
|
67
|
+
"anti_examples": [
|
|
68
|
+
"Inferring server behavior from a generated client.",
|
|
69
|
+
"Duplicating a program-generated API table in prose or using prose to contradict its field values."
|
|
70
|
+
],
|
|
71
|
+
"forbidden_outputs": [
|
|
72
|
+
"Unresolved internal identifiers in reader-facing tables."
|
|
73
|
+
],
|
|
74
|
+
"maximum_rendered_bytes": 1048576
|
|
75
|
+
}
|
|
76
|
+
---
|
|
77
|
+
<!-- context:indexer-section api -->
|
|
78
|
+
## API
|
|
79
|
+
|
|
80
|
+
{{block:api-table}}
|
|
81
|
+
<!-- /context:indexer-section -->
|