@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,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.f06
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: f06
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
scope: 模型范围
|
|
13
|
+
catalog: 类型目录
|
|
14
|
+
roles: DTO 与视图模型
|
|
15
|
+
mapping: 转换与校验
|
|
16
|
+
authority: 权威与生成关系
|
|
17
|
+
references: 使用与源码
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# F06 类型模型
|
|
21
|
+
|
|
22
|
+
This is a writing blueprint, not a completion gate. Adapt the headings and level of detail to the reader, evidence and language. Missing or additional chapters and ordinary version differences are advisory. Preserve real source coordinates and a useful next investigation step.
|
|
23
|
+
|
|
24
|
+
生成条件:DTO、请求/响应、View Model 或生成类型的映射对理解应用有价值。
|
|
25
|
+
|
|
26
|
+
建议章节:**类型来源与生成边界 → 核心类型 → 页面与 API 类型链路 → 转换及兼容约束 → 修改入口**。
|
|
27
|
+
|
|
28
|
+
表格列:类型名、类别、关键字段语义、使用位置、权威来源;链路表列页面/能力、View Model、Request、Response、转换函数。仅保留稳定且被使用的类型;完整声明仍留源码或契约引用,不恢复长段 Source type declaration。
|
|
29
|
+
|
|
30
|
+
## 图示选择
|
|
31
|
+
|
|
32
|
+
类型目录优先表格;转换关系用 flowchart,不把 DTO 直接画成数据库实体。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.f07
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: f07
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
scope: 复用范围
|
|
13
|
+
catalog: 组件地图
|
|
14
|
+
parents: 父页面与调用方
|
|
15
|
+
dependencies: 封装与依赖库
|
|
16
|
+
references: 详情与修改入口
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# F07 应用内组件与复用边界
|
|
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
|
+
生成条件:定位页面需要认识共享组件、wrapper、provider 或远程组件。
|
|
24
|
+
|
|
25
|
+
建议章节:**组件分层 → 组件与使用方 → 包装和注入 → 公共契约入口 → 修改影响与排查起点**。
|
|
26
|
+
|
|
27
|
+
记录组件身份、所在包/文件、调用页面、主要职责、公共库或内部实现。复杂内部组件按任务使用 F12 定位与修改指南,短内容留在本篇或 F03;形成明确公共消费边界的组件使用 L02 公共组件参考。页面内部组件不因 export 自动升级为组件库或拆成大量 Props 页。
|
|
28
|
+
|
|
29
|
+
## 图示选择
|
|
30
|
+
|
|
31
|
+
组件地图用 text 树;跨父层依赖用 flowchart,明确调用方与公开库边界。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.f08
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: f08
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
systems: 使用的组件库与设计系统
|
|
13
|
+
layers: 样式分层
|
|
14
|
+
tokens: Token 定义与消费
|
|
15
|
+
overrides: 局部覆盖
|
|
16
|
+
platforms: 主题与平台差异
|
|
17
|
+
accessibility: 响应式与可访问性
|
|
18
|
+
examples: 调整入口与示例
|
|
19
|
+
references: 系统规范与源码
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
# F08 样式与设计系统
|
|
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
|
+
生成条件:存在影响页面开发的主题、token、样式覆盖或组件库接入规则。
|
|
27
|
+
|
|
28
|
+
建议章节:**使用的组件库与设计系统 → 样式组织 → Token 与主题 → 覆盖顺序和隔离 → 响应式/可访问性 → 调整入口与示例**。
|
|
29
|
+
|
|
30
|
+
保留 token 身份、定义/消费位置、配置与维护示例。响应式断点、无障碍保证和颜色语义需代码/规范支持。设计稿与代码不一致时标明版本,不从截图猜 Props 或 token。
|
|
31
|
+
|
|
32
|
+
本篇负责应用如何消费和覆盖;系统自身的规范、基础资源和跨平台映射归 L03 独立设计系统模板。一组 CSS 变量不足以证明存在完整设计系统;没有系统资料时仍可写真实样式入口。
|
|
33
|
+
|
|
34
|
+
## 图示选择
|
|
35
|
+
|
|
36
|
+
token 定义/覆盖可用 flowchart;实际颜色或响应式外观使用授权来源图,代码不证明视觉效果。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.f09
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: f09
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
scope: 工程与交付边界
|
|
13
|
+
prerequisites: 运行前提
|
|
14
|
+
commands: 构建与测试入口
|
|
15
|
+
deployment: 部署与配置
|
|
16
|
+
verification: 验证与回滚
|
|
17
|
+
references: 相关资料
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# F09 构建与部署
|
|
21
|
+
|
|
22
|
+
This is a writing blueprint, not a completion gate. Adapt the headings and level of detail to the reader, evidence and language. Missing or additional chapters and ordinary version differences are advisory. Preserve real source coordinates and a useful next investigation step.
|
|
23
|
+
|
|
24
|
+
生成条件:有项目拥有的脚本、工程配置或交付文档。
|
|
25
|
+
|
|
26
|
+
建议章节:**开发前提 → 本地启动与调试 → 构建入口及产物 → 环境选择 → 发布与回滚入口 → 常见定位点**。
|
|
27
|
+
|
|
28
|
+
命令来自 scripts/维护文档;说明包与执行目录、配置生效位置、产物身份。已存在发布脚本不等于线上已部署;仓库证据不足的真实平台值不补写。公共工程规则由一篇父级指南承载,子应用只写差异。
|
|
29
|
+
|
|
30
|
+
## 图示选择
|
|
31
|
+
|
|
32
|
+
构建交付顺序用 flowchart;命令和前提保留文字,步骤计划不代表执行回执。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.f10
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: f10
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
roles: 宿主与 Remote
|
|
13
|
+
registration: 注册与 Expose
|
|
14
|
+
loading: 加载和生命周期
|
|
15
|
+
sharing: 共享依赖与上下文
|
|
16
|
+
failures: 错误与兼容边界
|
|
17
|
+
references: 源码导航
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# F10 宿主与微前端
|
|
21
|
+
|
|
22
|
+
This is a writing blueprint, not a completion gate. Adapt the headings and level of detail to the reader, evidence and language. Missing or additional chapters and ordinary version differences are advisory. Preserve real source coordinates and a useful next investigation step.
|
|
23
|
+
|
|
24
|
+
生成条件:存在 federation、remote/expose、host bridge 或类似跨应用运行契约;普通 SPA 不生成。
|
|
25
|
+
|
|
26
|
+
建议章节:**运行角色与拓扑 → 注册和加载 → Expose 与源码 → 生命周期及注入 → 跨应用通信 → 共享依赖与隔离 → 加载失败排查**。
|
|
27
|
+
|
|
28
|
+
表格列:host/remote 身份、注册位置、入口或 manifest、expose 到文件、共享依赖约束、调用方。区分远程资源定位、模块加载和内部业务行为。特定框架的识别规则由已授权扩展提供,通用模板只定义信息责任。
|
|
29
|
+
|
|
30
|
+
## 图示选择
|
|
31
|
+
|
|
32
|
+
宿主/remote 边界用 flowchart;已证实加载交互用 sequenceDiagram,外部实现缺失处停止。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.f11
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: f11
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
scope: 子应用范围
|
|
13
|
+
catalog: 子应用目录
|
|
14
|
+
ownership: 入口与职责
|
|
15
|
+
integration: 宿主接入
|
|
16
|
+
contracts: 共享契约
|
|
17
|
+
capabilities: 暴露能力与入口
|
|
18
|
+
navigation: 页面与 API 导航
|
|
19
|
+
delivery: 开发交付差异
|
|
20
|
+
details: 详情与下一步
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
# F11 子应用目录与详情
|
|
24
|
+
|
|
25
|
+
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.
|
|
26
|
+
|
|
27
|
+
生成条件:有独立构建/运行/所有权边界或宿主注册支持子应用身份。
|
|
28
|
+
|
|
29
|
+
目录章节:**宿主职责 → 子应用登记表 → 共享契约 → 子应用导航**。登记表列名称、模块路径、运行身份、入口、归属依据、相关页。
|
|
30
|
+
|
|
31
|
+
详情章节:**业务定位 → 对宿主的依赖 → 暴露能力与入口 → 页面/API 导航 → 开发交付差异**。复杂子应用再组合 F01–F10,简单子应用保留详情一篇即可。页面、tab 和弹窗不自动变为子应用。
|
|
32
|
+
|
|
33
|
+
## 前端领域模型如何处理
|
|
34
|
+
|
|
35
|
+
前端可组合 S04 领域模型,描述页面可证实的业务实体、权限和状态。区分展示状态与服务端权威状态;不因文章位于 frontend 就复制一套服务端规则。状态实现细节仍由 F04 承载。
|
|
36
|
+
|
|
37
|
+
## 图示选择
|
|
38
|
+
|
|
39
|
+
子应用目录用 text 树或表格;单应用接入在职责章节用 flowchart,避免重复整个宿主图。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.f12
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: f12
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
purpose: 职责与父层
|
|
13
|
+
callers: 调用方与输入
|
|
14
|
+
behavior: 行为与状态
|
|
15
|
+
dependencies: 组件及请求依赖
|
|
16
|
+
change: 修改入口
|
|
17
|
+
verification: 测试与验证
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# F12 应用内部组件定位与修改指南
|
|
21
|
+
|
|
22
|
+
This is a writing blueprint, not a completion gate. Adapt the headings and level of detail to the reader, evidence and language. Missing or additional chapters and ordinary version differences are advisory. Preserve real source coordinates and a useful next investigation step.
|
|
23
|
+
|
|
24
|
+
### 什么时候单独成篇
|
|
25
|
+
|
|
26
|
+
有独立维护任务、被多个页面使用、包装了复杂公共组件、控制关键交互或需要解释父子协作时,可形成一篇指南。普通展示组件、页面局部图标和简单 wrapper 默认留在 F07 组件地图 或 F03 页面详情内。
|
|
27
|
+
|
|
28
|
+
内部组件可以 export,也可以有 Props 和 story;这些不自动证明它是面向跨模块消费者的稳定公共契约。有明确跨模块消费边界的共享包则使用 L02,无需以是否发布 npm 作为唯一判断。
|
|
29
|
+
|
|
30
|
+
### 默认章节
|
|
31
|
+
|
|
32
|
+
```markdown
|
|
33
|
+
# <组件名称>:职责与修改入口
|
|
34
|
+
## 所属页面与职责
|
|
35
|
+
## 调用入口与使用方
|
|
36
|
+
## 输入、回调与依赖
|
|
37
|
+
## 状态与交互流程
|
|
38
|
+
## 修改注意与验证入口
|
|
39
|
+
## 相关代码和公共组件
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
| 章节 | 内容要求 |
|
|
43
|
+
| --- | --- |
|
|
44
|
+
| 所属页面与职责 | 所属应用/模块、渲染任务、与页面或公共库的边界 |
|
|
45
|
+
| 调用入口与使用方 | 已核实的父组件/页面、路由或调用点;未遍历全部消费者则只声明已知范围 |
|
|
46
|
+
| 输入、回调与依赖 | 影响理解任务的关键 Props、回调、store/query/context 和公共组件;无需默认生成所有内部字段表 |
|
|
47
|
+
| 状态与交互流程 | 哪一层决定显隐/禁用、哪些值由父层传入、本组件做哪些动作;入口版给具体读取位置,深入后才解释全条件 |
|
|
48
|
+
| 修改注意与验证入口 | 已有单测/集成/story/页面验证入口、已知影响面;不编造测试通过或穷尽性 |
|
|
49
|
+
| 相关代码和公共组件 | 实现、调用方、依赖公共组件契约与版本;公共库 API 通过链接引用 |
|
|
50
|
+
|
|
51
|
+
### 与公共组件参考的区别
|
|
52
|
+
|
|
53
|
+
这类文章优先回答“在哪个页面、谁传值、改哪里、怎么核对”,不默认写安装包、稳定兼容承诺、全套主题规范和迁移指南。局部代码可以提供可复用模式,但要区分已有团队约定与 Agent 的建议。
|
|
54
|
+
|
|
55
|
+
内部组件被提升为公共组件时,重新依据实际消费边界选择 L02,并保留原页面到公共入口的链接;不能仅改变文章标题就宣称 API 稳定。
|
|
56
|
+
|
|
57
|
+
## 图示选择
|
|
58
|
+
|
|
59
|
+
组成层级用 text 树,父子交互用 flowchart 或 sequenceDiagram;复杂展示条件回到父层。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.l01
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: l01
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
purpose: 用途与适用范围
|
|
13
|
+
installation: 安装与初始化
|
|
14
|
+
capabilities: 主要能力
|
|
15
|
+
usage: 典型用法
|
|
16
|
+
contracts: 契约与扩展点
|
|
17
|
+
limits: 限制与兼容
|
|
18
|
+
references: 源码与验证入口
|
|
19
|
+
contract_table: contract_api
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
# L01 公共能力与使用指南
|
|
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
|
+
能力表列:能力身份、入口、使用方、对应契约和示例。SDK 初始化、CLI 参数与插件注册各用已有专门模板;不复制源码中所有 export。可补分层架构、provider/middleware 和维护约定,但必须服务具体读者任务。
|
|
29
|
+
|
|
30
|
+
## 公共组件与设计系统的专用标准
|
|
31
|
+
|
|
32
|
+
L02 公共组件 已独立细化建议章节、家族、Props/事件/方法/Ref、示例与行为变体。非 UI 的公共 API 仍沿用对应 SDK/CLI 程序模板与 L01 的消费原则,不强套 UI 的样式/焦点章节。
|
|
33
|
+
|
|
34
|
+
L03 设计系统 独立覆盖系统入口、基础规范、主题接入和平台版本关系,避免缩成组件库的一小段颜色说明。
|
|
35
|
+
|
|
36
|
+
## 图示选择
|
|
37
|
+
|
|
38
|
+
接入调用有顺序要求时用 sequenceDiagram;命令/签名用表格,模块层次用 text 树。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.l02
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: l02
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
purpose: 用途与选用
|
|
13
|
+
setup: 接入与基本用法
|
|
14
|
+
scenarios: 场景与变体
|
|
15
|
+
behavior: 行为与组合规则
|
|
16
|
+
styles: 样式与设计系统
|
|
17
|
+
limits: 环境可访问性与限制
|
|
18
|
+
references: 相关组件与源码入口
|
|
19
|
+
contract_table: api
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
# L02 公共组件与组件家族
|
|
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
|
+
先确认包/公开入口、组件名、平台、适用版本、稳定或弃用状态。仓内共享组件如果有明确跨模块消费契约,即使未发布 npm,也可按公共组件处理;单纯 export、放在 components/ 或出现在演示站不构成公共性证明。
|
|
29
|
+
|
|
30
|
+
默认按读者会选择和使用的能力成页。主组件、仅供其使用的 part、配置类型及辅助 hook 可以同页;独立公共能力、独立运行契约或明显不同平台再拆。静态方法不是第二个 SDK,Props 类型不是另一篇组件文章。
|
|
31
|
+
|
|
32
|
+
Toast 类家族可以先给成员选择表,再按成员或调用方式分节;复杂家族可以保留一篇入口和少量详情。不因为导出多个符号就强制多页,也不因同名而合并不同平台、包版本和 deprecated 实现。
|
|
33
|
+
|
|
34
|
+
### 默认文章结构
|
|
35
|
+
|
|
36
|
+
以下八个章节角色和顺序稳定。1、2、4、8 是基本阅读责任;其他章节按事实适用性出现。没有资料支撑的示例可以只保留维护示例入口和具体缺失前提,不能补造行为。
|
|
37
|
+
|
|
38
|
+
```markdown
|
|
39
|
+
# <组件或家族名称>
|
|
40
|
+
> 包与导入入口 · 平台 · 适用版本 · 维护状态
|
|
41
|
+
|
|
42
|
+
## 用途与选用
|
|
43
|
+
## 接入与基本用法
|
|
44
|
+
## 典型场景与变体
|
|
45
|
+
## API
|
|
46
|
+
## 行为与组合规则
|
|
47
|
+
## 样式与设计系统
|
|
48
|
+
## 运行环境、可访问性与限制
|
|
49
|
+
## 相关组件与源码入口
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
| 章节 | 应回答什么 | 内容形式与证据 |
|
|
53
|
+
| --- | --- | --- |
|
|
54
|
+
| 用途与选用 | 解决什么界面任务;与相近组件如何区分 | 简短用途;家族成员/选型表;产品语义来自维护说明或用法,不能按组件名发明设计建议 |
|
|
55
|
+
| 接入与基本用法 | 怎么导入、先配置什么、最少怎样使用 | 精确 import/entry、必要 Provider/CSS 链接、最小有来源示例;示例依赖不能只存在于演练场隐藏 scope |
|
|
56
|
+
| 典型场景与变体 | 哪些选择会改变使用方式 | 场景→相关 API→预期表现→示例;按行为差异选取,不枚举所有颜色和大小的笛卡尔积 |
|
|
57
|
+
| API | 消费者能传什么、调用什么、收到什么 | 下述分类契约表;公共关键配置类型可在本节局部解释,规范信息只维护一份 |
|
|
58
|
+
| 行为与组合规则 | 状态谁控制、如何交互、配置如何叠加 | 受控/非受控、回调、数据结构、覆盖顺序、关闭/清理、组合约束;具体内容由组件能力决定 |
|
|
59
|
+
| 样式与设计系统 | 哪些是组件可覆盖项、哪些来自全局系统 | 变体、尺寸、slot、token、逻辑方向等具体差异;公共基础规范链接到设计系统,不整篇复制 |
|
|
60
|
+
| 运行环境、可访问性与限制 | 在什么条件下可用、有什么已知边界 | SSR/Portal/宿主/移动端限制;已证实键盘、焦点、role、对比度相关行为;实际测试与静态观察区分 |
|
|
61
|
+
| 相关组件与源码入口 | 继续查哪里、换用谁、哪份证据支持本页 | 相关能力、实现/类型/示例/文档定位,明确证据版本;关键行为的定位尽量贴近对应章节 |
|
|
62
|
+
|
|
63
|
+
章节可以有组件特定的小节,例如“选择后是否关闭”“清理时机”“嵌套分组”。固定公共章节不要求把每个组件的业务特点改成相同文案,也不改变事实的原有语义。
|
|
64
|
+
|
|
65
|
+
### API 分组规范
|
|
66
|
+
|
|
67
|
+
| 类别 | 默认列 | 适用条件 |
|
|
68
|
+
| --- | --- | --- |
|
|
69
|
+
| Props/属性 | 名称、类型、必填、默认或取值来源、语义/约束 | 公共输入属性;仅展示一次,不混入 export-entry 伪属性 |
|
|
70
|
+
| 事件/回调 | 名称、参数、触发时机、与状态的关系 | callback 也是 prop 时用链接或合并行,避免两份定义漂移 |
|
|
71
|
+
| 方法/静态 API | 名称、签名或参数、返回、生命周期/清理 | show/destroy 等公开方法;不能只打印 JSDoc 一段字符串 |
|
|
72
|
+
| Ref/命令式句柄 | 获取方式、公开成员、何时可用、失效/清理 | 有 ref/handle 契约时,函数类型需保留有效签名 |
|
|
73
|
+
| 子组件/slot/part | 身份、放置位置、组合限制、独立 API | 公开复合组件,不将仅内部渲染函数列为消费者可用 |
|
|
74
|
+
| Hook | 调用前提、参数、返回、Provider/生命周期依赖 | 有明确公共契约时;独立用途较大可另用公共库参考 |
|
|
75
|
+
| 关键配置类型 | 判别字段、各分支必需项、嵌套项、关联 API | 对象数组、union、group/item、受约束配置等对用法必要时 |
|
|
76
|
+
|
|
77
|
+
**类型必须可理解。** 保留 union 成员、数组元素、泛型和函数参数。无法解析的类型给准确别名与权威定义入口,不能渲染成 `{}` 后当作完整契约。不递归展开整个 React、宿主上下文或基础库类型树。
|
|
78
|
+
|
|
79
|
+
**默认值必须有来源。** 区分参数默认、运行时分支默认、继承环境与文档声明。同版本事实矛盾时说明冲突并回查,不能用大量 `unknown` 遮住已知默认;未声明的默认不能猜成 false/undefined。正文与 API 表不能给相互冲突的确定值。
|
|
80
|
+
|
|
81
|
+
继承属性优先“来源链接+本组件差异/覆盖”;仅在独立消费必须时展开必要字段。配置类型用于解释约束,不在表后再次粘贴完整原始声明。少量无法由表表达的签名可以保留,声明压缩后的正确性需要核验。
|
|
82
|
+
|
|
83
|
+
### 不同组件能力的章节变体
|
|
84
|
+
|
|
85
|
+
| 能力形态 | 必须额外表达的有效信息 |
|
|
86
|
+
| --- | --- |
|
|
87
|
+
| 展示型 | 内容与截断、尺寸/外观变体;不能强造状态管理章节 |
|
|
88
|
+
| 可交互/表单型 | 受控关系、输入输出、禁用与只读、校验、触发时机;不要混淆视觉禁用和实际阻止事件 |
|
|
89
|
+
| 浮层型 | trigger、Portal root、定位/碰撞、开合、dismiss、焦点、安全区与层级;已证实的环境差异 |
|
|
90
|
+
| 数据/复合型 | item/group 判别结构、部件组合、全局与局部配置优先级、选择后的动作 |
|
|
91
|
+
| 命令式型 | 初始化上下文、show/update/destroy 等实际公开方法、返回句柄、排队/替换、卸载与资源清理 |
|
|
92
|
+
|
|
93
|
+
这些是同一标准模板的条件章节,不是新增 Provider。一个组件同时满足多个形态时组合使用,语义信息只写一次。
|
|
94
|
+
|
|
95
|
+
### 示例标准
|
|
96
|
+
|
|
97
|
+
默认一个可说明基本用法的维护示例,再按独立行为补必要案例;没有固定六个示例或每个 Prop 一个示例的要求。命令式与声明式都是公开用法时,分别保留入口。至少覆盖会改变消费方式的关键分支,而非只提供装饰性按钮 demo。
|
|
98
|
+
|
|
99
|
+
示例需标明原始文件/故事/官网来源及适用版本。摘取时保留必需 import、状态回写、Provider 和样式前提;允许省略重复的演示布局,不能删掉决定行为的控制代码。引用已有例子不等于本轮实际运行通过。官方示例若与目标版本不匹配,先记录版本差异,不能直接覆盖代码契约。
|
|
100
|
+
|
|
101
|
+
## 图示选择
|
|
102
|
+
|
|
103
|
+
公开 parts 层级用 text 树;有证据的受控交互或命令式生命周期用 sequenceDiagram/状态图;外观用授权示例图。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.l03
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: l03
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
scope: 目标与适用范围
|
|
13
|
+
packages: 平台软件包与版本
|
|
14
|
+
foundations: 基础规范地图
|
|
15
|
+
components: 组件与交互模式
|
|
16
|
+
configuration: 主题及运行配置
|
|
17
|
+
adoption: 采用定制与迁移
|
|
18
|
+
purpose: 用途与语义
|
|
19
|
+
catalog: 分类与 Token 目录
|
|
20
|
+
mapping: 命名及对应关系
|
|
21
|
+
consumption: 消费方式
|
|
22
|
+
rules: 组合与适用规则
|
|
23
|
+
environment: 环境与 Provider
|
|
24
|
+
globals: 全局配置
|
|
25
|
+
inheritance: 继承与局部覆盖
|
|
26
|
+
resources: CSS 与资源加载顺序
|
|
27
|
+
ssr: SSR 与 Hydration
|
|
28
|
+
platforms: 平台和主题差异
|
|
29
|
+
verification: 验证与排查入口
|
|
30
|
+
references: 来源与修改入口
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
# L03 设计系统及基础规范
|
|
34
|
+
|
|
35
|
+
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.
|
|
36
|
+
|
|
37
|
+
### 来源和归属
|
|
38
|
+
|
|
39
|
+
有维护的设计规范、token 源或稳定的跨组件约定时启用。规范文档由 Markdown、实现与 token 由 Code 提供,各自保留来源职责;混合知识通过现有授权主题和引用组合,不新增一个同时吞设计、代码和运行态的通用 Provider。
|
|
40
|
+
|
|
41
|
+
只有 token 或静态资源材料时,采用“基础资源参考”对应变体,给定义、别名、消费和修改入口;没有规范证据不补设计目标,也不将其标题或内容包装成完整设计系统。仅文档规范则可以独立成文,不以存在组件源码为前置。
|
|
42
|
+
|
|
43
|
+
不能只由组件源码推断设计意图,也不能将设计图中的名称直接当作当前程序 API。平台、设计规范版本、组件包版本、资源版本分开记录。同名组件在 Web、原生与其他跨端实现中的属性不应互相覆盖。
|
|
44
|
+
|
|
45
|
+
### 系统入口文章
|
|
46
|
+
|
|
47
|
+
```markdown
|
|
48
|
+
# <设计系统>
|
|
49
|
+
## 目标与适用范围
|
|
50
|
+
## 平台、软件包与版本
|
|
51
|
+
## 基础规范地图
|
|
52
|
+
## 组件与交互模式
|
|
53
|
+
## 主题及运行配置
|
|
54
|
+
## 采用、定制与迁移
|
|
55
|
+
## 权威资源与维护入口
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
| 章节 | 必要内容 |
|
|
59
|
+
| --- | --- |
|
|
60
|
+
| 目标与适用范围 | 来自规范的设计目标、覆盖产品/平台范围、与组件库的关系;不虚构品牌原则 |
|
|
61
|
+
| 平台、软件包与版本 | 平台、实现包/入口、设计规范版本、维护状态、文档和源码;不同版本状态分别列 |
|
|
62
|
+
| 基础规范地图 | 已有的颜色、字体/排版、间距、布局/断点、圆角、阴影/层级、动效、图标/插画等主题及入口 |
|
|
63
|
+
| 组件与交互模式 | 组件分类、组合模式、相近能力的选择依据;实际组件 API 链接 L02 |
|
|
64
|
+
| 主题及运行配置 | 默认主题、上下文、局部覆盖、暗色/高对比、方向和响应式的实现边界 |
|
|
65
|
+
| 采用、定制与迁移 | 按平台的接入导航、允许的扩展方式、已有迁移指引和版本差异;不复制安装全篇 |
|
|
66
|
+
| 权威资源与维护入口 | 规范、设计资源、token 定义/生成、实现和维护说明,区分已读取与仅有导航链接 |
|
|
67
|
+
|
|
68
|
+
### 基础规范专题变体
|
|
69
|
+
|
|
70
|
+
同一模板按主题拆分 **colors、typography、spacing-layout、elevation、motion、icons-assets** 等文章;只生成有材料和独立阅读价值的主题。
|
|
71
|
+
|
|
72
|
+
建议章节为 **用途与语义 → 分类/token 目录 → 命名及对应关系 → 消费方式 → 组合与适用规则 → 平台/主题差异 → 来源与修改入口**。
|
|
73
|
+
|
|
74
|
+
Token 表列:语义名、层级(基础/语义/组件)、定义或别名指向、平台/主题、消费标识、来源。别名引用不等于当前运行值;生成映射要保留权威源和产物关系。颜色十六进制、字号或时长不是唯一重点,必须让读者理解用途与替换边界。
|
|
75
|
+
|
|
76
|
+
图标/插画专题需说明资源包、命名、取得和渲染方式、镜像/方向或平台差异、定制约束;不是将每张 SVG 都变成一篇组件 Props 页。存在静态资源指南时保留它的使用入口。
|
|
77
|
+
|
|
78
|
+
### 主题与运行接入专题变体
|
|
79
|
+
|
|
80
|
+
建议章节为 **环境与 Provider → 全局配置 → 继承与局部覆盖 → CSS/资源加载顺序 → SSR/Hydration → 多端、方向与高对比 → 验证与排查入口**。
|
|
81
|
+
|
|
82
|
+
只对有证据的技术机制成文。某个组件默认跟随上下文,不能简化为全系统固定常量;只有 Web 样本不能推断原生平台一致。可访问性应区分规范要求、实现行为和验证记录,不能仅靠 token 名称推定合规。
|
|
83
|
+
|
|
84
|
+
### 分篇与去重
|
|
85
|
+
|
|
86
|
+
系统内容较少时,上述内容在一篇系统入口中组织;规范丰富时采用“系统入口+基础主题+运行接入+迁移”的菜单。它们是 L03 下不同阅读主题/文章计划,不是每个组件再生成一套设计系统。
|
|
87
|
+
|
|
88
|
+
L05 组件库 说明实现包如何接入;L02 组件 只写组件特有 token/覆盖差异;F08 应用样式 只写该应用的消费和局部定制。三处通过链接连接,公共规范保持单一权威承载。
|
|
89
|
+
|
|
90
|
+
## 图示选择
|
|
91
|
+
|
|
92
|
+
token 别名/主题继承用 flowchart,系统资源目录用 text 树;颜色/排版/动效引用有来源视觉材料,不用关系图冒充视觉规范。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.l04
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: l04
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
boundary: 扩展边界
|
|
13
|
+
registration: 注册及执行顺序
|
|
14
|
+
context: 输入输出与上下文
|
|
15
|
+
collaboration: 宿主与下游协作
|
|
16
|
+
cleanup: 错误和清理
|
|
17
|
+
references: 使用与测试入口
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# L04 中间件、适配与运行模式
|
|
21
|
+
|
|
22
|
+
This is a writing blueprint, not a completion gate. Adapt the headings and level of detail to the reader, evidence and language. Missing or additional chapters and ordinary version differences are advisory. Preserve real source coordinates and a useful next investigation step.
|
|
23
|
+
|
|
24
|
+
建议章节:**扩展边界 → 注册及执行顺序 → 输入输出与上下文 → 与宿主/下游的协作 → 错误和清理 → 使用/测试入口**。
|
|
25
|
+
|
|
26
|
+
只输出有维护意义的中间件、服务协作和代码约定,不把某个私有实现提升为团队规范。事件执行器沿用 S07,网关适配沿用现有 request-adaptation-guide。
|
|
27
|
+
|
|
28
|
+
## 图示选择
|
|
29
|
+
|
|
30
|
+
注册、调用和清理用 sequenceDiagram,宿主/扩展边界用 flowchart;不将声明顺序推断为运行顺序。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.l05
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: l05
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
purpose: 定位与适用平台
|
|
13
|
+
packages: 软件包版本与维护状态
|
|
14
|
+
setup: 安装与全局接入
|
|
15
|
+
catalog: 组件分类与选择导航
|
|
16
|
+
configuration: 公共配置资源与设计系统
|
|
17
|
+
compatibility: 兼容迁移与限制
|
|
18
|
+
references: 示例文档与源码
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
# L05 组件库总览与接入
|
|
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
|
+
用于一个明确面向消费者的组件集合、公共业务组件包或多个相关实现包的入口。它与 L02 单组件文章分开,也不将站点自身的演示组件当成库的公共组件。
|
|
26
|
+
|
|
27
|
+
默认章节:
|
|
28
|
+
|
|
29
|
+
```markdown
|
|
30
|
+
# <组件库>
|
|
31
|
+
## 定位与适用平台
|
|
32
|
+
## 软件包、版本与维护状态
|
|
33
|
+
## 安装与全局接入
|
|
34
|
+
## 组件分类与选择导航
|
|
35
|
+
## 公共配置、资源与设计系统
|
|
36
|
+
## 兼容、迁移与已知限制
|
|
37
|
+
## 示例、文档与源码入口
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
包表列:包/子入口、用途、平台、适用版本、维护状态、文档与源码。主入口、deprecated 子入口、图标/颜色资源包分别说明,不能以相近名字混成一套版本。
|
|
41
|
+
|
|
42
|
+
接入须根据维护资料给依赖前提、CSS/reset 顺序、Provider、环境配置和一个最小消费入口。局部组件页链接本篇并提示必要前提,不重复整份安装指南。配置包含全局与局部优先级时保留其证据。
|
|
43
|
+
|
|
44
|
+
组件目录按用途/交互任务/正式分类组织,记录公共名称、家族、导入入口、摘要、详情或源码。单组件尚不足以独立成文也应在目录有入口。仅公共类型或 helper 可以在相应能力下承载,不独立制造空页。
|
|
45
|
+
|
|
46
|
+
规模较小时总览与接入合一;多平台或接入复杂时分总览、quick-start、组件地图、迁移等文章。页面数由阅读边界决定。L05 可采用 C01 的索引结构,但同一库只有一个主入口,不能重复生成同义的 C01/L01/L05 三篇概览。
|
|
47
|
+
|
|
48
|
+
## 图示选择
|
|
49
|
+
|
|
50
|
+
包与能力目录用 text 树或表格;真实包依赖用 flowchart,链接组件详情和系统图。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.q03
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: q03
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
scope: 范围与来源
|
|
13
|
+
catalog: 能力与场景表
|
|
14
|
+
prerequisites: 前置条件和数据
|
|
15
|
+
automation: 自动化入口
|
|
16
|
+
references: 需求与缺陷
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# Q03 用例目录
|
|
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
|
+
场景表列:场景、输入/动作、预期结果、来源类别、脚本/正式用例链接、关联代码。正式用例、源码测试、代码推导候选必须区分;没有运行记录不得写“通过”。目录定位完整不等于覆盖率达标。
|
|
26
|
+
|
|
27
|
+
## 图示选择
|
|
28
|
+
|
|
29
|
+
用例场景优先表格;分支组合复杂时用 flowchart,区分正式用例与推导候选。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.article.q05
|
|
3
|
+
kind: procedure
|
|
4
|
+
media-type: text/markdown
|
|
5
|
+
program:
|
|
6
|
+
article: q05
|
|
7
|
+
policies:
|
|
8
|
+
- compact
|
|
9
|
+
- standard
|
|
10
|
+
- expanded
|
|
11
|
+
sections:
|
|
12
|
+
requirements: 数据需求
|
|
13
|
+
preparation: 准备入口
|
|
14
|
+
isolation: 环境和隔离
|
|
15
|
+
lifecycle: 数据生命周期
|
|
16
|
+
verification: 验证和清理
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# Q05 测试数据与环境
|
|
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
|
+
保留脚本、配置、测试数据模板及适用前提。静态 fixture、造数程序和真实账号是不同材料;只说明取得数据的方法,不复制实际凭证。某脚本存在不代表当前账号有权限运行。
|
|
26
|
+
|
|
27
|
+
## 图示选择
|
|
28
|
+
|
|
29
|
+
数据准备/使用/清理用 flowchart;环境依赖有来源才画,不包含真实凭证。 图放在对应解释章节,图前说明目的与范围,图后给来源和继续位置;按已下发的共用图示指导编写,无增益时省略,不增加独立必填章节。
|