@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,90 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.l03
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: l03
|
|
7
|
+
policies:
|
|
8
|
+
- standard
|
|
9
|
+
sections:
|
|
10
|
+
scope: 目标与适用范围
|
|
11
|
+
packages: 平台软件包与版本
|
|
12
|
+
foundations: 基础规范地图
|
|
13
|
+
components: 组件与交互模式
|
|
14
|
+
configuration: 主题及运行配置
|
|
15
|
+
adoption: 采用定制与迁移
|
|
16
|
+
purpose: 用途与语义
|
|
17
|
+
catalog: 分类与 Token 目录
|
|
18
|
+
mapping: 命名及对应关系
|
|
19
|
+
consumption: 消费方式
|
|
20
|
+
rules: 组合与适用规则
|
|
21
|
+
environment: 环境与 Provider
|
|
22
|
+
globals: 全局配置
|
|
23
|
+
inheritance: 继承与局部覆盖
|
|
24
|
+
resources: CSS 与资源加载顺序
|
|
25
|
+
ssr: SSR 与 Hydration
|
|
26
|
+
platforms: 平台和主题差异
|
|
27
|
+
verification: 验证与排查入口
|
|
28
|
+
references: 来源与修改入口
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
# L03 设计系统及基础规范
|
|
32
|
+
|
|
33
|
+
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.
|
|
34
|
+
|
|
35
|
+
### 来源和归属
|
|
36
|
+
|
|
37
|
+
有维护的设计规范、token 源或稳定的跨组件约定时启用。规范文档由 Markdown、实现与 token 由 Code 提供,各自保留来源职责;混合知识通过现有授权主题和引用组合,不新增一个同时吞设计、代码和运行态的通用 Provider。
|
|
38
|
+
|
|
39
|
+
只有 token 或静态资源材料时,采用“基础资源参考”对应变体,给定义、别名、消费和修改入口;没有规范证据不补设计目标,也不将其标题或内容包装成完整设计系统。仅文档规范则可以独立成文,不以存在组件源码为前置。
|
|
40
|
+
|
|
41
|
+
不能只由组件源码推断设计意图,也不能将设计图中的名称直接当作当前程序 API。平台、设计规范版本、组件包版本、资源版本分开记录。同名组件在 Web、原生与其他跨端实现中的属性不应互相覆盖。
|
|
42
|
+
|
|
43
|
+
### 系统入口文章
|
|
44
|
+
|
|
45
|
+
```markdown
|
|
46
|
+
# <设计系统>
|
|
47
|
+
## 目标与适用范围
|
|
48
|
+
## 平台、软件包与版本
|
|
49
|
+
## 基础规范地图
|
|
50
|
+
## 组件与交互模式
|
|
51
|
+
## 主题及运行配置
|
|
52
|
+
## 采用、定制与迁移
|
|
53
|
+
## 权威资源与维护入口
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
| 章节 | 必要内容 |
|
|
57
|
+
| --- | --- |
|
|
58
|
+
| 目标与适用范围 | 来自规范的设计目标、覆盖产品/平台范围、与组件库的关系;不虚构品牌原则 |
|
|
59
|
+
| 平台、软件包与版本 | 平台、实现包/入口、设计规范版本、维护状态、文档和源码;不同版本状态分别列 |
|
|
60
|
+
| 基础规范地图 | 已有的颜色、字体/排版、间距、布局/断点、圆角、阴影/层级、动效、图标/插画等主题及入口 |
|
|
61
|
+
| 组件与交互模式 | 组件分类、组合模式、相近能力的选择依据;实际组件 API 链接 L02 |
|
|
62
|
+
| 主题及运行配置 | 默认主题、上下文、局部覆盖、暗色/高对比、方向和响应式的实现边界 |
|
|
63
|
+
| 采用、定制与迁移 | 按平台的接入导航、允许的扩展方式、已有迁移指引和版本差异;不复制安装全篇 |
|
|
64
|
+
| 权威资源与维护入口 | 规范、设计资源、token 定义/生成、实现和维护说明,区分已读取与仅有导航链接 |
|
|
65
|
+
|
|
66
|
+
### 基础规范专题变体
|
|
67
|
+
|
|
68
|
+
同一模板按主题拆分 **colors、typography、spacing-layout、elevation、motion、icons-assets** 等文章;只生成有材料和独立阅读价值的主题。
|
|
69
|
+
|
|
70
|
+
建议章节为 **用途与语义 → 分类/token 目录 → 命名及对应关系 → 消费方式 → 组合与适用规则 → 平台/主题差异 → 来源与修改入口**。
|
|
71
|
+
|
|
72
|
+
Token 表列:语义名、层级(基础/语义/组件)、定义或别名指向、平台/主题、消费标识、来源。别名引用不等于当前运行值;生成映射要保留权威源和产物关系。颜色十六进制、字号或时长不是唯一重点,必须让读者理解用途与替换边界。
|
|
73
|
+
|
|
74
|
+
图标/插画专题需说明资源包、命名、取得和渲染方式、镜像/方向或平台差异、定制约束;不是将每张 SVG 都变成一篇组件 Props 页。存在静态资源指南时保留它的使用入口。
|
|
75
|
+
|
|
76
|
+
### 主题与运行接入专题变体
|
|
77
|
+
|
|
78
|
+
建议章节为 **环境与 Provider → 全局配置 → 继承与局部覆盖 → CSS/资源加载顺序 → SSR/Hydration → 多端、方向与高对比 → 验证与排查入口**。
|
|
79
|
+
|
|
80
|
+
只对有证据的技术机制成文。某个组件默认跟随上下文,不能简化为全系统固定常量;只有 Web 样本不能推断原生平台一致。可访问性应区分规范要求、实现行为和验证记录,不能仅靠 token 名称推定合规。
|
|
81
|
+
|
|
82
|
+
### 分篇与去重
|
|
83
|
+
|
|
84
|
+
系统内容较少时,上述内容在一篇系统入口中组织;规范丰富时采用“系统入口+基础主题+运行接入+迁移”的菜单。它们是 L03 下不同阅读主题/文章计划,不是每个组件再生成一套设计系统。
|
|
85
|
+
|
|
86
|
+
L05 组件库 说明实现包如何接入;L02 组件 只写组件特有 token/覆盖差异;F08 应用样式 只写该应用的消费和局部定制。三处通过链接连接,公共规范保持单一权威承载。
|
|
87
|
+
|
|
88
|
+
## 图示选择
|
|
89
|
+
|
|
90
|
+
token 别名/主题继承用 flowchart,系统资源目录用 text 树;颜色/排版/动效引用有来源视觉材料,不用关系图冒充视觉规范。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.l04
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: l04
|
|
7
|
+
policies:
|
|
8
|
+
- standard
|
|
9
|
+
sections:
|
|
10
|
+
boundary: 扩展边界
|
|
11
|
+
registration: 注册及执行顺序
|
|
12
|
+
context: 输入输出与上下文
|
|
13
|
+
collaboration: 宿主与下游协作
|
|
14
|
+
cleanup: 错误和清理
|
|
15
|
+
references: 使用与测试入口
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
# L04 中间件、适配与运行模式
|
|
19
|
+
|
|
20
|
+
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.
|
|
21
|
+
|
|
22
|
+
建议章节:**扩展边界 → 注册及执行顺序 → 输入输出与上下文 → 与宿主/下游的协作 → 错误和清理 → 使用/测试入口**。
|
|
23
|
+
|
|
24
|
+
只输出有维护意义的中间件、服务协作和代码约定,不把某个私有实现提升为团队规范。事件执行器沿用 S07,网关适配沿用现有 request-adaptation-guide。
|
|
25
|
+
|
|
26
|
+
## 图示选择
|
|
27
|
+
|
|
28
|
+
注册、调用和清理用 sequenceDiagram,宿主/扩展边界用 flowchart;不将声明顺序推断为运行顺序。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.l05
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: l05
|
|
7
|
+
policies:
|
|
8
|
+
- standard
|
|
9
|
+
sections:
|
|
10
|
+
purpose: 定位与适用平台
|
|
11
|
+
packages: 软件包版本与维护状态
|
|
12
|
+
setup: 安装与全局接入
|
|
13
|
+
catalog: 组件分类与选择导航
|
|
14
|
+
configuration: 公共配置资源与设计系统
|
|
15
|
+
compatibility: 兼容迁移与限制
|
|
16
|
+
references: 示例文档与源码
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# L05 组件库总览与接入
|
|
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
|
+
用于一个明确面向消费者的组件集合、公共业务组件包或多个相关实现包的入口。它与 L02 单组件文章分开,也不将站点自身的演示组件当成库的公共组件。
|
|
24
|
+
|
|
25
|
+
默认章节:
|
|
26
|
+
|
|
27
|
+
```markdown
|
|
28
|
+
# <组件库>
|
|
29
|
+
## 定位与适用平台
|
|
30
|
+
## 软件包、版本与维护状态
|
|
31
|
+
## 安装与全局接入
|
|
32
|
+
## 组件分类与选择导航
|
|
33
|
+
## 公共配置、资源与设计系统
|
|
34
|
+
## 兼容、迁移与已知限制
|
|
35
|
+
## 示例、文档与源码入口
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
包表列:包/子入口、用途、平台、适用版本、维护状态、文档与源码。主入口、deprecated 子入口、图标/颜色资源包分别说明,不能以相近名字混成一套版本。
|
|
39
|
+
|
|
40
|
+
接入须根据维护资料给依赖前提、CSS/reset 顺序、Provider、环境配置和一个最小消费入口。局部组件页链接本篇并提示必要前提,不重复整份安装指南。配置包含全局与局部优先级时保留其证据。
|
|
41
|
+
|
|
42
|
+
组件目录按用途/交互任务/正式分类组织,记录公共名称、家族、导入入口、摘要、详情或源码。单组件尚不足以独立成文也应在目录有入口。仅公共类型或 helper 可以在相应能力下承载,不独立制造空页。
|
|
43
|
+
|
|
44
|
+
规模较小时总览与接入合一;多平台或接入复杂时分总览、quick-start、组件地图、迁移等文章。页面数由阅读边界决定。L05 可采用 C01 的索引结构,但同一库只有一个主入口,不能重复生成同义的 C01/L01/L05 三篇概览。
|
|
45
|
+
|
|
46
|
+
## 图示选择
|
|
47
|
+
|
|
48
|
+
包与能力目录用 text 树或表格;真实包依赖用 flowchart,链接组件详情和系统图。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.q01
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: q01
|
|
7
|
+
policies:
|
|
8
|
+
- standard
|
|
9
|
+
sections:
|
|
10
|
+
scope: 业务与质量范围
|
|
11
|
+
systems: 系统与能力
|
|
12
|
+
navigation: 测试资料导航
|
|
13
|
+
development: 开发知识关联
|
|
14
|
+
tools: 工具入口
|
|
15
|
+
strategy: 测试策略
|
|
16
|
+
responsibility: 职责与分层
|
|
17
|
+
risks: 风险与重点
|
|
18
|
+
acceptance: 验收依据
|
|
19
|
+
references: 计划与执行入口
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
# Q01 测试域概览
|
|
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
|
+
目录可用 business-info、test-plans、regression、tools;多业务线差异显著时可 common + 业务线分层。共同能力只有一份,导航链接只指向现有页面。纯资料目录可并入有明确阅读任务的概览,不为每个空分类生成文章。
|
|
29
|
+
|
|
30
|
+
## 图示选择
|
|
31
|
+
|
|
32
|
+
测试资料入口用 text 树;系统范围图复用已有开发知识,不另造系统关系。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.q02
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: q02
|
|
7
|
+
policies:
|
|
8
|
+
- standard
|
|
9
|
+
sections:
|
|
10
|
+
scope: 测试范围与目标
|
|
11
|
+
layers: 测试分层
|
|
12
|
+
coverage: 覆盖维度
|
|
13
|
+
collaboration: 协作方式
|
|
14
|
+
risks: 变更与风险
|
|
15
|
+
scenarios: 验证场景
|
|
16
|
+
environment: 环境与数据
|
|
17
|
+
execution: 执行方式
|
|
18
|
+
acceptance: 验收与退出条件
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
# Q02 测试策略
|
|
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
|
+
代码和已有文档可支持风险判断,但正式门禁、优先级和团队分工需权威来源。Agent 建议的测试策略单独注明为建议,不写成已经执行或团队既定规定。
|
|
28
|
+
|
|
29
|
+
**单次变更测试方案变体**:章节为 **变更对象与版本 → 影响面和场景 → 环境与数据 → 执行及回归安排 → 结果记录入口**。用于真实测试方案材料,与长期测试策略区分;安排不是执行回执。
|
|
30
|
+
|
|
31
|
+
## 图示选择
|
|
32
|
+
|
|
33
|
+
测试分层/覆盖可用 flowchart;长期策略与单次执行安排分别标明,图不证明通过。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.q03
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: q03
|
|
7
|
+
policies:
|
|
8
|
+
- standard
|
|
9
|
+
sections:
|
|
10
|
+
scope: 范围与来源
|
|
11
|
+
catalog: 能力与场景表
|
|
12
|
+
prerequisites: 前置条件和数据
|
|
13
|
+
automation: 自动化入口
|
|
14
|
+
references: 需求与缺陷
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# Q03 用例目录
|
|
18
|
+
|
|
19
|
+
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.
|
|
20
|
+
|
|
21
|
+
建议章节:**范围与来源 → 按能力分组的场景表 → 前置条件和数据 → 自动化入口 → 相关需求/缺陷**。
|
|
22
|
+
|
|
23
|
+
场景表列:场景、输入/动作、预期结果、来源类别、脚本/正式用例链接、关联代码。正式用例、源码测试、代码推导候选必须区分;没有运行记录不得写“通过”。目录定位完整不等于覆盖率达标。
|
|
24
|
+
|
|
25
|
+
## 图示选择
|
|
26
|
+
|
|
27
|
+
用例场景优先表格;分支组合复杂时用 flowchart,区分正式用例与推导候选。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.q04
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: q04
|
|
7
|
+
policies:
|
|
8
|
+
- standard
|
|
9
|
+
sections:
|
|
10
|
+
context: 适用范围与版本
|
|
11
|
+
smoke: 冒烟场景集
|
|
12
|
+
selection: 变更影响与回归选择
|
|
13
|
+
prerequisites: 执行前提
|
|
14
|
+
records: 结果记录入口
|
|
15
|
+
results: 实际结果
|
|
16
|
+
failures: 失败与阻塞
|
|
17
|
+
evidence: 执行证据
|
|
18
|
+
conclusion: 结论与限制
|
|
19
|
+
followup: 后续处理
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
# Q04 回归基线
|
|
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
|
+
表格列:能力/风险、场景集、适用环境/区域、选用依据、执行回执。业务变更导致的测试范围可以建议;P0 全过、准出结论和实际失败数必须来自测试记录。
|
|
29
|
+
|
|
30
|
+
## 图示选择
|
|
31
|
+
|
|
32
|
+
回归选择用 flowchart,场景集和执行回执用表格;没有记录不画成已通过流程。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.q05
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: q05
|
|
7
|
+
policies:
|
|
8
|
+
- standard
|
|
9
|
+
sections:
|
|
10
|
+
requirements: 数据需求
|
|
11
|
+
preparation: 准备入口
|
|
12
|
+
isolation: 环境和隔离
|
|
13
|
+
lifecycle: 数据生命周期
|
|
14
|
+
verification: 验证和清理
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# Q05 测试数据与环境
|
|
18
|
+
|
|
19
|
+
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.
|
|
20
|
+
|
|
21
|
+
建议章节:**数据需求 → 准备入口 → 环境和隔离条件 → 数据生命周期 → 验证和清理**。
|
|
22
|
+
|
|
23
|
+
保留脚本、配置、测试数据模板及适用前提。静态 fixture、造数程序和真实账号是不同材料;只说明取得数据的方法,不复制实际凭证。某脚本存在不代表当前账号有权限运行。
|
|
24
|
+
|
|
25
|
+
## 图示选择
|
|
26
|
+
|
|
27
|
+
数据准备/使用/清理用 flowchart;环境依赖有来源才画,不包含真实凭证。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.q06
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: q06
|
|
7
|
+
policies:
|
|
8
|
+
- standard
|
|
9
|
+
sections:
|
|
10
|
+
tasks: 任务到工具
|
|
11
|
+
prerequisites: 接入前提
|
|
12
|
+
operations: 常用操作
|
|
13
|
+
results: 结果解释
|
|
14
|
+
references: 代码与文档入口
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# Q06 工具与排障工具箱
|
|
18
|
+
|
|
19
|
+
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.
|
|
20
|
+
|
|
21
|
+
建议章节:**任务到工具 → 接入前提 → 常用操作 → 结果解释 → 对应代码/文档入口**。
|
|
22
|
+
|
|
23
|
+
表格列:问题、工具/平台、定位所需信息、来源、下一步。查询坐标和已有操作说明可发布;没有平台材料时不能猜参数。复用同一工具正文,避免 tools/ 与 references/ 两份重复维护。
|
|
24
|
+
|
|
25
|
+
## 图示选择
|
|
26
|
+
|
|
27
|
+
问题到工具的选择用 flowchart;参数、前提和结果解释保留文字或表格。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.q07
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: q07
|
|
7
|
+
policies:
|
|
8
|
+
- standard
|
|
9
|
+
sections:
|
|
10
|
+
question: 问题与场景
|
|
11
|
+
triggers: 触发条件
|
|
12
|
+
cause: 根因与证据
|
|
13
|
+
repair: 修复和验证
|
|
14
|
+
prevention: 防复发检查
|
|
15
|
+
scope: 适用范围
|
|
16
|
+
answer: 已确认结论
|
|
17
|
+
investigation: 排查与证据
|
|
18
|
+
followup: 待查与下一步
|
|
19
|
+
references: 来源与相关知识
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
# Q07 缺陷模式与复盘
|
|
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
|
+
跨事件归纳需多个有来源的案例;单次经验保留其范围。C05 可作为模块排障入口并链接本篇;Note/Sessions 中后续纠正优先反映到原主题,不同时保留相互冲突的确定结论。
|
|
29
|
+
|
|
30
|
+
## 图示选择
|
|
31
|
+
|
|
32
|
+
已确认事故过程可用 sequenceDiagram/flowchart;根因、修复、验证与猜测分开,不用完整图掩盖缺证据。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.s01
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: s01
|
|
7
|
+
policies:
|
|
8
|
+
- standard
|
|
9
|
+
sections:
|
|
10
|
+
scope: 服务定位
|
|
11
|
+
startup: 接入和启动
|
|
12
|
+
architecture: 架构分层
|
|
13
|
+
capabilities: 核心能力与接口
|
|
14
|
+
dependencies: 模型和依赖摘要
|
|
15
|
+
index: 知识索引
|
|
16
|
+
sources: 源码位置
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# S01 服务概览
|
|
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
|
+
最低证据:注册、bootstrap/handler、运行身份或稳定调用边界。索引列主题、用途、目标;摘要链接详细文章,不复制全部字段和接口表。代码中名为 Service 的类不自动满足服务分类。
|
|
26
|
+
|
|
27
|
+
## 图示选择
|
|
28
|
+
|
|
29
|
+
架构摘要用 flowchart LR;概览链接专业图,不复制全部接口执行链。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.s04
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: s04
|
|
7
|
+
policies:
|
|
8
|
+
- standard
|
|
9
|
+
sections:
|
|
10
|
+
scope: 领域范围
|
|
11
|
+
catalog: 实体与概念表
|
|
12
|
+
entities: 核心实体
|
|
13
|
+
relations: 已证实关系
|
|
14
|
+
states: 状态与转移
|
|
15
|
+
rules: 业务约束
|
|
16
|
+
references: 实现与资料
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# S04 领域模型
|
|
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
|
+
实体表列:业务/代码身份、角色(实体、值对象、事件、DTO)、关键字段、来源;转移表列当前状态、动作/条件、目标状态、执行位置。
|
|
26
|
+
|
|
27
|
+
领域实体、传输 DTO、持久化表必须区分;领域知识不足时可只保留“代码对象与定位”,不宣称已完整建模。ER 图需要关系证据,状态机需要转移证据;只有 Status 字段时不能生成统一 Active 自循环。没有关系的实体目录使用表格,无需画假 ER 图。
|
|
28
|
+
|
|
29
|
+
前端也可采用本模板表达有依据的页面实体与约束,服务端规则通过链接引用。没有实体或状态问题的服务不生成空页。
|
|
30
|
+
|
|
31
|
+
## 图示选择
|
|
32
|
+
|
|
33
|
+
概念关系用 flowchart,持久实体关系有证据才用 erDiagram;状态转移用 stateDiagram-v2,不能由枚举推导。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.s05
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: s05
|
|
7
|
+
policies:
|
|
8
|
+
- standard
|
|
9
|
+
sections:
|
|
10
|
+
scope: 存储职责
|
|
11
|
+
models: 表与持久化对象
|
|
12
|
+
queries: 查询和索引
|
|
13
|
+
cache: 缓存与锁
|
|
14
|
+
consistency: 事务与一致性
|
|
15
|
+
references: 读写入口
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
# S05 数据模型
|
|
19
|
+
|
|
20
|
+
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.
|
|
21
|
+
|
|
22
|
+
建议章节:**存储职责 → 表/集合与持久化对象 → 查询和索引依据 → 缓存/锁 → 事务与一致性 → 读写入口**。
|
|
23
|
+
|
|
24
|
+
表格列:实体/表、字段或键、定义位置、主要读写者、索引/TTL 来源。每种存储仅在发现证据时出现;未找到数据库使用不等于证明全系统无数据库。区别 ORM 声明、迁移 DDL、实际线上 schema;逻辑关联不能直接标成数据库外键。结构可引用契约正文,不展开全部长类型声明。
|
|
25
|
+
|
|
26
|
+
## 图示选择
|
|
27
|
+
|
|
28
|
+
数据关系用 erDiagram,基数和关联均须有证据;字段/索引/TTL 用表格,读写链可单独用 flowchart。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.s06
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: s06
|
|
7
|
+
policies:
|
|
8
|
+
- standard
|
|
9
|
+
sections:
|
|
10
|
+
overview: 依赖概览
|
|
11
|
+
requests: RPC 与 HTTP
|
|
12
|
+
events: 事件与任务
|
|
13
|
+
storage: 存储及配置服务
|
|
14
|
+
initialization: 初始化与选择
|
|
15
|
+
failures: 故障边界和下一步
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
# S06 外部依赖
|
|
19
|
+
|
|
20
|
+
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.
|
|
21
|
+
|
|
22
|
+
建议章节:**依赖概览 → RPC/HTTP → 事件与任务 → 存储及配置服务 → 初始化与选择 → 故障边界和下一步**。
|
|
23
|
+
|
|
24
|
+
表格列:依赖身份、类型、用途、调用/初始化位置、选择条件、权威入口。Topic、服务名、配置 namespace 都保留其真实类别;仅字符串匹配命中的项只能列候选,不生成确定调用边。特定平台的初始化规则由已授权的来源和扩展解释。
|
|
25
|
+
|
|
26
|
+
## 图示选择
|
|
27
|
+
|
|
28
|
+
依赖章节用 flowchart LR,区分 RPC/HTTP、消息、存储、配置,不推断未读取的外部系统。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.s07
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: s07
|
|
7
|
+
policies:
|
|
8
|
+
- standard
|
|
9
|
+
sections:
|
|
10
|
+
triggers: 职责与触发源
|
|
11
|
+
registration: 注册与订阅
|
|
12
|
+
payload: Payload 与过滤
|
|
13
|
+
processing: 处理链路
|
|
14
|
+
retry: 重试幂等与并发
|
|
15
|
+
reconciliation: 检查点补偿与对账
|
|
16
|
+
operations: 运行和观测入口
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# S07 事件、任务与对账
|
|
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
|
+
建议章节:**职责与触发源 → 注册/订阅 → Payload 与过滤 → 处理链路 → 重试、幂等与并发 → 检查点/补偿/对账 → 运行和观测入口**。
|
|
24
|
+
|
|
25
|
+
入口表列:topic/schedule/command 身份、登记文件、handler、输入契约、首个下游或持久化边界。结果部分按证据解释返回、ack、跳过、重试及死信/人工处理去向。区分定时任务、事件消费、任务执行器、同步/对账作业;任务函数名不是调度证据。
|
|
26
|
+
|
|
27
|
+
保留现有 event-consumer、background-runtime、data-sync-reconciliation 的各自语义,不统一成 RPC 模板。运行保证需配置或实现证据,不能从框架依赖推定 exactly-once。
|
|
28
|
+
|
|
29
|
+
## 图示选择
|
|
30
|
+
|
|
31
|
+
消费与重试顺序用 sequenceDiagram,任务/对账分支用 flowchart TD;明确 ack、补偿与失败出口。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# The choice and why
|
|
2
|
+
|
|
3
|
+
This is the page shape for one adopted choice. Use it as an outline, not a form
|
|
4
|
+
to fill.
|
|
5
|
+
|
|
6
|
+
## Section blueprint
|
|
7
|
+
|
|
8
|
+
```markdown
|
|
9
|
+
## <the decision, named by what it settles>
|
|
10
|
+
- Decision: the choice as adopted
|
|
11
|
+
- Status: recorded, agreed, implemented or verified — and what establishes it
|
|
12
|
+
- Because: the reasons that actually drove the choice
|
|
13
|
+
- Instead of: alternatives considered, and why each lost
|
|
14
|
+
- Applies to: the scope, version or platform the decision governs
|
|
15
|
+
- Open: what this decision explicitly did not settle
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
`Decision` and `Because` are required — a choice without its reasons cannot be
|
|
19
|
+
re-evaluated later, which is the only reason this page exists. List an
|
|
20
|
+
alternative under `Instead of` only when it explains the choice or prevents
|
|
21
|
+
someone repeating a failed approach; a catalog of every option raised is noise.
|
|
22
|
+
Keep `Open` whenever a reader would otherwise assume the matter is closed.
|
|
23
|
+
|
|
24
|
+
`Status` follows the evidence in the record. Use `recorded` or `proposed` when
|
|
25
|
+
adoption is not established. If the note explicitly records confirmation by the
|
|
26
|
+
relevant decision maker, retain it as an attributed agreement; the storage type
|
|
27
|
+
does not undo that confirmation. Approval does not prove implementation or
|
|
28
|
+
verification. Use supporting code, maintained material or actual results in
|
|
29
|
+
authorized scope for those claims; attribute a report when that is all available.
|
|
30
|
+
|
|
31
|
+
Do not turn a note's proposal into policy. If the record shows someone intended
|
|
32
|
+
a choice and nothing shows it was adopted, the page either says that or is not
|
|
33
|
+
written yet.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# What this means
|
|
2
|
+
|
|
3
|
+
This is the page shape for one durable term, relationship or rule. Use it as an
|
|
4
|
+
outline, not a form to fill.
|
|
5
|
+
|
|
6
|
+
## Section blueprint
|
|
7
|
+
|
|
8
|
+
```markdown
|
|
9
|
+
## <the term or rule>
|
|
10
|
+
- Definition: what it means here
|
|
11
|
+
- Applies to: the boundary within which the definition holds
|
|
12
|
+
- Related: the neighbouring terms readers confuse with it, and the difference
|
|
13
|
+
- Example: one concrete case that shows the definition in use
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
`Definition` is required and comes first. `Applies to` is what separates a
|
|
17
|
+
definition from a slogan: the same word often means different things in two
|
|
18
|
+
systems, and a definition without its boundary will be applied where it is
|
|
19
|
+
wrong. `Related` earns its place only when a real confusion exists; do not list
|
|
20
|
+
neighbours for completeness.
|
|
21
|
+
|
|
22
|
+
A page may define one concept or a coherent group of terms and rules needed to
|
|
23
|
+
understand it. Give each term a searchable heading. Split independent subjects,
|
|
24
|
+
not every term: avoid both unrelated glossary dumps and thin one-term pages.
|
|
25
|
+
Keep a term with the rule or relationship that gives it meaning.
|
|
26
|
+
|
|
27
|
+
A note may define a term the way its author uses it. That establishes the
|
|
28
|
+
author's usage, not an organization-wide standard, unless an authoritative source
|
|
29
|
+
in scope confirms it. Say which one you have. A local definition presented as a
|
|
30
|
+
standard is the kind of error that spreads quietly, because later readers cite
|
|
31
|
+
the page instead of the note.
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Answer the question
|
|
2
|
+
|
|
3
|
+
Use this outline for one question or a coherent group of related questions.
|
|
4
|
+
Repeat the answer sections when that helps lookup; it is not a form to fill.
|
|
5
|
+
|
|
6
|
+
## Section blueprint
|
|
7
|
+
|
|
8
|
+
```markdown
|
|
9
|
+
## <the question, phrased the way a reader would ask it>
|
|
10
|
+
- Answer: the direct answer, in one or two sentences
|
|
11
|
+
- Applies when: the version, platform, configuration or role that bounds it
|
|
12
|
+
- What to do: the action or check that follows, when one does
|
|
13
|
+
- Not covered: the adjacent question a reader would otherwise assume is answered
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
The answer comes first and is required. Everything else exists to stop a reader
|
|
17
|
+
from applying the answer where it does not hold. Give `Applies when` whenever the
|
|
18
|
+
source bounds the answer; qualify a missing boundary when it changes how a reader
|
|
19
|
+
can use the answer, not as a generic disclaimer. Omit `What to do` when no action
|
|
20
|
+
follows, and omit `Not covered` unless a reader would otherwise overreach.
|
|
21
|
+
|
|
22
|
+
Group by the reader's task, not by the number of question marks in the source.
|
|
23
|
+
Related questions about the same task can share a page with searchable headings;
|
|
24
|
+
separate questions with independent scope or use. Several passages and sources
|
|
25
|
+
can support one answer. Preserve existing page identities when updating.
|
|
26
|
+
|
|
27
|
+
Distinguish a one-off observation from a documented general rule. An error and
|
|
28
|
+
its recovery support that case, not every similar case; an explicit scoped rule
|
|
29
|
+
can support more. If the relevant boundary is unstated and authorized material
|
|
30
|
+
does not settle it, keep the useful answer qualified rather than inventing scope.
|