@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,20 @@
|
|
|
1
|
+
# Article choices
|
|
2
|
+
|
|
3
|
+
Use the current authority to choose an allowed intent and an applicable template. These are alternatives or complementary articles within one topic; do not generate every row. Author receives the chosen blueprint through its current workset. Missing evidence calls for an entry or a named investigation step, not invented conclusions.
|
|
4
|
+
|
|
5
|
+
| Template | Reader article |
|
|
6
|
+
| --- | --- |
|
|
7
|
+
| `adapter-integration-c01-page` | 模块/知识入口 |
|
|
8
|
+
| `adapter-integration-c03-page` | 术语与标识 |
|
|
9
|
+
| `adapter-integration-c04-page` | 依赖与协作边界 |
|
|
10
|
+
| `adapter-integration-c05-page` | 已知问题与排障 |
|
|
11
|
+
| `adapter-integration-c07-page` | 从知识继续查源码 |
|
|
12
|
+
| `adapter-integration-d02-page` | 业务流程与跨层链路 |
|
|
13
|
+
| `adapter-integration-d04-page` | 运维与排障入口 |
|
|
14
|
+
| `adapter-integration-f09-page` | 构建与部署 |
|
|
15
|
+
| `adapter-integration-l01-page` | 公共能力与使用指南 |
|
|
16
|
+
| `adapter-integration-l04-page` | 中间件、适配与运行模式 |
|
|
17
|
+
| `adapter-integration-q03-page` | 用例目录 |
|
|
18
|
+
| `adapter-integration-q05-page` | 测试数据与环境 |
|
|
19
|
+
| `adapter-integration-s01-page` | 服务概览 |
|
|
20
|
+
| `adapter-integration-s06-page` | 外部依赖 |
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Article choices
|
|
2
|
+
|
|
3
|
+
Use the current authority to choose an allowed intent and an applicable template. These are alternatives or complementary articles within one topic; do not generate every row. Author receives the chosen blueprint through its current workset. Missing evidence calls for an entry or a named investigation step, not invented conclusions.
|
|
4
|
+
|
|
5
|
+
| Template | Reader article |
|
|
6
|
+
| --- | --- |
|
|
7
|
+
| `api-service-c01-page` | 模块/知识入口 |
|
|
8
|
+
| `api-service-c03-page` | 术语与标识 |
|
|
9
|
+
| `api-service-c04-page` | 依赖与协作边界 |
|
|
10
|
+
| `api-service-c05-page` | 已知问题与排障 |
|
|
11
|
+
| `api-service-c07-page` | 从知识继续查源码 |
|
|
12
|
+
| `api-service-d02-page` | 业务流程与跨层链路 |
|
|
13
|
+
| `api-service-d04-page` | 运维与排障入口 |
|
|
14
|
+
| `api-service-f09-page` | 构建与部署 |
|
|
15
|
+
| `api-service-q03-page` | 用例目录 |
|
|
16
|
+
| `api-service-q05-page` | 测试数据与环境 |
|
|
17
|
+
| `api-service-s01-page` | 服务概览 |
|
|
18
|
+
| `api-service-s02-page` | API 目录 |
|
|
19
|
+
| `api-service-s03-page` | API/操作详情 |
|
|
20
|
+
| `api-service-s06-page` | 外部依赖 |
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Article choices
|
|
2
|
+
|
|
3
|
+
Use the current authority to choose an allowed intent and an applicable template. These are alternatives or complementary articles within one topic; do not generate every row. Author receives the chosen blueprint through its current workset. Missing evidence calls for an entry or a named investigation step, not invented conclusions.
|
|
4
|
+
|
|
5
|
+
| Template | Reader article |
|
|
6
|
+
| --- | --- |
|
|
7
|
+
| `background-runtime-c01-page` | 模块/知识入口 |
|
|
8
|
+
| `background-runtime-c03-page` | 术语与标识 |
|
|
9
|
+
| `background-runtime-c04-page` | 依赖与协作边界 |
|
|
10
|
+
| `background-runtime-c05-page` | 已知问题与排障 |
|
|
11
|
+
| `background-runtime-c07-page` | 从知识继续查源码 |
|
|
12
|
+
| `background-runtime-d02-page` | 业务流程与跨层链路 |
|
|
13
|
+
| `background-runtime-d04-page` | 运维与排障入口 |
|
|
14
|
+
| `background-runtime-f09-page` | 构建与部署 |
|
|
15
|
+
| `background-runtime-q03-page` | 用例目录 |
|
|
16
|
+
| `background-runtime-q05-page` | 测试数据与环境 |
|
|
17
|
+
| `background-runtime-s01-page` | 服务概览 |
|
|
18
|
+
| `background-runtime-s06-page` | 外部依赖 |
|
|
19
|
+
| `background-runtime-s07-page` | 事件、任务与对账 |
|
package/indexers/bundles/context-code-indexer/references/article-catalog/cli-tool-article-catalog.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Article choices
|
|
2
|
+
|
|
3
|
+
Use the current authority to choose an allowed intent and an applicable template. These are alternatives or complementary articles within one topic; do not generate every row. Author receives the chosen blueprint through its current workset. Missing evidence calls for an entry or a named investigation step, not invented conclusions.
|
|
4
|
+
|
|
5
|
+
| Template | Reader article |
|
|
6
|
+
| --- | --- |
|
|
7
|
+
| `cli-tool-c01-page` | 模块/知识入口 |
|
|
8
|
+
| `cli-tool-c03-page` | 术语与标识 |
|
|
9
|
+
| `cli-tool-c04-page` | 依赖与协作边界 |
|
|
10
|
+
| `cli-tool-c05-page` | 已知问题与排障 |
|
|
11
|
+
| `cli-tool-c07-page` | 从知识继续查源码 |
|
|
12
|
+
| `cli-tool-d04-page` | 运维与排障入口 |
|
|
13
|
+
| `cli-tool-f09-page` | 构建与部署 |
|
|
14
|
+
| `cli-tool-l01-page` | 公共能力与使用指南 |
|
|
15
|
+
| `cli-tool-q03-page` | 用例目录 |
|
|
16
|
+
| `cli-tool-q05-page` | 测试数据与环境 |
|
|
17
|
+
| `cli-tool-q06-page` | 工具与排障工具箱 |
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Article choices
|
|
2
|
+
|
|
3
|
+
Use the current authority to choose an allowed intent and an applicable template. These are alternatives or complementary articles within one topic; do not generate every row. Author receives the chosen blueprint through its current workset. Missing evidence calls for an entry or a named investigation step, not invented conclusions.
|
|
4
|
+
|
|
5
|
+
| Template | Reader article |
|
|
6
|
+
| --- | --- |
|
|
7
|
+
| `component-library-c01-page` | 模块/知识入口 |
|
|
8
|
+
| `component-library-c03-page` | 术语与标识 |
|
|
9
|
+
| `component-library-c04-page` | 依赖与协作边界 |
|
|
10
|
+
| `component-library-c05-page` | 已知问题与排障 |
|
|
11
|
+
| `component-library-c07-page` | 从知识继续查源码 |
|
|
12
|
+
| `component-library-d04-page` | 运维与排障入口 |
|
|
13
|
+
| `component-library-f09-page` | 构建与部署 |
|
|
14
|
+
| `component-library-l02-page` | 公共组件与组件家族 |
|
|
15
|
+
| `component-library-l03-page` | 设计系统及基础规范 |
|
|
16
|
+
| `component-library-l05-page` | 组件库总览与接入 |
|
|
17
|
+
| `component-library-q03-page` | 用例目录 |
|
|
18
|
+
| `component-library-q05-page` | 测试数据与环境 |
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Article choices
|
|
2
|
+
|
|
3
|
+
Use the current authority to choose an allowed intent and an applicable template. These are alternatives or complementary articles within one topic; do not generate every row. Author receives the chosen blueprint through its current workset. Missing evidence calls for an entry or a named investigation step, not invented conclusions.
|
|
4
|
+
|
|
5
|
+
| Template | Reader article |
|
|
6
|
+
| --- | --- |
|
|
7
|
+
| `contract-source-c01-page` | 模块/知识入口 |
|
|
8
|
+
| `contract-source-c03-page` | 术语与标识 |
|
|
9
|
+
| `contract-source-c04-page` | 依赖与协作边界 |
|
|
10
|
+
| `contract-source-c05-page` | 已知问题与排障 |
|
|
11
|
+
| `contract-source-c07-page` | 从知识继续查源码 |
|
|
12
|
+
| `contract-source-d04-page` | 运维与排障入口 |
|
|
13
|
+
| `contract-source-f06-page` | 类型模型 |
|
|
14
|
+
| `contract-source-f09-page` | 构建与部署 |
|
|
15
|
+
| `contract-source-q03-page` | 用例目录 |
|
|
16
|
+
| `contract-source-q05-page` | 测试数据与环境 |
|
|
17
|
+
| `contract-source-s02-page` | API 目录 |
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Article choices
|
|
2
|
+
|
|
3
|
+
Use the current authority to choose an allowed intent and an applicable template. These are alternatives or complementary articles within one topic; do not generate every row. Author receives the chosen blueprint through its current workset. Missing evidence calls for an entry or a named investigation step, not invented conclusions.
|
|
4
|
+
|
|
5
|
+
| Template | Reader article |
|
|
6
|
+
| --- | --- |
|
|
7
|
+
| `data-sync-reconciliation-c01-page` | 模块/知识入口 |
|
|
8
|
+
| `data-sync-reconciliation-c03-page` | 术语与标识 |
|
|
9
|
+
| `data-sync-reconciliation-c04-page` | 依赖与协作边界 |
|
|
10
|
+
| `data-sync-reconciliation-c05-page` | 已知问题与排障 |
|
|
11
|
+
| `data-sync-reconciliation-c07-page` | 从知识继续查源码 |
|
|
12
|
+
| `data-sync-reconciliation-d02-page` | 业务流程与跨层链路 |
|
|
13
|
+
| `data-sync-reconciliation-d04-page` | 运维与排障入口 |
|
|
14
|
+
| `data-sync-reconciliation-f09-page` | 构建与部署 |
|
|
15
|
+
| `data-sync-reconciliation-q03-page` | 用例目录 |
|
|
16
|
+
| `data-sync-reconciliation-q05-page` | 测试数据与环境 |
|
|
17
|
+
| `data-sync-reconciliation-s01-page` | 服务概览 |
|
|
18
|
+
| `data-sync-reconciliation-s06-page` | 外部依赖 |
|
|
19
|
+
| `data-sync-reconciliation-s07-page` | 事件、任务与对账 |
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Article choices
|
|
2
|
+
|
|
3
|
+
Use the current authority to choose an allowed intent and an applicable template. These are alternatives or complementary articles within one topic; do not generate every row. Author receives the chosen blueprint through its current workset. Missing evidence calls for an entry or a named investigation step, not invented conclusions.
|
|
4
|
+
|
|
5
|
+
| Template | Reader article |
|
|
6
|
+
| --- | --- |
|
|
7
|
+
| `derived-generated-source-c01-page` | 模块/知识入口 |
|
|
8
|
+
| `derived-generated-source-c03-page` | 术语与标识 |
|
|
9
|
+
| `derived-generated-source-c04-page` | 依赖与协作边界 |
|
|
10
|
+
| `derived-generated-source-c05-page` | 已知问题与排障 |
|
|
11
|
+
| `derived-generated-source-c07-page` | 从知识继续查源码 |
|
|
12
|
+
| `derived-generated-source-d04-page` | 运维与排障入口 |
|
|
13
|
+
| `derived-generated-source-f06-page` | 类型模型 |
|
|
14
|
+
| `derived-generated-source-f09-page` | 构建与部署 |
|
|
15
|
+
| `derived-generated-source-q03-page` | 用例目录 |
|
|
16
|
+
| `derived-generated-source-q05-page` | 测试数据与环境 |
|
|
17
|
+
| `derived-generated-source-s02-page` | API 目录 |
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Article choices
|
|
2
|
+
|
|
3
|
+
Use the current authority to choose an allowed intent and an applicable template. These are alternatives or complementary articles within one topic; do not generate every row. Author receives the chosen blueprint through its current workset. Missing evidence calls for an entry or a named investigation step, not invented conclusions.
|
|
4
|
+
|
|
5
|
+
| Template | Reader article |
|
|
6
|
+
| --- | --- |
|
|
7
|
+
| `domain-service-c01-page` | 模块/知识入口 |
|
|
8
|
+
| `domain-service-c02-page` | 业务概览 |
|
|
9
|
+
| `domain-service-c03-page` | 术语与标识 |
|
|
10
|
+
| `domain-service-c04-page` | 依赖与协作边界 |
|
|
11
|
+
| `domain-service-c05-page` | 已知问题与排障 |
|
|
12
|
+
| `domain-service-c07-page` | 从知识继续查源码 |
|
|
13
|
+
| `domain-service-d02-page` | 业务流程与跨层链路 |
|
|
14
|
+
| `domain-service-d03-page` | 业务规则 |
|
|
15
|
+
| `domain-service-d04-page` | 运维与排障入口 |
|
|
16
|
+
| `domain-service-f09-page` | 构建与部署 |
|
|
17
|
+
| `domain-service-q03-page` | 用例目录 |
|
|
18
|
+
| `domain-service-q05-page` | 测试数据与环境 |
|
|
19
|
+
| `domain-service-s01-page` | 服务概览 |
|
|
20
|
+
| `domain-service-s03-page` | API/操作详情 |
|
|
21
|
+
| `domain-service-s04-page` | 领域模型 |
|
|
22
|
+
| `domain-service-s05-page` | 数据模型 |
|
|
23
|
+
| `domain-service-s06-page` | 外部依赖 |
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Article choices
|
|
2
|
+
|
|
3
|
+
Use the current authority to choose an allowed intent and an applicable template. These are alternatives or complementary articles within one topic; do not generate every row. Author receives the chosen blueprint through its current workset. Missing evidence calls for an entry or a named investigation step, not invented conclusions.
|
|
4
|
+
|
|
5
|
+
| Template | Reader article |
|
|
6
|
+
| --- | --- |
|
|
7
|
+
| `event-consumer-c01-page` | 模块/知识入口 |
|
|
8
|
+
| `event-consumer-c03-page` | 术语与标识 |
|
|
9
|
+
| `event-consumer-c04-page` | 依赖与协作边界 |
|
|
10
|
+
| `event-consumer-c05-page` | 已知问题与排障 |
|
|
11
|
+
| `event-consumer-c07-page` | 从知识继续查源码 |
|
|
12
|
+
| `event-consumer-d02-page` | 业务流程与跨层链路 |
|
|
13
|
+
| `event-consumer-d04-page` | 运维与排障入口 |
|
|
14
|
+
| `event-consumer-f09-page` | 构建与部署 |
|
|
15
|
+
| `event-consumer-q03-page` | 用例目录 |
|
|
16
|
+
| `event-consumer-q05-page` | 测试数据与环境 |
|
|
17
|
+
| `event-consumer-s01-page` | 服务概览 |
|
|
18
|
+
| `event-consumer-s06-page` | 外部依赖 |
|
|
19
|
+
| `event-consumer-s07-page` | 事件、任务与对账 |
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Article choices
|
|
2
|
+
|
|
3
|
+
Use the current authority to choose an allowed intent and an applicable template. These are alternatives or complementary articles within one topic; do not generate every row. Author receives the chosen blueprint through its current workset. Missing evidence calls for an entry or a named investigation step, not invented conclusions.
|
|
4
|
+
|
|
5
|
+
| Template | Reader article |
|
|
6
|
+
| --- | --- |
|
|
7
|
+
| `gateway-facade-c01-page` | 模块/知识入口 |
|
|
8
|
+
| `gateway-facade-c03-page` | 术语与标识 |
|
|
9
|
+
| `gateway-facade-c04-page` | 依赖与协作边界 |
|
|
10
|
+
| `gateway-facade-c05-page` | 已知问题与排障 |
|
|
11
|
+
| `gateway-facade-c07-page` | 从知识继续查源码 |
|
|
12
|
+
| `gateway-facade-d02-page` | 业务流程与跨层链路 |
|
|
13
|
+
| `gateway-facade-d04-page` | 运维与排障入口 |
|
|
14
|
+
| `gateway-facade-f09-page` | 构建与部署 |
|
|
15
|
+
| `gateway-facade-l04-page` | 中间件、适配与运行模式 |
|
|
16
|
+
| `gateway-facade-q03-page` | 用例目录 |
|
|
17
|
+
| `gateway-facade-q05-page` | 测试数据与环境 |
|
|
18
|
+
| `gateway-facade-s01-page` | 服务概览 |
|
|
19
|
+
| `gateway-facade-s02-page` | API 目录 |
|
|
20
|
+
| `gateway-facade-s03-page` | API/操作详情 |
|
|
21
|
+
| `gateway-facade-s06-page` | 外部依赖 |
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Article choices
|
|
2
|
+
|
|
3
|
+
Use the current authority to choose an allowed intent and an applicable template. These are alternatives or complementary articles within one topic; do not generate every row. Author receives the chosen blueprint through its current workset. Missing evidence calls for an entry or a named investigation step, not invented conclusions.
|
|
4
|
+
|
|
5
|
+
| Template | Reader article |
|
|
6
|
+
| --- | --- |
|
|
7
|
+
| `monorepo-container-c01-page` | 模块/知识入口 |
|
|
8
|
+
| `monorepo-container-c03-page` | 术语与标识 |
|
|
9
|
+
| `monorepo-container-c04-page` | 依赖与协作边界 |
|
|
10
|
+
| `monorepo-container-c05-page` | 已知问题与排障 |
|
|
11
|
+
| `monorepo-container-c07-page` | 从知识继续查源码 |
|
|
12
|
+
| `monorepo-container-d01-page` | 领域架构与服务地图 |
|
|
13
|
+
| `monorepo-container-d04-page` | 运维与排障入口 |
|
|
14
|
+
| `monorepo-container-f09-page` | 构建与部署 |
|
|
15
|
+
| `monorepo-container-f11-page` | 子应用目录与详情 |
|
|
16
|
+
| `monorepo-container-q03-page` | 用例目录 |
|
|
17
|
+
| `monorepo-container-q05-page` | 测试数据与环境 |
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Article choices
|
|
2
|
+
|
|
3
|
+
Use the current authority to choose an allowed intent and an applicable template. These are alternatives or complementary articles within one topic; do not generate every row. Author receives the chosen blueprint through its current workset. Missing evidence calls for an entry or a named investigation step, not invented conclusions.
|
|
4
|
+
|
|
5
|
+
| Template | Reader article |
|
|
6
|
+
| --- | --- |
|
|
7
|
+
| `plugin-extension-c01-page` | 模块/知识入口 |
|
|
8
|
+
| `plugin-extension-c03-page` | 术语与标识 |
|
|
9
|
+
| `plugin-extension-c04-page` | 依赖与协作边界 |
|
|
10
|
+
| `plugin-extension-c05-page` | 已知问题与排障 |
|
|
11
|
+
| `plugin-extension-c07-page` | 从知识继续查源码 |
|
|
12
|
+
| `plugin-extension-d04-page` | 运维与排障入口 |
|
|
13
|
+
| `plugin-extension-f09-page` | 构建与部署 |
|
|
14
|
+
| `plugin-extension-l01-page` | 公共能力与使用指南 |
|
|
15
|
+
| `plugin-extension-l04-page` | 中间件、适配与运行模式 |
|
|
16
|
+
| `plugin-extension-q03-page` | 用例目录 |
|
|
17
|
+
| `plugin-extension-q05-page` | 测试数据与环境 |
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Article choices
|
|
2
|
+
|
|
3
|
+
Use the current authority to choose an allowed intent and an applicable template. These are alternatives or complementary articles within one topic; do not generate every row. Author receives the chosen blueprint through its current workset. Missing evidence calls for an entry or a named investigation step, not invented conclusions.
|
|
4
|
+
|
|
5
|
+
| Template | Reader article |
|
|
6
|
+
| --- | --- |
|
|
7
|
+
| `sdk-library-c01-page` | 模块/知识入口 |
|
|
8
|
+
| `sdk-library-c03-page` | 术语与标识 |
|
|
9
|
+
| `sdk-library-c04-page` | 依赖与协作边界 |
|
|
10
|
+
| `sdk-library-c05-page` | 已知问题与排障 |
|
|
11
|
+
| `sdk-library-c07-page` | 从知识继续查源码 |
|
|
12
|
+
| `sdk-library-d04-page` | 运维与排障入口 |
|
|
13
|
+
| `sdk-library-f09-page` | 构建与部署 |
|
|
14
|
+
| `sdk-library-l01-page` | 公共能力与使用指南 |
|
|
15
|
+
| `sdk-library-l03-page` | 设计系统及基础规范 |
|
|
16
|
+
| `sdk-library-l04-page` | 中间件、适配与运行模式 |
|
|
17
|
+
| `sdk-library-q03-page` | 用例目录 |
|
|
18
|
+
| `sdk-library-q05-page` | 测试数据与环境 |
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Article choices
|
|
2
|
+
|
|
3
|
+
Use the current authority to choose an allowed intent and an applicable template. These are alternatives or complementary articles within one topic; do not generate every row. Author receives the chosen blueprint through its current workset. Missing evidence calls for an entry or a named investigation step, not invented conclusions.
|
|
4
|
+
|
|
5
|
+
| Template | Reader article |
|
|
6
|
+
| --- | --- |
|
|
7
|
+
| `storage-repository-c01-page` | 模块/知识入口 |
|
|
8
|
+
| `storage-repository-c03-page` | 术语与标识 |
|
|
9
|
+
| `storage-repository-c04-page` | 依赖与协作边界 |
|
|
10
|
+
| `storage-repository-c05-page` | 已知问题与排障 |
|
|
11
|
+
| `storage-repository-c07-page` | 从知识继续查源码 |
|
|
12
|
+
| `storage-repository-d02-page` | 业务流程与跨层链路 |
|
|
13
|
+
| `storage-repository-d04-page` | 运维与排障入口 |
|
|
14
|
+
| `storage-repository-f09-page` | 构建与部署 |
|
|
15
|
+
| `storage-repository-q03-page` | 用例目录 |
|
|
16
|
+
| `storage-repository-q05-page` | 测试数据与环境 |
|
|
17
|
+
| `storage-repository-s01-page` | 服务概览 |
|
|
18
|
+
| `storage-repository-s05-page` | 数据模型 |
|
|
19
|
+
| `storage-repository-s06-page` | 外部依赖 |
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Article choices
|
|
2
|
+
|
|
3
|
+
Use the current authority to choose an allowed intent and an applicable template. These are alternatives or complementary articles within one topic; do not generate every row. Author receives the chosen blueprint through its current workset. Missing evidence calls for an entry or a named investigation step, not invented conclusions.
|
|
4
|
+
|
|
5
|
+
| Template | Reader article |
|
|
6
|
+
| --- | --- |
|
|
7
|
+
| `web-application-c01-page` | 模块/知识入口 |
|
|
8
|
+
| `web-application-c02-page` | 业务概览 |
|
|
9
|
+
| `web-application-c03-page` | 术语与标识 |
|
|
10
|
+
| `web-application-c04-page` | 依赖与协作边界 |
|
|
11
|
+
| `web-application-c05-page` | 已知问题与排障 |
|
|
12
|
+
| `web-application-c07-page` | 从知识继续查源码 |
|
|
13
|
+
| `web-application-d02-page` | 业务流程与跨层链路 |
|
|
14
|
+
| `web-application-d03-page` | 业务规则 |
|
|
15
|
+
| `web-application-d04-page` | 运维与排障入口 |
|
|
16
|
+
| `web-application-f01-page` | 架构 |
|
|
17
|
+
| `web-application-f02-page` | 路由与页面地图 |
|
|
18
|
+
| `web-application-f03-page` | 页面/用户任务详情 |
|
|
19
|
+
| `web-application-f04-page` | 状态与数据流 |
|
|
20
|
+
| `web-application-f05-page` | API 集成 |
|
|
21
|
+
| `web-application-f06-page` | 类型模型 |
|
|
22
|
+
| `web-application-f07-page` | 应用内组件与复用边界 |
|
|
23
|
+
| `web-application-f08-page` | 样式与设计系统 |
|
|
24
|
+
| `web-application-f09-page` | 构建与部署 |
|
|
25
|
+
| `web-application-f10-page` | 宿主与微前端 |
|
|
26
|
+
| `web-application-f11-page` | 子应用目录与详情 |
|
|
27
|
+
| `web-application-f12-page` | 应用内部组件定位与修改指南 |
|
|
28
|
+
| `web-application-q03-page` | 用例目录 |
|
|
29
|
+
| `web-application-q05-page` | 测试数据与环境 |
|
|
30
|
+
| `web-application-s04-page` | 领域模型 |
|
|
@@ -10,7 +10,7 @@ Run only for an effective `public-contract` composer workset. Consume the
|
|
|
10
10
|
workset-scoped `PrimaryResultView`; do not inspect a broader repository or
|
|
11
11
|
replace the primary Result.
|
|
12
12
|
|
|
13
|
-
Require an evidenced `
|
|
13
|
+
Require an evidenced `code-symbol` fact and its owning primary `content`
|
|
14
14
|
Artifact. Propose a `contract` Artifact only when the view establishes stable
|
|
15
15
|
consumer identities, entrypoints, behavior, constraints, and evidence. Group
|
|
16
16
|
related exports, commands, routes, or extension points by the public concept a
|
|
@@ -21,3 +21,15 @@ Artifact policy variant, and cite evidence already present in the view. Return
|
|
|
21
21
|
only a post-author `derived-artifact-proposal` fragment. If either required
|
|
22
22
|
input is absent or no independent reader question is supported, return the
|
|
23
23
|
normal layer-fragment result with `fragments: []`.
|
|
24
|
+
|
|
25
|
+
The `code-symbol` kind is the parser-backed fact carrier, not a guarantee that
|
|
26
|
+
an independent contract page is useful. Check its public entrypoints, visibility,
|
|
27
|
+
types and resolution limits. Do not turn declaration-only information into a
|
|
28
|
+
runtime guarantee, or duplicate an API table already present in the primary page.
|
|
29
|
+
|
|
30
|
+
Keep the distinction between display targets and supporting implementation/type
|
|
31
|
+
facts when assessing a derived page. An empty fragment avoids an unnecessary
|
|
32
|
+
derived page; it does not certify that a primary table is correct. Report a
|
|
33
|
+
concrete discrepancy for the existing Review/repair flow, without replacing the
|
|
34
|
+
primary Result or silently changing its generated rows. Stay within this
|
|
35
|
+
Composer's declared result schema and actions.
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
# Source-grounded diagrams
|
|
2
|
+
|
|
3
|
+
Use a diagram only when it clarifies a reader task better than prose or a table.
|
|
4
|
+
This guidance applies to existing templates and selected article programs alike.
|
|
5
|
+
It does not require a diagram, create a new article type, or add a completion gate.
|
|
6
|
+
|
|
7
|
+
## Choose the representation
|
|
8
|
+
|
|
9
|
+
| Reader question | Representation | Place in the article |
|
|
10
|
+
| --- | --- | --- |
|
|
11
|
+
| Which layers or services depend on each other? | Mermaid `flowchart LR` | Architecture or dependencies, after the scope |
|
|
12
|
+
| What action happens next, including failures? | Mermaid `flowchart TD` | Behavior or business flow |
|
|
13
|
+
| Who communicates, and in what order? | Mermaid `sequenceDiagram` | Request, integration or event processing |
|
|
14
|
+
| What changes state, under which conditions? | Mermaid `stateDiagram-v2` | State behavior, alongside transition evidence |
|
|
15
|
+
| How are persisted entities related? | Mermaid `erDiagram` | Data model, beside the entity/relationship table |
|
|
16
|
+
| Where are files, articles or component parts? | Fenced `text` tree | Entry map or composition |
|
|
17
|
+
| What are exact fields, routes, keys or source locations? | Markdown table | Contract, catalog or source references |
|
|
18
|
+
| What does a component or visual foundation look like? | Authorized source image with caption and text | Usage or design foundation; diagrams do not prove visual appearance |
|
|
19
|
+
|
|
20
|
+
A domain concept relationship can use a labeled flowchart rather than pretending
|
|
21
|
+
it is a database ER model. Unrelated entities belong in a catalog table. Do not
|
|
22
|
+
infer transitions from enum order, cardinality from field names, runtime calls
|
|
23
|
+
from package dependencies, or sequencing from a list of imports.
|
|
24
|
+
|
|
25
|
+
## Writing and evidence
|
|
26
|
+
|
|
27
|
+
Start with one sentence stating what the diagram explains and its applicable
|
|
28
|
+
scope/version. Follow it with a short explanation and source coordinates or a
|
|
29
|
+
compact node/edge-to-source table. The reader must still have a useful next
|
|
30
|
+
inspection step when the consumer cannot render Mermaid. Keep Mermaid fenced
|
|
31
|
+
source in the article; do not replace the only editable representation with an image.
|
|
32
|
+
|
|
33
|
+
Every asserted relationship needs support in the authorized source. A registered
|
|
34
|
+
route does not prove runtime access; a client contract does not prove a call.
|
|
35
|
+
Stop at a named external boundary when its implementation is unavailable and say
|
|
36
|
+
what material is needed next. Keep proposals and historical accounts explicitly
|
|
37
|
+
labeled; notes and conversations do not automatically establish current behavior.
|
|
38
|
+
Do not copy a source diagram without checking its version and evidence scope.
|
|
39
|
+
|
|
40
|
+
One diagram answers one question. Split an unreadable graph by responsibility,
|
|
41
|
+
not an arbitrary node limit. Link related diagrams instead of repeating them in
|
|
42
|
+
an overview, API page and source-entry page. A short page can omit the diagram.
|
|
43
|
+
|
|
44
|
+
## Style
|
|
45
|
+
|
|
46
|
+
- Prefer simple Mermaid constructs: flowchart, sequenceDiagram, stateDiagram-v2
|
|
47
|
+
and erDiagram. Use `text` for trees, not large ASCII boxes for relationships.
|
|
48
|
+
- Prefer left-to-right for architecture and top-to-bottom for decisions. Use
|
|
49
|
+
subgraphs only for real ownership, process or deployment boundaries.
|
|
50
|
+
- Use short stable ASCII node IDs and quoted human-readable labels in the reader's
|
|
51
|
+
language. Preserve exact service, API and state identifiers where they matter.
|
|
52
|
+
- Label edges with the relation or action. Sequence arrows show communication;
|
|
53
|
+
state arrows show a named trigger/condition. Do not reuse an unexplained arrow
|
|
54
|
+
for imports, runtime calls and data ownership.
|
|
55
|
+
- Keep default theme and simple shapes. Avoid custom HTML, scripts, click actions,
|
|
56
|
+
remote icons, theme directives and color-only meanings. Do not hardcode a canvas
|
|
57
|
+
size; let the consumer theme and layout render it.
|
|
58
|
+
- Put long paths and citations outside node labels. Unknown relationships are
|
|
59
|
+
explained in text, not connected speculatively to make the picture complete.
|
|
60
|
+
- An optional syntax/render warning is not a writing gate. Correct malformed
|
|
61
|
+
syntax or retain the accurate textual explanation; do not invent evidence to
|
|
62
|
+
satisfy a diagram checker. Never claim rendering was tested unless it was.
|
|
63
|
+
|
|
64
|
+
## Small anonymous examples
|
|
65
|
+
|
|
66
|
+
The following fragments demonstrate notation only; they are not facts to copy.
|
|
67
|
+
Use only the fragment whose relationships are supported by the current source.
|
|
68
|
+
|
|
69
|
+
Architecture: the two arrows describe different, explicit relationships.
|
|
70
|
+
|
|
71
|
+
```mermaid
|
|
72
|
+
flowchart LR
|
|
73
|
+
page["Order page"] -->|requests| api["Order API"]
|
|
74
|
+
api -->|writes| store["Order repository"]
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
Decision flow: a failed validation has a visible outcome.
|
|
78
|
+
|
|
79
|
+
```mermaid
|
|
80
|
+
flowchart TD
|
|
81
|
+
submit["Submit draft"] --> valid{"Input valid?"}
|
|
82
|
+
valid -->|yes| save["Save order"]
|
|
83
|
+
valid -->|no| feedback["Keep draft and show error"]
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
Sequence: branches are supported outcomes, not asserted deployment success.
|
|
87
|
+
|
|
88
|
+
```mermaid
|
|
89
|
+
sequenceDiagram
|
|
90
|
+
participant UI as Order page
|
|
91
|
+
participant API as Order API
|
|
92
|
+
UI->>API: Submit draft
|
|
93
|
+
alt Invalid input
|
|
94
|
+
API-->>UI: Validation error
|
|
95
|
+
else Valid input
|
|
96
|
+
API-->>UI: Order identifier
|
|
97
|
+
end
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
State: include this only when the transition implementation or specification is known.
|
|
101
|
+
|
|
102
|
+
```mermaid
|
|
103
|
+
stateDiagram-v2
|
|
104
|
+
Draft --> Submitted: submit / validation succeeds
|
|
105
|
+
Submitted --> Cancelled: cancel / cancellation allowed
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
ER: the cardinality must come from a schema or supported relationship contract.
|
|
109
|
+
|
|
110
|
+
```mermaid
|
|
111
|
+
erDiagram
|
|
112
|
+
ORDER ||--|{ ORDER_LINE : contains
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
Tree: directory membership does not imply runtime invocation.
|
|
116
|
+
|
|
117
|
+
```text
|
|
118
|
+
Order module
|
|
119
|
+
├── Entry and scope
|
|
120
|
+
├── Request contract
|
|
121
|
+
└── Source investigation
|
|
122
|
+
```
|