@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,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.q06
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: q06
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
tasks: 任务到工具
|
|
13
|
+
prerequisites: 接入前提
|
|
14
|
+
operations: 常用操作
|
|
15
|
+
results: 结果解释
|
|
16
|
+
references: 代码与文档入口
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# Q06 工具与排障工具箱
|
|
20
|
+
|
|
21
|
+
This is a writing blueprint, not a completion gate. Adapt the headings and level of detail to the reader, evidence and language. Missing or additional chapters and ordinary version differences are advisory. Preserve real source coordinates and a useful next investigation step.
|
|
22
|
+
|
|
23
|
+
建议章节:**任务到工具 → 接入前提 → 常用操作 → 结果解释 → 对应代码/文档入口**。
|
|
24
|
+
|
|
25
|
+
表格列:问题、工具/平台、定位所需信息、来源、下一步。查询坐标和已有操作说明可发布;没有平台材料时不能猜参数。复用同一工具正文,避免 tools/ 与 references/ 两份重复维护。
|
|
26
|
+
|
|
27
|
+
## 图示选择
|
|
28
|
+
|
|
29
|
+
问题到工具的选择用 flowchart;参数、前提和结果解释保留文字或表格。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.s01
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: s01
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
scope: 服务定位
|
|
13
|
+
startup: 接入和启动
|
|
14
|
+
architecture: 架构分层
|
|
15
|
+
capabilities: 核心能力与接口
|
|
16
|
+
dependencies: 模型和依赖摘要
|
|
17
|
+
index: 知识索引
|
|
18
|
+
sources: 源码位置
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
# S01 服务概览
|
|
22
|
+
|
|
23
|
+
This is a writing blueprint, not a completion gate. Adapt the headings and level of detail to the reader, evidence and language. Missing or additional chapters and ordinary version differences are advisory. Preserve real source coordinates and a useful next investigation step.
|
|
24
|
+
|
|
25
|
+
建议章节:**服务定位 → 接入和启动 → 架构分层 → 核心能力/接口 → 模型与依赖摘要 → 知识索引 → 源码位置**。
|
|
26
|
+
|
|
27
|
+
最低证据:注册、bootstrap/handler、运行身份或稳定调用边界。索引列主题、用途、目标;摘要链接详细文章,不复制全部字段和接口表。代码中名为 Service 的类不自动满足服务分类。
|
|
28
|
+
|
|
29
|
+
## 图示选择
|
|
30
|
+
|
|
31
|
+
架构摘要用 flowchart LR;概览链接专业图,不复制全部接口执行链。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.s02
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: s02
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
scope: 协议与范围
|
|
13
|
+
catalog: 能力与入口表
|
|
14
|
+
authority: 权威契约
|
|
15
|
+
implementation: 调用方与实现
|
|
16
|
+
references: 详情导航
|
|
17
|
+
contract_table: contract_api
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# S02 API 目录
|
|
21
|
+
|
|
22
|
+
This is a writing blueprint, not a completion gate. Adapt the headings and level of detail to the reader, evidence and language. Missing or additional chapters and ordinary version differences are advisory. Preserve real source coordinates and a useful next investigation step.
|
|
23
|
+
|
|
24
|
+
建议章节:**协议与范围 → 按能力分组的入口表 → 权威契约 → 主要调用方与实现 → 详情导航**。
|
|
25
|
+
|
|
26
|
+
表格列:业务能力、HTTP method/path 或 RPC service/method、注册/handler、契约位置、已证明首跳、详情或源码。目录完整性以授权范围内实际入口为准,详情文章仅按需要展开。纯生成声明标记其来源性质,不能当业务实现。
|
|
27
|
+
|
|
28
|
+
## 图示选择
|
|
29
|
+
|
|
30
|
+
API 目录优先表格;协议和入口分层复杂时补 flowchart,具体时序放 S03。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.s03
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: s03
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
entry: 用途与入口
|
|
13
|
+
validation: 请求和边界校验
|
|
14
|
+
steps: 处理步骤
|
|
15
|
+
downstream: 数据与下游操作
|
|
16
|
+
response: 响应与错误
|
|
17
|
+
concurrency: 并发与幂等
|
|
18
|
+
references: 调用方与入口
|
|
19
|
+
contract_table: contract_api
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
# S03 API/操作详情
|
|
23
|
+
|
|
24
|
+
This is a writing blueprint, not a completion gate. Adapt the headings and level of detail to the reader, evidence and language. Missing or additional chapters and ordinary version differences are advisory. Preserve real source coordinates and a useful next investigation step.
|
|
25
|
+
|
|
26
|
+
建议章节:**用途与入口 → 请求及边界校验 → 处理步骤 → 数据和下游操作 → 响应与错误 → 并发/幂等约束 → 调用方与相关入口**。
|
|
27
|
+
|
|
28
|
+
静态表由已授权结构事实生成;解释覆盖语义、分支和使用限制。处理步骤按证据标明锁、短路返回、事务边界、部分成功及失败后的去向。关键步骤必须带实现定位,不用粘贴函数体。未分析的深层逻辑留具名继续位置,不用“通常会”填充。
|
|
29
|
+
|
|
30
|
+
HTTP/RPC 变体强调路由与契约;FaaS/异步入口使用 S07 的触发模型,不能将所有函数伪装成 HTTP API。没有并发或幂等证据时省略相关章节,不宣称默认安全。
|
|
31
|
+
|
|
32
|
+
## 图示选择
|
|
33
|
+
|
|
34
|
+
接口处理用 sequenceDiagram 或 flowchart TD,区分下游调用、数据操作及异常出口。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.s04
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: s04
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
scope: 领域范围
|
|
13
|
+
catalog: 实体与概念表
|
|
14
|
+
entities: 核心实体
|
|
15
|
+
relations: 已证实关系
|
|
16
|
+
states: 状态与转移
|
|
17
|
+
rules: 业务约束
|
|
18
|
+
references: 实现与资料
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
# S04 领域模型
|
|
22
|
+
|
|
23
|
+
This is a writing blueprint, not a completion gate. Adapt the headings and level of detail to the reader, evidence and language. Missing or additional chapters and ordinary version differences are advisory. Preserve real source coordinates and a useful next investigation step.
|
|
24
|
+
|
|
25
|
+
建议章节:**领域范围 → 实体与概念表 → 核心实体 → 已证实关系 → 状态与转移 → 业务约束 → 实现和相关资料**。
|
|
26
|
+
|
|
27
|
+
实体表列:业务/代码身份、角色(实体、值对象、事件、DTO)、关键字段、来源;转移表列当前状态、动作/条件、目标状态、执行位置。
|
|
28
|
+
|
|
29
|
+
领域实体、传输 DTO、持久化表必须区分;领域知识不足时可只保留“代码对象与定位”,不宣称已完整建模。ER 图需要关系证据,状态机需要转移证据;只有 Status 字段时不能生成统一 Active 自循环。没有关系的实体目录使用表格,无需画假 ER 图。
|
|
30
|
+
|
|
31
|
+
前端也可采用本模板表达有依据的页面实体与约束,服务端规则通过链接引用。没有实体或状态问题的服务不生成空页。
|
|
32
|
+
|
|
33
|
+
## 图示选择
|
|
34
|
+
|
|
35
|
+
概念关系用 flowchart,持久实体关系有证据才用 erDiagram;状态转移用 stateDiagram-v2,不能由枚举推导。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.s05
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: s05
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
scope: 存储职责
|
|
13
|
+
models: 表与持久化对象
|
|
14
|
+
queries: 查询和索引
|
|
15
|
+
cache: 缓存与锁
|
|
16
|
+
consistency: 事务与一致性
|
|
17
|
+
references: 读写入口
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# S05 数据模型
|
|
21
|
+
|
|
22
|
+
This is a writing blueprint, not a completion gate. Adapt the headings and level of detail to the reader, evidence and language. Missing or additional chapters and ordinary version differences are advisory. Preserve real source coordinates and a useful next investigation step.
|
|
23
|
+
|
|
24
|
+
建议章节:**存储职责 → 表/集合与持久化对象 → 查询和索引依据 → 缓存/锁 → 事务与一致性 → 读写入口**。
|
|
25
|
+
|
|
26
|
+
表格列:实体/表、字段或键、定义位置、主要读写者、索引/TTL 来源。每种存储仅在发现证据时出现;未找到数据库使用不等于证明全系统无数据库。区别 ORM 声明、迁移 DDL、实际线上 schema;逻辑关联不能直接标成数据库外键。结构可引用契约正文,不展开全部长类型声明。
|
|
27
|
+
|
|
28
|
+
## 图示选择
|
|
29
|
+
|
|
30
|
+
数据关系用 erDiagram,基数和关联均须有证据;字段/索引/TTL 用表格,读写链可单独用 flowchart。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.s06
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: s06
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
overview: 依赖概览
|
|
13
|
+
requests: RPC 与 HTTP
|
|
14
|
+
events: 事件与任务
|
|
15
|
+
storage: 存储及配置服务
|
|
16
|
+
initialization: 初始化与选择
|
|
17
|
+
failures: 故障边界和下一步
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# S06 外部依赖
|
|
21
|
+
|
|
22
|
+
This is a writing blueprint, not a completion gate. Adapt the headings and level of detail to the reader, evidence and language. Missing or additional chapters and ordinary version differences are advisory. Preserve real source coordinates and a useful next investigation step.
|
|
23
|
+
|
|
24
|
+
建议章节:**依赖概览 → RPC/HTTP → 事件与任务 → 存储及配置服务 → 初始化与选择 → 故障边界和下一步**。
|
|
25
|
+
|
|
26
|
+
表格列:依赖身份、类型、用途、调用/初始化位置、选择条件、权威入口。Topic、服务名、配置 namespace 都保留其真实类别;仅字符串匹配命中的项只能列候选,不生成确定调用边。特定平台的初始化规则由已授权的来源和扩展解释。
|
|
27
|
+
|
|
28
|
+
## 图示选择
|
|
29
|
+
|
|
30
|
+
依赖章节用 flowchart LR,区分 RPC/HTTP、消息、存储、配置,不推断未读取的外部系统。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.s07
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: s07
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
triggers: 职责与触发源
|
|
13
|
+
registration: 注册与订阅
|
|
14
|
+
payload: Payload 与过滤
|
|
15
|
+
processing: 处理链路
|
|
16
|
+
retry: 重试幂等与并发
|
|
17
|
+
reconciliation: 检查点补偿与对账
|
|
18
|
+
operations: 运行和观测入口
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
# S07 事件、任务与对账
|
|
22
|
+
|
|
23
|
+
This is a writing blueprint, not a completion gate. Adapt the headings and level of detail to the reader, evidence and language. Missing or additional chapters and ordinary version differences are advisory. Preserve real source coordinates and a useful next investigation step.
|
|
24
|
+
|
|
25
|
+
建议章节:**职责与触发源 → 注册/订阅 → Payload 与过滤 → 处理链路 → 重试、幂等与并发 → 检查点/补偿/对账 → 运行和观测入口**。
|
|
26
|
+
|
|
27
|
+
入口表列:topic/schedule/command 身份、登记文件、handler、输入契约、首个下游或持久化边界。结果部分按证据解释返回、ack、跳过、重试及死信/人工处理去向。区分定时任务、事件消费、任务执行器、同步/对账作业;任务函数名不是调度证据。
|
|
28
|
+
|
|
29
|
+
保留现有 event-consumer、background-runtime、data-sync-reconciliation 的各自语义,不统一成 RPC 模板。运行保证需配置或实现证据,不能从框架依赖推定 exactly-once。
|
|
30
|
+
|
|
31
|
+
## 图示选择
|
|
32
|
+
|
|
33
|
+
消费与重试顺序用 sequenceDiagram,任务/对账分支用 flowchart TD;明确 ack、补偿与失败出口。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
---
|
|
2
|
+
{
|
|
3
|
+
"protocol": "context.indexer.template/v1",
|
|
4
|
+
"template_id": "background-runtime-maintenance-guide",
|
|
5
|
+
"profile": "background-runtime",
|
|
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/background-runtime-task-runtime-guide.md
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
---
|
|
2
|
+
{
|
|
3
|
+
"protocol": "context.indexer.template/v1",
|
|
4
|
+
"template_id": "background-runtime-task-runtime-guide",
|
|
5
|
+
"profile": "background-runtime",
|
|
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 -->
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
---
|
|
2
|
+
{
|
|
3
|
+
"protocol": "context.indexer.template/v1",
|
|
4
|
+
"template_id": "cli-tool-maintenance-guide",
|
|
5
|
+
"profile": "cli-tool",
|
|
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": "cli-tool-public-api-reference",
|
|
5
|
+
"profile": "cli-tool",
|
|
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": "cli-tool-usage-guide",
|
|
5
|
+
"profile": "cli-tool",
|
|
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 -->
|