@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": "sdk-library-usage-guide",
|
|
5
|
+
"profile": "sdk-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 -->
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
---
|
|
2
|
+
{
|
|
3
|
+
"protocol": "context.indexer.template/v1",
|
|
4
|
+
"template_id": "storage-repository-maintenance-guide",
|
|
5
|
+
"profile": "storage-repository",
|
|
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/storage-repository-public-api-reference.md
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
---
|
|
2
|
+
{
|
|
3
|
+
"protocol": "context.indexer.template/v1",
|
|
4
|
+
"template_id": "storage-repository-public-api-reference",
|
|
5
|
+
"profile": "storage-repository",
|
|
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": "web-application-federation-guide",
|
|
5
|
+
"profile": "web-application",
|
|
6
|
+
"reader_goal": "integrate-host-and-remote",
|
|
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-host-and-remote",
|
|
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": "Distinguish host and remote declarations, mount and expose contracts, shared dependencies, lifecycle, environment expressions and consumption. A declaration is not a verified running remote.",
|
|
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": "web-application-maintenance-guide",
|
|
5
|
+
"profile": "web-application",
|
|
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 -->
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
---
|
|
2
|
+
{
|
|
3
|
+
"protocol": "context.indexer.template/v1",
|
|
4
|
+
"template_id": "web-application-page-task-guide",
|
|
5
|
+
"profile": "web-application",
|
|
6
|
+
"reader_goal": "develop-page-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": "develop-page-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": "Follow one page task through route and access entry, user interaction, state, loading and submission, result and change entrypoints. Internal components are not published libraries.",
|
|
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 -->
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"anonymized": true,
|
|
6
6
|
"composer": "public-contract",
|
|
7
7
|
"profile": "component-library",
|
|
8
|
-
"primary_input": { "fact_kinds": ["
|
|
8
|
+
"primary_input": { "fact_kinds": ["code-symbol"], "artifact_kinds": ["content"] },
|
|
9
9
|
"expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "contract" },
|
|
10
10
|
"empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
|
|
11
11
|
},
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"scenario_id": "unresolved-authoring-placeholder",
|
|
111
111
|
"authoring_fixture_ref": "anonymous-background-runtime",
|
|
112
112
|
"observed_condition": "generated-placeholder-remains",
|
|
113
|
-
"expected_outcome": "
|
|
113
|
+
"expected_outcome": "agent-review-advisory"
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
"scenario_id": "missing-runtime-platform-fact",
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: context-indexer-create
|
|
3
|
+
description: Use when the user explicitly asks to create a new Context Indexer Provider Skill for code, documents, notes or session summaries. Do not activate for indexing existing sources, ordinary coding, knowledge queries or selecting an installed Provider.
|
|
4
|
+
user-invocable: false
|
|
5
|
+
metadata:
|
|
6
|
+
context-role: "authoring-assistant"
|
|
7
|
+
context-public-entry: "false"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Create a Context Indexer
|
|
11
|
+
|
|
12
|
+
Create a reusable Provider in the user's chosen directory. This is a Skill-writing
|
|
13
|
+
assistant, not a Provider or a production Route. Use the conversation language.
|
|
14
|
+
An explicit request to make a new Indexer is sufficient; the user need not name
|
|
15
|
+
this Skill. Do not initialize a knowledge workspace to write a Provider.
|
|
16
|
+
|
|
17
|
+
## Establish the intended result
|
|
18
|
+
|
|
19
|
+
Reuse the stated source type, readers, tasks and desired output. Ask only about
|
|
20
|
+
missing choices that affect interpretation or ownership: should the new Provider
|
|
21
|
+
replace an existing primary, or contribute to another Provider's pages? Notes
|
|
22
|
+
may become FAQs, decisions or corrections; session summaries may or may not link
|
|
23
|
+
to code changes. Do not force a taxonomy, a commit association, or one page per
|
|
24
|
+
source. Distinguish a reusable Provider from a workspace-only wording/template
|
|
25
|
+
change; explain the smaller option without refusing a requested new Provider.
|
|
26
|
+
|
|
27
|
+
## Read the matching contracts and examples
|
|
28
|
+
|
|
29
|
+
Read [the authoring guide](references/guides/indexer-skill-creation.md), then the
|
|
30
|
+
relevant sections of [the Provider protocol](references/reference/indexer-provider-protocol.md).
|
|
31
|
+
Use the SDK version compatible with the intended CLI, rather than recalling
|
|
32
|
+
schema fields from another release. These references are copied from the SDK
|
|
33
|
+
at plugin build time; the installed schema remains the executable authority.
|
|
34
|
+
|
|
35
|
+
- Code: [Code authoring](references/guides/code-indexer-skill-authoring.md).
|
|
36
|
+
- Documents: [Markdown authoring](references/guides/markdown-indexer-skill-authoring.md).
|
|
37
|
+
- Notes: [Note sources](references/guides/note.md).
|
|
38
|
+
- Sessions: [Session sources](references/guides/sessions.md).
|
|
39
|
+
- Composition and selection: [Provider customization](references/guides/indexer-provider-and-customization.md).
|
|
40
|
+
|
|
41
|
+
Inspect the matching existing Provider's actual SKILL.md, context-indexer.yaml,
|
|
42
|
+
selected instruction references and one relevant template. Use a Host-visible
|
|
43
|
+
Skill path or the installed CLI catalog's guidance paths; do not crawl host
|
|
44
|
+
caches or require this repository's developer paths. If examples or the SDK are
|
|
45
|
+
unavailable, explain which validation remains unavailable. Do not invent a
|
|
46
|
+
successful validation or silently install dependencies.
|
|
47
|
+
|
|
48
|
+
## Write a complete, bounded Provider
|
|
49
|
+
|
|
50
|
+
Deliver SKILL.md, context-indexer.yaml, the declared instructions and useful
|
|
51
|
+
page templates. Add anonymous fixtures and validation instructions. Add programs
|
|
52
|
+
only for an actual unsupported extraction need; ordinary source interpretation
|
|
53
|
+
and writing belong to the Agent. Derive manifest capabilities and resources
|
|
54
|
+
from what the new bundle actually implements, not everything in the example.
|
|
55
|
+
|
|
56
|
+
Use one context.indexer.provider/v1 manifest for all four source families.
|
|
57
|
+
Note and Sessions currently use the markdown domain with their own target kinds
|
|
58
|
+
and profiles; do not invent new protocol domains. A resource must be declared
|
|
59
|
+
so the lifecycle can send it to the Agent: an unreferenced reference file is
|
|
60
|
+
not enough. Preserve stable source/subject identity, evidence bindings and
|
|
61
|
+
revision boundaries; keep nonessential metadata out of knowledge frontmatter.
|
|
62
|
+
|
|
63
|
+
The new Provider does not own source authorization, scheduling, approval,
|
|
64
|
+
close/build or publication. Return the current operation's declared results.
|
|
65
|
+
Do not turn suggestions in notes or sessions into established implementation
|
|
66
|
+
facts, and do not manufacture raw transcripts from summaries.
|
|
67
|
+
|
|
68
|
+
## Validate and hand off
|
|
69
|
+
|
|
70
|
+
Follow the guide's manifest, resource, template and fixture checks in an isolated
|
|
71
|
+
test directory. Test the intended reader output, insufficient material, revision
|
|
72
|
+
of an existing page, and composition when advertised. Cover only the source
|
|
73
|
+
families claimed by this Provider. Report static validation separately from an
|
|
74
|
+
actual lifecycle run; a valid YAML file alone is not a working Provider.
|
|
75
|
+
|
|
76
|
+
Summarize the created files, supported inputs, ownership/composition, tests and
|
|
77
|
+
remaining limitations. Explain the user's chosen installation channel and host
|
|
78
|
+
Skill switch. Installation/enabling does not select a Provider for a workspace.
|
|
79
|
+
Only hand off to the existing Context production Skill when the user asks to
|
|
80
|
+
use it there; that Skill follows a fresh Route for Provider selection.
|