@c4a/context-cli 0.6.19 → 0.7.1
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 +67 -6
- package/README.zh-CN.md +42 -5
- package/cli.js +77935 -44879
- package/indexers/bundles/context-code-indexer/SKILL.md +20 -0
- package/indexers/bundles/context-code-indexer/context-indexer.yaml +230 -0
- package/indexers/bundles/context-code-indexer/references/composers/contracts-and-chains.md +23 -0
- package/indexers/bundles/context-code-indexer/references/composers/cross-module-chain.md +22 -0
- package/indexers/bundles/context-code-indexer/references/composers/development-and-delivery.md +22 -0
- package/indexers/bundles/context-code-indexer/references/composers/event-flow.md +21 -0
- package/indexers/bundles/context-code-indexer/references/composers/examples-and-documentation.md +22 -0
- package/indexers/bundles/context-code-indexer/references/composers/persistence-boundary.md +21 -0
- package/indexers/bundles/context-code-indexer/references/composers/protocol-boundary.md +22 -0
- package/indexers/bundles/context-code-indexer/references/composers/public-contract.md +23 -0
- package/indexers/bundles/context-code-indexer/references/indexer.md +49 -0
- package/indexers/bundles/context-code-indexer/references/metrics.md +201 -0
- package/{providers/context/resources/semantic/code-index/templates/adapter.md → indexers/bundles/context-code-indexer/templates/adapter-integration.md} +16 -6
- package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/api-service.md +9 -7
- package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/background-runtime.md +3 -3
- package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/cli-tool.md +6 -6
- package/indexers/bundles/context-code-indexer/templates/component-library.md +99 -0
- package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/contract-source.md +4 -4
- package/{providers/context/resources/semantic/code-index/templates/cross-module-chain.md → indexers/bundles/context-code-indexer/templates/data-sync-reconciliation.md} +11 -12
- package/{providers/context/resources/semantic/code-index/templates/derived-source.md → indexers/bundles/context-code-indexer/templates/derived-generated-source.md} +11 -10
- package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/domain-service.md +4 -4
- package/{providers/context/resources/semantic/code-index/templates/event-flow.md → indexers/bundles/context-code-indexer/templates/event-consumer.md} +5 -5
- package/{providers/context/resources/semantic/code-index/templates/protocol-boundary.md → indexers/bundles/context-code-indexer/templates/gateway-facade.md} +14 -13
- package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/monorepo-container.md +11 -11
- package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/plugin-extension.md +1 -1
- package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/sdk-library.md +9 -9
- package/{providers/context/resources/semantic/code-index/templates/persistence-boundary.md → indexers/bundles/context-code-indexer/templates/storage-repository.md} +3 -3
- package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/web-application.md +5 -4
- package/indexers/bundles/context-code-indexer/tests/fixtures/chapters.json +226 -0
- package/indexers/bundles/context-code-indexer/tests/fixtures/composers.json +82 -0
- package/indexers/bundles/context-code-indexer/tests/fixtures/profiles.json +210 -0
- package/indexers/bundles/context-code-indexer/tests/fixtures/scenarios.json +122 -0
- package/indexers/bundles/context-markdown-indexer/SKILL.md +20 -0
- package/indexers/bundles/context-markdown-indexer/context-indexer.yaml +147 -0
- package/indexers/bundles/context-markdown-indexer/references/classification.md +63 -0
- package/indexers/bundles/context-markdown-indexer/references/editorial-policy.md +106 -0
- package/indexers/bundles/context-markdown-indexer/references/indexer.md +23 -0
- package/indexers/bundles/context-markdown-indexer/references/semantic-planning.md +146 -0
- package/indexers/bundles/context-markdown-indexer/references/structure-and-artifacts.md +109 -0
- package/indexers/bundles/context-markdown-indexer/tests/fixtures/anonymous.json +31 -0
- package/indexers/bundles/context-markdown-indexer/tests/fixtures/editorial.json +309 -0
- package/indexers/bundles/context-markdown-indexer/tests/fixtures/migration-equivalence.json +186 -0
- package/indexers/bundles/context-markdown-indexer/tests/fixtures/profiles.json +171 -0
- package/indexers/bundles/context-markdown-indexer/tests/fixtures/routing.json +151 -0
- package/indexers/capability-manifest.json +35 -0
- package/indexers/contracts/hard-rule-conformance.json +2644 -0
- package/indexers/contracts/operator-contract.json +35 -0
- package/indexers/contracts/profile-contract.json +10162 -0
- package/indexers/release-manifest.json +208 -0
- package/package.json +5 -4
- package/plugins/README.md +17 -109
- package/plugins/README_CN.md +11 -89
- package/plugins/VERSION +1 -1
- package/plugins/claude/.claude-plugin/plugin.json +3 -11
- package/plugins/claude/CLAUDE.md +1 -1
- package/plugins/claude/README.md +1 -1
- package/plugins/claude/commands/context.md +76 -1
- package/plugins/codex/.codex-plugin/plugin.json +6 -17
- package/plugins/codex/AGENTS.md +1 -1
- package/plugins/codex/README.md +1 -1
- package/plugins/codex/skills/context/SKILL.md +77 -13
- package/plugins/cursor/.cursor-plugin/plugin.json +4 -17
- package/plugins/cursor/AGENTS.md +1 -1
- package/plugins/cursor/README.md +3 -2
- package/plugins/cursor/commands/c4a-context.md +76 -3
- package/plugins/skills/{c4a-context → context}/SKILL.md +78 -14
- package/plugins/skills/context-code-indexer/SKILL.md +20 -0
- package/plugins/skills/context-code-indexer/context-indexer.yaml +230 -0
- package/plugins/skills/context-code-indexer/references/composers/contracts-and-chains.md +23 -0
- package/plugins/skills/context-code-indexer/references/composers/cross-module-chain.md +22 -0
- package/plugins/skills/context-code-indexer/references/composers/development-and-delivery.md +22 -0
- package/plugins/skills/context-code-indexer/references/composers/event-flow.md +21 -0
- package/plugins/skills/context-code-indexer/references/composers/examples-and-documentation.md +22 -0
- package/plugins/skills/context-code-indexer/references/composers/persistence-boundary.md +21 -0
- package/plugins/skills/context-code-indexer/references/composers/protocol-boundary.md +22 -0
- package/plugins/skills/context-code-indexer/references/composers/public-contract.md +23 -0
- package/plugins/skills/context-code-indexer/references/indexer.md +49 -0
- package/plugins/skills/context-code-indexer/references/metrics.md +201 -0
- package/plugins/skills/context-code-indexer/templates/adapter-integration.md +119 -0
- package/plugins/skills/context-code-indexer/templates/api-service.md +118 -0
- package/plugins/skills/context-code-indexer/templates/background-runtime.md +109 -0
- package/plugins/skills/context-code-indexer/templates/cli-tool.md +129 -0
- package/plugins/skills/context-code-indexer/templates/component-library.md +99 -0
- package/plugins/skills/context-code-indexer/templates/contract-source.md +73 -0
- package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation.md +77 -0
- package/plugins/skills/context-code-indexer/templates/derived-generated-source.md +117 -0
- package/plugins/skills/context-code-indexer/templates/domain-service.md +109 -0
- package/plugins/skills/context-code-indexer/templates/event-consumer.md +62 -0
- package/plugins/skills/context-code-indexer/templates/gateway-facade.md +89 -0
- package/plugins/skills/context-code-indexer/templates/monorepo-container.md +124 -0
- package/plugins/skills/context-code-indexer/templates/plugin-extension.md +52 -0
- package/plugins/skills/context-code-indexer/templates/sdk-library.md +132 -0
- package/plugins/skills/context-code-indexer/templates/storage-repository.md +56 -0
- package/plugins/skills/context-code-indexer/templates/web-application.md +146 -0
- package/plugins/skills/context-code-indexer/tests/fixtures/chapters.json +226 -0
- package/plugins/skills/context-code-indexer/tests/fixtures/composers.json +82 -0
- package/plugins/skills/context-code-indexer/tests/fixtures/profiles.json +210 -0
- package/plugins/skills/context-code-indexer/tests/fixtures/scenarios.json +122 -0
- package/plugins/skills/context-markdown-indexer/SKILL.md +20 -0
- package/plugins/skills/context-markdown-indexer/context-indexer.yaml +147 -0
- package/plugins/skills/context-markdown-indexer/references/classification.md +63 -0
- package/plugins/skills/context-markdown-indexer/references/editorial-policy.md +106 -0
- package/plugins/skills/context-markdown-indexer/references/indexer.md +23 -0
- package/plugins/skills/context-markdown-indexer/references/semantic-planning.md +146 -0
- package/plugins/skills/context-markdown-indexer/references/structure-and-artifacts.md +109 -0
- package/plugins/skills/context-markdown-indexer/tests/fixtures/anonymous.json +31 -0
- package/plugins/skills/context-markdown-indexer/tests/fixtures/editorial.json +309 -0
- package/plugins/skills/context-markdown-indexer/tests/fixtures/migration-equivalence.json +186 -0
- package/plugins/skills/context-markdown-indexer/tests/fixtures/profiles.json +171 -0
- package/plugins/skills/context-markdown-indexer/tests/fixtures/routing.json +151 -0
- package/providers/context/actions/accept-main-index-run.yaml +7 -0
- package/providers/context/actions/accept-material-answer-run.yaml +7 -0
- package/providers/context/actions/accept-post-author-composer-run.yaml +7 -0
- package/providers/context/actions/actualize-material-answer-bindings.yaml +8 -0
- package/providers/context/actions/apply-indexer-project.yaml +7 -0
- package/providers/context/actions/audit-material-gap-state.yaml +8 -0
- package/providers/context/actions/audit-projected-artifact-fan-out.yaml +8 -0
- package/providers/context/actions/authorize-indexer-dependencies.yaml +7 -0
- package/providers/context/actions/authorize-indexer-program-execution.yaml +7 -0
- package/providers/context/actions/build-main-index-author-worksets.yaml +7 -0
- package/providers/context/actions/build-main-index-catalog-fallback.yaml +7 -0
- package/providers/context/actions/build-main-index-partition-worksets.yaml +7 -0
- package/providers/context/actions/build-material-question-workset.yaml +7 -0
- package/providers/context/actions/build-post-author-composer-worksets.yaml +7 -0
- package/providers/context/actions/build-question-target-inventory.yaml +7 -0
- package/providers/context/actions/build-subject-catalog.yaml +7 -0
- package/providers/context/actions/build-target-resolution-views.yaml +7 -0
- package/providers/context/actions/checkpoint-material-answer-review.yaml +8 -0
- package/providers/context/actions/checkpoint-material-gaps.yaml +8 -0
- package/providers/context/actions/close-indexer-approved-knowledge.yaml +8 -0
- package/providers/context/actions/compile-indexer-candidates.yaml +8 -0
- package/providers/context/actions/compose-indexer-post-author-fragments.yaml +7 -0
- package/providers/context/actions/configure-community-indexer-fallback.yaml +6 -0
- package/providers/context/actions/configure-indexer-providers.yaml +6 -0
- package/providers/context/actions/confirm-index-requirement-workset.yaml +8 -0
- package/providers/context/actions/confirm-subject-reidentification.yaml +8 -0
- package/providers/context/actions/converge-main-index-partition-run.yaml +7 -0
- package/providers/context/actions/discover-markdown-indexer-providers.yaml +6 -0
- package/providers/context/actions/evaluate-material-gaps.yaml +8 -0
- package/providers/context/actions/fail-main-index-run.yaml +7 -0
- package/providers/context/actions/fail-material-answer-run.yaml +7 -0
- package/providers/context/actions/fail-post-author-composer-run.yaml +7 -0
- package/providers/context/actions/inspect-index-candidate-review-readiness.yaml +8 -0
- package/providers/context/actions/inspect-index-profile-failure.yaml +7 -0
- package/providers/context/actions/inspect-indexer-dependencies.yaml +7 -0
- package/providers/context/actions/inspect-indexer-program-execution.yaml +7 -0
- package/providers/context/actions/inspect-indexer-project-proposal.yaml +7 -0
- package/providers/context/actions/inspect-markdown-provider-capture.yaml +7 -0
- package/providers/context/actions/inspect-material-answer-review.yaml +8 -0
- package/providers/context/actions/materialize-indexer-instructions.yaml +7 -0
- package/providers/context/actions/observe-indexer-project.yaml +7 -0
- package/providers/context/actions/observe-main-index-run-ledger.yaml +7 -0
- package/providers/context/actions/observe-material-answer-runs.yaml +7 -0
- package/providers/context/actions/observe-post-author-composer-worksets.yaml +7 -0
- package/providers/context/actions/override-index-profile-audit.yaml +7 -0
- package/providers/context/actions/prepare-indexer-customization-project.yaml +7 -0
- package/providers/context/actions/prepare-main-index-run-ledger.yaml +7 -0
- package/providers/context/actions/prepare-material-answer-runs.yaml +7 -0
- package/providers/context/actions/propose-indexer-customization.yaml +7 -0
- package/providers/context/actions/propose-overlay-question-amendment.yaml +7 -0
- package/providers/context/actions/rebind-indexer-selection-to-requirement.yaml +7 -0
- package/providers/context/actions/reconcile-indexer-results.yaml +7 -0
- package/providers/context/actions/record-index-profile-revision.yaml +7 -0
- package/providers/context/actions/report-index-profile-failure.yaml +7 -0
- package/providers/context/actions/report-indexer-incremental-impact.yaml +8 -0
- package/providers/context/actions/resolve-effective-composers.yaml +7 -0
- package/providers/context/actions/review-material-answer-candidate.yaml +8 -0
- package/providers/context/actions/revise-index-output.yaml +7 -0
- package/providers/context/actions/route-index-requirement-confirmation.yaml +8 -0
- package/providers/context/actions/route-indexer-provider-selection.yaml +7 -0
- package/providers/context/actions/run-indexer-agent-step.yaml +7 -0
- package/providers/context/actions/run-indexer-lifecycle.yaml +7 -0
- package/providers/context/actions/run-indexer-post-author-composer.yaml +7 -0
- package/providers/context/actions/run-material-answer-indexers.yaml +7 -0
- package/providers/context/actions/start-main-index-run.yaml +7 -0
- package/providers/context/actions/start-material-answer-run.yaml +7 -0
- package/providers/context/actions/start-post-author-composer-run.yaml +7 -0
- package/providers/context/actions/validate-indexer-contract-overlays.yaml +7 -0
- package/providers/context/actions/validate-indexer-customization.yaml +7 -0
- package/providers/context/actions/validate-indexer-selection-proposal.yaml +7 -0
- package/providers/context/actions/validate-main-index-run.yaml +7 -0
- package/providers/context/actions/validate-markdown-provider-selection.yaml +7 -0
- package/providers/context/actions/validate-subject-key-schemas.yaml +8 -0
- package/providers/context/codes.yaml +69 -23
- package/providers/context/graphs/indexer.yaml +1042 -0
- package/providers/context/graphs/workspace.yaml +37 -454
- package/providers/context/manifest.json +1245 -433
- package/providers/context/provider.yaml +3 -2
- package/providers/context/resources/diagnostics/projection-stale.md +0 -1
- package/providers/context/resources/manuals/reference/project-api.md +41 -40
- package/providers/context/resources/views/document-optimization-current.yaml +1 -1
- package/providers/context/resources/views/package-current.yaml +1 -1
- package/providers/context/resources/views/resolved-indexer-instructions.yaml +23 -0
- package/providers/context/resources/views/review-current.yaml +1 -1
- package/providers/context/resources/views/source-boundary.yaml +1 -1
- package/providers/context/resources/views/source-current.yaml +1 -1
- package/providers/context/resources/views/verification-current.yaml +1 -1
- package/providers/context/resources/views/workspace-current.yaml +1 -1
- package/providers/context/schemas/indexer-agent-step-input.schema.json +30 -0
- package/providers/context/schemas/indexer-agent-step-result.schema.json +47 -0
- package/providers/context/schemas/indexer-candidate-compile-input.schema.json +57 -0
- package/providers/context/schemas/indexer-candidate-compile-output.schema.json +38 -0
- package/providers/context/schemas/indexer-candidate-review-readiness-input.schema.json +46 -0
- package/providers/context/schemas/indexer-candidate-review-readiness-output.schema.json +104 -0
- package/providers/context/schemas/indexer-contract-overlay-validation-input.schema.json +48 -0
- package/providers/context/schemas/indexer-contract-overlay-validation-result.schema.json +63 -0
- package/providers/context/schemas/indexer-customization-project-preparation-result.schema.json +44 -0
- package/providers/context/schemas/indexer-customization-proposal-draft.schema.json +83 -0
- package/providers/context/schemas/indexer-customization-validation-result.schema.json +36 -0
- package/providers/context/schemas/indexer-dependency-authorization-input.schema.json +71 -0
- package/providers/context/schemas/indexer-dependency-authorization-result.schema.json +138 -0
- package/providers/context/schemas/indexer-incremental-impact-input.schema.json +31 -0
- package/providers/context/schemas/indexer-incremental-impact-output.schema.json +52 -0
- package/providers/context/schemas/indexer-lifecycle-continuation.schema.json +15 -0
- package/providers/context/schemas/indexer-main-lifecycle-input.schema.json +187 -0
- package/providers/context/schemas/indexer-main-lifecycle-output.schema.json +180 -0
- package/providers/context/schemas/indexer-markdown-provider-capture-input.schema.json +17 -0
- package/providers/context/schemas/indexer-markdown-provider-capture-output.schema.json +54 -0
- package/providers/context/schemas/indexer-markdown-provider-validation-input.schema.json +34 -0
- package/providers/context/schemas/indexer-markdown-provider-validation-output.schema.json +75 -0
- package/providers/context/schemas/indexer-material-answer-lifecycle-input.schema.json +90 -0
- package/providers/context/schemas/indexer-material-answer-lifecycle-output.schema.json +80 -0
- package/providers/context/schemas/indexer-material-answer-review-inspection-input.schema.json +32 -0
- package/providers/context/schemas/indexer-material-answer-review-inspection-output.schema.json +32 -0
- package/providers/context/schemas/indexer-material-answer-review-resolution-input.schema.json +19 -0
- package/providers/context/schemas/indexer-material-answer-review-resolution-output.schema.json +87 -0
- package/providers/context/schemas/indexer-material-gap-lifecycle-input.schema.json +86 -0
- package/providers/context/schemas/indexer-material-gap-lifecycle-output.schema.json +19 -0
- package/providers/context/schemas/indexer-materialize-request.schema.json +53 -0
- package/providers/context/schemas/indexer-materialized-resource.schema.json +57 -0
- package/providers/context/schemas/indexer-overlay-question-amendment.schema.json +13 -0
- package/providers/context/schemas/indexer-overlay-question-proposal-input.schema.json +40 -0
- package/providers/context/schemas/indexer-overlay-question-rebind-input.schema.json +35 -0
- package/providers/context/schemas/indexer-overlay-question-rebind-result.schema.json +25 -0
- package/providers/context/schemas/indexer-post-author-fragment-request.schema.json +26 -0
- package/providers/context/schemas/indexer-post-author-fragment-result.schema.json +18 -0
- package/providers/context/schemas/indexer-post-author-lifecycle-input.schema.json +94 -0
- package/providers/context/schemas/indexer-post-author-lifecycle-output.schema.json +72 -0
- package/providers/context/schemas/indexer-profile-failure-inspection-input.schema.json +13 -0
- package/providers/context/schemas/indexer-profile-failure-inspection-result.schema.json +19 -0
- package/providers/context/schemas/indexer-profile-failure-report-input.schema.json +22 -0
- package/providers/context/schemas/indexer-profile-failure-report-result.schema.json +49 -0
- package/providers/context/schemas/indexer-profile-override-decision.schema.json +20 -0
- package/providers/context/schemas/indexer-profile-override-result.schema.json +49 -0
- package/providers/context/schemas/indexer-profile-revision-agent-input.schema.json +18 -0
- package/providers/context/schemas/indexer-profile-revision-record-input.schema.json +31 -0
- package/providers/context/schemas/indexer-profile-revision-record-result.schema.json +45 -0
- package/providers/context/schemas/indexer-program-execution-authorization-input.schema.json +145 -0
- package/providers/context/schemas/indexer-program-execution-authorization-result.schema.json +60 -0
- package/providers/context/schemas/indexer-project-action-result.schema.json +19 -0
- package/providers/context/schemas/indexer-project-gate-input.schema.json +100 -0
- package/providers/context/schemas/indexer-project-observation-input.schema.json +16 -0
- package/providers/context/schemas/indexer-project-observation-result.schema.json +42 -0
- package/providers/context/schemas/indexer-provider-route-input.schema.json +55 -0
- package/providers/context/schemas/indexer-provider-route-report.schema.json +188 -0
- package/providers/context/schemas/indexer-requirement-confirmation-input.schema.json +27 -0
- package/providers/context/schemas/indexer-requirement-confirmation-output.schema.json +24 -0
- package/providers/context/schemas/indexer-result-reconciliation-input.schema.json +59 -0
- package/providers/context/schemas/indexer-result-reconciliation-output.schema.json +43 -0
- package/providers/context/schemas/indexer-selection-proposal-input.schema.json +12 -0
- package/providers/context/schemas/indexer-selection-proposal-validation.schema.json +23 -0
- package/providers/context/schemas/indexer-subject-reidentification-input.schema.json +37 -0
- package/providers/context/schemas/indexer-subject-reidentification-output.schema.json +31 -0
- package/providers/context/skills/configure-indexer-providers/SKILL.md +58 -0
- package/providers/context/skills/prepare-indexer-customization-project/SKILL.md +31 -0
- package/providers/context/skills/propose-indexer-customization/SKILL.md +40 -0
- package/providers/context/skills/revise-index-output/SKILL.md +12 -0
- package/providers/context/skills/run-indexer-agent-step/SKILL.md +20 -0
- package/providers/context/skills/run-indexer-lifecycle/SKILL.md +36 -0
- package/providers/context/skills/run-indexer-post-author-composer/SKILL.md +21 -0
- package/providers/context/actions/align-next.yaml +0 -6
- package/providers/context/actions/apply-code-index-guidance.yaml +0 -5
- package/providers/context/actions/apply-structure-confirmation.yaml +0 -5
- package/providers/context/actions/compile-next.yaml +0 -5
- package/providers/context/actions/configure-code-extraction.yaml +0 -5
- package/providers/context/actions/configure-prose-lifecycle.yaml +0 -5
- package/providers/context/actions/extract-next.yaml +0 -5
- package/providers/context/actions/inspect-code-extraction.yaml +0 -5
- package/providers/context/actions/inspect-document-classification.yaml +0 -5
- package/providers/context/actions/inspect-structure.yaml +0 -5
- package/providers/context/actions/migrate-codeindex.yaml +0 -5
- package/providers/context/actions/optimize-documents.yaml +0 -6
- package/providers/context/actions/preview-extraction-batch.yaml +0 -5
- package/providers/context/actions/revise-code-index-audit.yaml +0 -5
- package/providers/context/actions/submit-code-index-audit.yaml +0 -6
- package/providers/context/resources/dialogue/code-extraction.md +0 -87
- package/providers/context/resources/dialogue/document-classification.md +0 -33
- package/providers/context/resources/dialogue/structure-confirmation.md +0 -44
- package/providers/context/resources/dialogue/workflow-mode-after-capture.md +0 -25
- package/providers/context/resources/manuals/reference/code-extractors.md +0 -152
- package/providers/context/resources/procedures/code-extraction.md +0 -184
- package/providers/context/resources/procedures/code-index-audit.md +0 -83
- package/providers/context/resources/procedures/document-classification.md +0 -22
- package/providers/context/resources/procedures/document-optimization.md +0 -91
- package/providers/context/resources/procedures/prose-align.md +0 -68
- package/providers/context/resources/procedures/prose-compile.md +0 -23
- package/providers/context/resources/semantic/align/candidate-resolution.md +0 -106
- package/providers/context/resources/semantic/align/density-profile.md +0 -41
- package/providers/context/resources/semantic/align/gates.md +0 -276
- package/providers/context/resources/semantic/align/structure-planning.md +0 -337
- package/providers/context/resources/semantic/code-index/classification.md +0 -270
- package/providers/context/resources/semantic/compile/index.md +0 -31
- package/providers/context/resources/views/code-index-audit.yaml +0 -6
- package/providers/context/resources/views/extraction-preview.yaml +0 -6
- package/providers/context/resources/views/structure-current.yaml +0 -6
- package/providers/context/schemas/code-index-audit-decision.schema.json +0 -94
- package/providers/context/schemas/document-optimization-decisions.schema.json +0 -57
- package/providers/context/schemas/prose-structure-batch.schema.json +0 -35
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
id:
|
|
2
|
+
id: context.code-indexer.template.monorepo-container
|
|
3
3
|
kind: procedure
|
|
4
4
|
media-type: text/markdown
|
|
5
5
|
---
|
|
@@ -11,7 +11,7 @@ registration, ownership, dependency, build, or release topology of multiple
|
|
|
11
11
|
child modules. Do not treat the physical repository as one application merely
|
|
12
12
|
because it has one Git remote.
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
Use the exact profile and Artifact policy variant supplied by the workset.
|
|
15
15
|
|
|
16
16
|
## Evidence pass
|
|
17
17
|
|
|
@@ -55,12 +55,11 @@ fallback and must not silently include generated output or dependency caches.
|
|
|
55
55
|
Every user-visible child application, service, library, or CLI is classified as
|
|
56
56
|
its own index unit before deeper extraction.
|
|
57
57
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
package ownership.
|
|
58
|
+
Each independently visible child package must have one canonical inventory
|
|
59
|
+
identity and one primary partition owner. If source registration intentionally
|
|
60
|
+
remains at repository level, keep the container registry as an aggregate
|
|
61
|
+
logical unit and let Context build child worksets from canonical package facts;
|
|
62
|
+
do not use file filters to simulate package ownership.
|
|
64
63
|
|
|
65
64
|
## Chapter blueprints
|
|
66
65
|
|
|
@@ -109,9 +108,10 @@ but should not override declared workspace ownership or package boundaries.
|
|
|
109
108
|
|
|
110
109
|
- A workspace containing a Web app, API gateway, CLI, and generated client
|
|
111
110
|
produces one registry plus separately classified child units.
|
|
112
|
-
- A workspace with independent release groups
|
|
113
|
-
|
|
114
|
-
each `sdk-library`
|
|
111
|
+
- A workspace with independent release groups reads the
|
|
112
|
+
`development-and-delivery.md` composer contract; retain the release map at
|
|
113
|
+
the container level and package-specific compatibility in each `sdk-library`
|
|
114
|
+
unit.
|
|
115
115
|
- A cross-module request flow reads `cross-module-chain.md` and receives its
|
|
116
116
|
own output owner when it spans several child units.
|
|
117
117
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
id:
|
|
2
|
+
id: context.code-indexer.template.sdk-library
|
|
3
3
|
kind: procedure
|
|
4
4
|
media-type: text/markdown
|
|
5
5
|
---
|
|
@@ -11,7 +11,8 @@ SDKs, public framework extensions, or shared runtimes consumed through a
|
|
|
11
11
|
deliberately supported interface. A package being imported elsewhere is not
|
|
12
12
|
enough; confirm its supported entry and consumer contract.
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
Use the exact sdk-library or component-library profile and Artifact policy
|
|
15
|
+
variant supplied by the workset.
|
|
15
16
|
|
|
16
17
|
## Evidence pass
|
|
17
18
|
|
|
@@ -103,11 +104,10 @@ when consumers search for that exact public identity and its contract contains
|
|
|
103
104
|
meaningful behavior beyond a signature. Do not copy complete function bodies,
|
|
104
105
|
private members, generated declarations, fixtures, or every re-export.
|
|
105
106
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
is not a valid workaround.
|
|
107
|
+
When a granular public surface would create enumeration-heavy output, keep the
|
|
108
|
+
public identities navigable but aggregate them into capability-family
|
|
109
|
+
Artifacts. Do not split one source into overlapping owners or invent ordinal
|
|
110
|
+
batches to evade the CLI profile contract.
|
|
111
111
|
|
|
112
112
|
Relate public entries to capability families, configuration, examples, and
|
|
113
113
|
external protocols. Internal call graphs are secondary unless the knowledge
|
|
@@ -117,10 +117,10 @@ goal explicitly concerns extension or lifecycle behavior.
|
|
|
117
117
|
|
|
118
118
|
- A component library may use granular component pages plus family indexes,
|
|
119
119
|
while its demo site is a separate `web-application` unit.
|
|
120
|
-
- A generated client reads `derived-source.md` and
|
|
120
|
+
- A generated client reads `derived-generated-source.md` and
|
|
121
121
|
`protocol-boundary.md`; document the supported client surface while naming
|
|
122
122
|
the upstream schema authority.
|
|
123
|
-
- A library with a plugin host also reads `adapter.md` and
|
|
123
|
+
- A library with a plugin host also reads `adapter-integration.md` and
|
|
124
124
|
`plugin-extension.md`.
|
|
125
125
|
|
|
126
126
|
## Revise or stop when
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
---
|
|
2
|
-
id:
|
|
2
|
+
id: context.code-indexer.template.storage-repository
|
|
3
3
|
kind: procedure
|
|
4
4
|
media-type: text/markdown
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
#
|
|
7
|
+
# Storage repository template
|
|
8
8
|
|
|
9
|
-
Use for `
|
|
9
|
+
Use for `storage-repository` when durable state, cache behavior, consistency, or
|
|
10
10
|
recovery is part of the confirmed reader goal. This template supplements the
|
|
11
11
|
service or runtime that owns the operations; it is not a request to catalog
|
|
12
12
|
every model or query.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
id:
|
|
2
|
+
id: context.code-indexer.template.web-application
|
|
3
3
|
kind: procedure
|
|
4
4
|
media-type: text/markdown
|
|
5
5
|
---
|
|
@@ -15,7 +15,7 @@ only browser code. It does
|
|
|
15
15
|
not automatically cover every package containing UI components; a reusable
|
|
16
16
|
component package is usually `sdk-library`.
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
Use the exact profile and Artifact policy variant supplied by the workset.
|
|
19
19
|
|
|
20
20
|
## Evidence pass
|
|
21
21
|
|
|
@@ -127,7 +127,7 @@ product intent out of the index.
|
|
|
127
127
|
|
|
128
128
|
- A server-rendered application with local API routes also reads
|
|
129
129
|
`api-service.md` and `protocol-boundary.md`.
|
|
130
|
-
- An embedded application with a host bridge also reads `adapter.md` and the
|
|
130
|
+
- An embedded application with a host bridge also reads `adapter-integration.md` and the
|
|
131
131
|
applicable `plugin-extension.md` or `protocol-boundary.md` template.
|
|
132
132
|
- A design-system package rendered in a demo application may need separate
|
|
133
133
|
index units: `sdk-library` for the supported package and `web-application`
|
|
@@ -142,4 +142,5 @@ product intent out of the index.
|
|
|
142
142
|
- one-symbol-per-page selection expands components or API types without a
|
|
143
143
|
deliberate public-reference goal.
|
|
144
144
|
|
|
145
|
-
Resolve these issues before the
|
|
145
|
+
Resolve these issues before returning the current author Result for mechanical
|
|
146
|
+
audit.
|
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"protocol": "context.indexer.chapter-fixture/v1",
|
|
4
|
+
"id": "anonymous-monorepo-container-chapter",
|
|
5
|
+
"anonymized": true,
|
|
6
|
+
"profile": "monorepo-container",
|
|
7
|
+
"canonical_facts": { "target": { "eligible": true, "bundle_compact_eligible": true } },
|
|
8
|
+
"artifact_policy_variant": "compact",
|
|
9
|
+
"artifact_kind": "content",
|
|
10
|
+
"reader_question_ref": "question:responsibility-and-entry",
|
|
11
|
+
"title": "Anonymous repository topology",
|
|
12
|
+
"sections": ["Scope and entry", "Project boundaries", "Build and delivery evidence"],
|
|
13
|
+
"evidence_condition": "Render only from a complete project inventory and current build evidence.",
|
|
14
|
+
"empty_behavior": "omit-chapter"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"protocol": "context.indexer.chapter-fixture/v1",
|
|
18
|
+
"id": "anonymous-web-application-chapter",
|
|
19
|
+
"anonymized": true,
|
|
20
|
+
"profile": "web-application",
|
|
21
|
+
"canonical_facts": { "target": { "eligible": true, "bundle_expanded_eligible": true } },
|
|
22
|
+
"artifact_policy_variant": "expanded",
|
|
23
|
+
"artifact_kind": "content",
|
|
24
|
+
"reader_question_ref": "question:dispatch-and-routing",
|
|
25
|
+
"title": "Anonymous application routes",
|
|
26
|
+
"sections": ["Application entry", "Route and page families", "Data and failure boundaries"],
|
|
27
|
+
"evidence_condition": "Render only from registered entries, routes, and source-backed handoffs.",
|
|
28
|
+
"empty_behavior": "omit-chapter"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"protocol": "context.indexer.chapter-fixture/v1",
|
|
32
|
+
"id": "anonymous-component-library-chapter",
|
|
33
|
+
"anonymized": true,
|
|
34
|
+
"profile": "component-library",
|
|
35
|
+
"canonical_facts": { "target": { "eligible": true, "bundle_expanded_eligible": true } },
|
|
36
|
+
"artifact_policy_variant": "expanded",
|
|
37
|
+
"artifact_kind": "content",
|
|
38
|
+
"reader_question_ref": "question:public-capability",
|
|
39
|
+
"title": "Anonymous component family",
|
|
40
|
+
"sections": ["Supported imports", "Composition and variants", "Source-backed usage"],
|
|
41
|
+
"evidence_condition": "Render only for a public component family with current contract evidence.",
|
|
42
|
+
"empty_behavior": "omit-chapter"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"protocol": "context.indexer.chapter-fixture/v1",
|
|
46
|
+
"id": "anonymous-sdk-library-chapter",
|
|
47
|
+
"anonymized": true,
|
|
48
|
+
"profile": "sdk-library",
|
|
49
|
+
"canonical_facts": { "target": { "eligible": true, "bundle_expanded_eligible": true } },
|
|
50
|
+
"artifact_policy_variant": "expanded",
|
|
51
|
+
"artifact_kind": "content",
|
|
52
|
+
"reader_question_ref": "question:examples-and-usage",
|
|
53
|
+
"title": "Anonymous capability family",
|
|
54
|
+
"sections": ["Consumer purpose", "Initialization and lifecycle", "Maintained examples"],
|
|
55
|
+
"evidence_condition": "Render only when the public entry and maintained usage are both evidenced.",
|
|
56
|
+
"empty_behavior": "omit-chapter"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"protocol": "context.indexer.chapter-fixture/v1",
|
|
60
|
+
"id": "anonymous-cli-tool-chapter",
|
|
61
|
+
"anonymized": true,
|
|
62
|
+
"profile": "cli-tool",
|
|
63
|
+
"canonical_facts": { "target": { "eligible": true } },
|
|
64
|
+
"artifact_policy_variant": "standard",
|
|
65
|
+
"artifact_kind": "content",
|
|
66
|
+
"reader_question_ref": "question:dispatch-and-routing",
|
|
67
|
+
"title": "Anonymous command family",
|
|
68
|
+
"sections": ["Command entry", "Arguments and dispatch", "Exit and recovery behavior"],
|
|
69
|
+
"evidence_condition": "Render only from registered commands and their current handlers.",
|
|
70
|
+
"empty_behavior": "omit-chapter"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"protocol": "context.indexer.chapter-fixture/v1",
|
|
74
|
+
"id": "anonymous-plugin-extension-chapter",
|
|
75
|
+
"anonymized": true,
|
|
76
|
+
"profile": "plugin-extension",
|
|
77
|
+
"canonical_facts": { "target": { "eligible": true } },
|
|
78
|
+
"artifact_policy_variant": "standard",
|
|
79
|
+
"artifact_kind": "content",
|
|
80
|
+
"reader_question_ref": "question:compatibility-and-extension",
|
|
81
|
+
"title": "Anonymous extension boundary",
|
|
82
|
+
"sections": ["Host contract", "Activation and lifecycle", "Compatibility limits"],
|
|
83
|
+
"evidence_condition": "Render only when host and extension identities are source-backed.",
|
|
84
|
+
"empty_behavior": "omit-chapter"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"protocol": "context.indexer.chapter-fixture/v1",
|
|
88
|
+
"id": "anonymous-api-service-chapter",
|
|
89
|
+
"anonymized": true,
|
|
90
|
+
"profile": "api-service",
|
|
91
|
+
"canonical_facts": { "target": { "eligible": true, "bundle_expanded_eligible": true } },
|
|
92
|
+
"artifact_policy_variant": "expanded",
|
|
93
|
+
"artifact_kind": "content",
|
|
94
|
+
"reader_question_ref": "question:public-capability",
|
|
95
|
+
"title": "Anonymous service boundary",
|
|
96
|
+
"sections": ["Protocol registration", "Operation families", "Handler and downstream handoff"],
|
|
97
|
+
"evidence_condition": "Render only from a complete operation inventory and authoritative registration.",
|
|
98
|
+
"empty_behavior": "omit-chapter"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"protocol": "context.indexer.chapter-fixture/v1",
|
|
102
|
+
"id": "anonymous-gateway-facade-chapter",
|
|
103
|
+
"anonymized": true,
|
|
104
|
+
"profile": "gateway-facade",
|
|
105
|
+
"canonical_facts": { "target": { "eligible": true } },
|
|
106
|
+
"artifact_policy_variant": "standard",
|
|
107
|
+
"artifact_kind": "content",
|
|
108
|
+
"reader_question_ref": "question:dependency-handoff",
|
|
109
|
+
"title": "Anonymous gateway handoff",
|
|
110
|
+
"sections": ["Inbound boundary", "Mapping and policy", "Downstream catalog"],
|
|
111
|
+
"evidence_condition": "Render only when both registration and downstream call evidence are current.",
|
|
112
|
+
"empty_behavior": "omit-chapter"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"protocol": "context.indexer.chapter-fixture/v1",
|
|
116
|
+
"id": "anonymous-domain-service-chapter",
|
|
117
|
+
"anonymized": true,
|
|
118
|
+
"profile": "domain-service",
|
|
119
|
+
"canonical_facts": { "target": { "eligible": true, "bundle_expanded_eligible": true } },
|
|
120
|
+
"artifact_policy_variant": "expanded",
|
|
121
|
+
"artifact_kind": "content",
|
|
122
|
+
"reader_question_ref": "question:state-and-consistency",
|
|
123
|
+
"title": "Anonymous stateful capability",
|
|
124
|
+
"sections": ["Capability entry", "State and transaction boundary", "Failure and consistency"],
|
|
125
|
+
"evidence_condition": "Render only from observed state operations and adjacent consistency evidence.",
|
|
126
|
+
"empty_behavior": "omit-chapter"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"protocol": "context.indexer.chapter-fixture/v1",
|
|
130
|
+
"id": "anonymous-background-runtime-chapter",
|
|
131
|
+
"anonymized": true,
|
|
132
|
+
"profile": "background-runtime",
|
|
133
|
+
"canonical_facts": { "target": { "eligible": true, "bundle_compact_eligible": true } },
|
|
134
|
+
"artifact_policy_variant": "compact",
|
|
135
|
+
"artifact_kind": "content",
|
|
136
|
+
"reader_question_ref": "question:dispatch-and-routing",
|
|
137
|
+
"title": "Anonymous scheduled runtime",
|
|
138
|
+
"sections": ["Trigger", "Dispatch branches", "Retry and completion"],
|
|
139
|
+
"evidence_condition": "Render only from a registered trigger and complete branch disposition.",
|
|
140
|
+
"empty_behavior": "omit-chapter"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"protocol": "context.indexer.chapter-fixture/v1",
|
|
144
|
+
"id": "anonymous-event-consumer-chapter",
|
|
145
|
+
"anonymized": true,
|
|
146
|
+
"profile": "event-consumer",
|
|
147
|
+
"canonical_facts": { "target": { "eligible": true } },
|
|
148
|
+
"artifact_policy_variant": "standard",
|
|
149
|
+
"artifact_kind": "content",
|
|
150
|
+
"reader_question_ref": "question:failure-recovery",
|
|
151
|
+
"title": "Anonymous event consumer",
|
|
152
|
+
"sections": ["Subscription and dispatch", "Processing outcome", "Retry and delivery"],
|
|
153
|
+
"evidence_condition": "Render only from source-backed subscription, handler, and failure evidence.",
|
|
154
|
+
"empty_behavior": "omit-chapter"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"protocol": "context.indexer.chapter-fixture/v1",
|
|
158
|
+
"id": "anonymous-data-sync-reconciliation-chapter",
|
|
159
|
+
"anonymized": true,
|
|
160
|
+
"profile": "data-sync-reconciliation",
|
|
161
|
+
"canonical_facts": { "target": { "eligible": true, "bundle_expanded_eligible": true } },
|
|
162
|
+
"artifact_policy_variant": "expanded",
|
|
163
|
+
"artifact_kind": "content",
|
|
164
|
+
"reader_question_ref": "question:state-and-consistency",
|
|
165
|
+
"title": "Anonymous reconciliation flow",
|
|
166
|
+
"sections": ["Source and trigger", "Transformation and sink", "Checkpoint and repair"],
|
|
167
|
+
"evidence_condition": "Render only when source, transformation, sink, and recovery boundaries are closed.",
|
|
168
|
+
"empty_behavior": "omit-chapter"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"protocol": "context.indexer.chapter-fixture/v1",
|
|
172
|
+
"id": "anonymous-storage-repository-chapter",
|
|
173
|
+
"anonymized": true,
|
|
174
|
+
"profile": "storage-repository",
|
|
175
|
+
"canonical_facts": { "target": { "eligible": true } },
|
|
176
|
+
"artifact_policy_variant": "standard",
|
|
177
|
+
"artifact_kind": "content",
|
|
178
|
+
"reader_question_ref": "question:public-capability",
|
|
179
|
+
"title": "Anonymous storage boundary",
|
|
180
|
+
"sections": ["Owned data surface", "Read and write capabilities", "Consistency and failure"],
|
|
181
|
+
"evidence_condition": "Render only from current schema, query, or client evidence within scope.",
|
|
182
|
+
"empty_behavior": "omit-chapter"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"protocol": "context.indexer.chapter-fixture/v1",
|
|
186
|
+
"id": "anonymous-adapter-integration-chapter",
|
|
187
|
+
"anonymized": true,
|
|
188
|
+
"profile": "adapter-integration",
|
|
189
|
+
"canonical_facts": { "target": { "eligible": true, "bundle_compact_eligible": true } },
|
|
190
|
+
"artifact_policy_variant": "compact",
|
|
191
|
+
"artifact_kind": "content",
|
|
192
|
+
"reader_question_ref": "question:dependency-handoff",
|
|
193
|
+
"title": "Anonymous adapter boundary",
|
|
194
|
+
"sections": ["Input contract", "Transformation", "Output and failure mapping"],
|
|
195
|
+
"evidence_condition": "Render only when both sides of the adaptation are explicitly evidenced.",
|
|
196
|
+
"empty_behavior": "omit-chapter"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"protocol": "context.indexer.chapter-fixture/v1",
|
|
200
|
+
"id": "anonymous-contract-source-chapter",
|
|
201
|
+
"anonymized": true,
|
|
202
|
+
"profile": "contract-source",
|
|
203
|
+
"canonical_facts": { "target": { "eligible": true } },
|
|
204
|
+
"artifact_policy_variant": "standard",
|
|
205
|
+
"artifact_kind": "content",
|
|
206
|
+
"reader_question_ref": "question:authority-and-generation",
|
|
207
|
+
"title": "Anonymous protocol authority",
|
|
208
|
+
"sections": ["Authoritative source", "Services and operations", "Generation and compatibility"],
|
|
209
|
+
"evidence_condition": "Render only from a fixed contract source and explicit generation boundary.",
|
|
210
|
+
"empty_behavior": "omit-chapter"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"protocol": "context.indexer.chapter-fixture/v1",
|
|
214
|
+
"id": "anonymous-derived-generated-source-chapter",
|
|
215
|
+
"anonymized": true,
|
|
216
|
+
"profile": "derived-generated-source",
|
|
217
|
+
"canonical_facts": { "target": { "eligible": true, "bundle_compact_eligible": true } },
|
|
218
|
+
"artifact_policy_variant": "compact",
|
|
219
|
+
"artifact_kind": "content",
|
|
220
|
+
"reader_question_ref": "question:authority-and-generation",
|
|
221
|
+
"title": "Anonymous generated surface",
|
|
222
|
+
"sections": ["Generated boundary", "Upstream authority", "Runtime consumers"],
|
|
223
|
+
"evidence_condition": "Render only when generator, upstream authority, and consumers are identifiable.",
|
|
224
|
+
"empty_behavior": "omit-chapter"
|
|
225
|
+
}
|
|
226
|
+
]
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"protocol": "context.indexer.composer-fixture/v1",
|
|
4
|
+
"id": "anonymous-public-contract",
|
|
5
|
+
"anonymized": true,
|
|
6
|
+
"composer": "public-contract",
|
|
7
|
+
"profile": "component-library",
|
|
8
|
+
"primary_input": { "fact_kinds": ["public-surface"], "artifact_kinds": ["content"] },
|
|
9
|
+
"expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "contract" },
|
|
10
|
+
"empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"protocol": "context.indexer.composer-fixture/v1",
|
|
14
|
+
"id": "anonymous-protocol-boundary",
|
|
15
|
+
"anonymized": true,
|
|
16
|
+
"composer": "protocol-boundary",
|
|
17
|
+
"profile": "web-application",
|
|
18
|
+
"primary_input": { "fact_kinds": ["protocol-operation"], "artifact_kinds": ["contract"] },
|
|
19
|
+
"expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "contract" },
|
|
20
|
+
"empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"protocol": "context.indexer.composer-fixture/v1",
|
|
24
|
+
"id": "anonymous-cross-module-chain",
|
|
25
|
+
"anonymized": true,
|
|
26
|
+
"composer": "cross-module-chain",
|
|
27
|
+
"profile": "monorepo-container",
|
|
28
|
+
"primary_input": { "fact_kinds": ["module-dependency"], "artifact_kinds": ["content"] },
|
|
29
|
+
"expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "content" },
|
|
30
|
+
"empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"protocol": "context.indexer.composer-fixture/v1",
|
|
34
|
+
"id": "anonymous-contracts-and-chains",
|
|
35
|
+
"anonymized": true,
|
|
36
|
+
"composer": "contracts-and-chains",
|
|
37
|
+
"profile": "monorepo-container",
|
|
38
|
+
"primary_input": { "fact_kinds": ["contract-binding", "module-dependency"], "artifact_kinds": ["contract"] },
|
|
39
|
+
"expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "contract" },
|
|
40
|
+
"empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"protocol": "context.indexer.composer-fixture/v1",
|
|
44
|
+
"id": "anonymous-event-flow",
|
|
45
|
+
"anonymized": true,
|
|
46
|
+
"composer": "event-flow",
|
|
47
|
+
"profile": "web-application",
|
|
48
|
+
"primary_input": { "fact_kinds": ["event-binding"], "artifact_kinds": ["content"] },
|
|
49
|
+
"expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "content" },
|
|
50
|
+
"empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"protocol": "context.indexer.composer-fixture/v1",
|
|
54
|
+
"id": "anonymous-persistence-boundary",
|
|
55
|
+
"anonymized": true,
|
|
56
|
+
"composer": "persistence-boundary",
|
|
57
|
+
"profile": "api-service",
|
|
58
|
+
"primary_input": { "fact_kinds": ["persistence-binding"], "artifact_kinds": ["content"] },
|
|
59
|
+
"expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "content" },
|
|
60
|
+
"empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"protocol": "context.indexer.composer-fixture/v1",
|
|
64
|
+
"id": "anonymous-examples-and-documentation",
|
|
65
|
+
"anonymized": true,
|
|
66
|
+
"composer": "examples-and-documentation",
|
|
67
|
+
"profile": "monorepo-container",
|
|
68
|
+
"primary_input": { "fact_kinds": ["example-candidate"], "artifact_kinds": ["content"] },
|
|
69
|
+
"expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "examples" },
|
|
70
|
+
"empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"protocol": "context.indexer.composer-fixture/v1",
|
|
74
|
+
"id": "anonymous-development-and-delivery",
|
|
75
|
+
"anonymized": true,
|
|
76
|
+
"composer": "development-and-delivery",
|
|
77
|
+
"profile": "monorepo-container",
|
|
78
|
+
"primary_input": { "fact_kinds": ["development-entry"], "artifact_kinds": ["content"] },
|
|
79
|
+
"expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "content" },
|
|
80
|
+
"empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
|
|
81
|
+
}
|
|
82
|
+
]
|