@c4a/context-cli 0.7.9 → 0.7.10-alpha.2
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/cli.js +59387 -99747
- package/indexers/bundles/context-code-indexer/SKILL.md +19 -44
- package/indexers/bundles/context-code-indexer/context-indexer.yaml +2 -19
- package/indexers/bundles/context-code-indexer/references/composers/contracts-and-chains.md +7 -2
- package/indexers/bundles/context-code-indexer/references/composers/cross-module-chain.md +7 -2
- package/indexers/bundles/context-code-indexer/references/composers/development-and-delivery.md +7 -2
- package/indexers/bundles/context-code-indexer/references/composers/event-flow.md +7 -2
- package/indexers/bundles/context-code-indexer/references/composers/examples-and-documentation.md +7 -2
- package/indexers/bundles/context-code-indexer/references/composers/persistence-boundary.md +7 -2
- package/indexers/bundles/context-code-indexer/references/composers/protocol-boundary.md +8 -3
- package/indexers/bundles/context-code-indexer/references/composers/public-contract.md +9 -4
- package/indexers/bundles/context-code-indexer/references/indexer.md +137 -328
- package/indexers/bundles/context-code-indexer/references/metrics.md +1 -1
- package/indexers/bundles/context-code-indexer/templates/adapter-integration-maintenance-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/adapter-integration-request-adaptation-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/adapter-integration-usage-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/api-service-maintenance-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/api-service-public-api-reference.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/background-runtime-maintenance-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/background-runtime-task-runtime-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/cli-tool-maintenance-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/cli-tool-public-api-reference.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/cli-tool-usage-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/component-library-maintenance-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/component-library-public-api-reference.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/component-library-usage-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/contract-source-public-api-reference.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/contract-source-usage-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation-maintenance-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation-task-runtime-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation.md +5 -6
- package/indexers/bundles/context-code-indexer/templates/derived-generated-source-public-api-reference.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/derived-generated-source-usage-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/domain-service-maintenance-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/domain-service-public-api-reference.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/event-consumer-maintenance-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/event-consumer-task-runtime-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/gateway-facade-maintenance-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/gateway-facade-public-api-reference.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/gateway-facade-request-adaptation-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/monorepo-container-maintenance-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/monorepo-container-usage-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/plugin-extension-maintenance-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/plugin-extension-public-api-reference.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/plugin-extension-usage-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/sdk-library-maintenance-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/sdk-library-public-api-reference.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/sdk-library-usage-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/storage-repository-maintenance-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/storage-repository-public-api-reference.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/web-application-federation-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/web-application-maintenance-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/templates/web-application-page-task-guide.md +1 -9
- package/indexers/bundles/context-code-indexer/tests/fixtures/composers.json +8 -8
- package/indexers/bundles/context-code-indexer/tests/fixtures/profiles.json +240 -48
- package/indexers/bundles/context-markdown-indexer/SKILL.md +20 -24
- package/indexers/bundles/context-markdown-indexer/context-indexer.yaml +2 -2
- package/indexers/bundles/context-markdown-indexer/references/classification.md +28 -63
- package/indexers/bundles/context-markdown-indexer/references/editorial-policy.md +2 -2
- package/indexers/bundles/context-markdown-indexer/references/indexer.md +57 -113
- package/indexers/bundles/context-markdown-indexer/references/semantic-planning.md +48 -176
- package/indexers/bundles/context-markdown-indexer/references/structure-and-artifacts.md +33 -115
- package/indexers/bundles/context-markdown-indexer/tests/fixtures/anonymous.json +0 -6
- package/indexers/bundles/context-markdown-indexer/tests/fixtures/profiles.json +195 -39
- package/indexers/bundles/context-note-indexer/SKILL.md +20 -5
- package/indexers/bundles/context-note-indexer/context-indexer.yaml +2 -371
- package/indexers/bundles/context-note-indexer/references/classification.md +22 -49
- package/indexers/bundles/context-note-indexer/references/customization.md +19 -32
- package/indexers/bundles/context-note-indexer/references/extension-placement.md +13 -39
- package/indexers/bundles/context-note-indexer/references/indexer.md +6 -2
- package/indexers/bundles/context-note-indexer/references/updates-and-composition.md +26 -32
- package/indexers/bundles/context-note-indexer/references/writing.md +4 -4
- package/indexers/bundles/context-note-indexer/tests/fixtures/profiles.json +0 -54
- package/indexers/bundles/context-sessions-indexer/SKILL.md +20 -5
- package/indexers/bundles/context-sessions-indexer/context-indexer.yaml +2 -371
- package/indexers/bundles/context-sessions-indexer/references/classification.md +22 -50
- package/indexers/bundles/context-sessions-indexer/references/customization.md +19 -32
- package/indexers/bundles/context-sessions-indexer/references/extension-placement.md +12 -39
- package/indexers/bundles/context-sessions-indexer/references/indexer.md +6 -2
- package/indexers/bundles/context-sessions-indexer/references/updates-and-composition.md +26 -32
- package/indexers/bundles/context-sessions-indexer/references/writing.md +4 -4
- package/indexers/bundles/context-sessions-indexer/tests/fixtures/profiles.json +0 -54
- package/indexers/contracts/operator-contract.json +2 -4
- package/indexers/contracts/profile-contract.json +246 -940
- package/indexers/release-manifest.json +94 -98
- package/package.json +12 -12
- package/parserEntryWorker.js +2759 -16446
- package/plugins/VERSION +1 -1
- package/plugins/claude/.claude-plugin/plugin.json +1 -1
- package/plugins/claude/commands/context.md +6 -7
- package/plugins/claude/skills/context-indexer-create/SKILL.md +31 -70
- package/plugins/claude/skills/context-indexer-create/references/guides/indexer-skill-creation.md +107 -97
- package/plugins/codex/.codex-plugin/plugin.json +2 -2
- package/plugins/codex/skills/context/SKILL.md +6 -7
- package/plugins/codex/skills/context-indexer-create/SKILL.md +31 -70
- package/plugins/codex/skills/context-indexer-create/references/guides/indexer-skill-creation.md +107 -97
- package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
- package/plugins/cursor/commands/c4a-context.md +6 -7
- package/plugins/cursor/skills/context-indexer-create/SKILL.md +31 -70
- package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-skill-creation.md +107 -97
- package/plugins/skills/context/SKILL.md +6 -7
- package/plugins/skills/context-code-indexer/SKILL.md +19 -44
- package/plugins/skills/context-code-indexer/context-indexer.yaml +2 -19
- package/plugins/skills/context-code-indexer/references/composers/contracts-and-chains.md +7 -2
- package/plugins/skills/context-code-indexer/references/composers/cross-module-chain.md +7 -2
- package/plugins/skills/context-code-indexer/references/composers/development-and-delivery.md +7 -2
- package/plugins/skills/context-code-indexer/references/composers/event-flow.md +7 -2
- package/plugins/skills/context-code-indexer/references/composers/examples-and-documentation.md +7 -2
- package/plugins/skills/context-code-indexer/references/composers/persistence-boundary.md +7 -2
- package/plugins/skills/context-code-indexer/references/composers/protocol-boundary.md +8 -3
- package/plugins/skills/context-code-indexer/references/composers/public-contract.md +9 -4
- package/plugins/skills/context-code-indexer/references/indexer.md +137 -328
- package/plugins/skills/context-code-indexer/references/metrics.md +1 -1
- package/plugins/skills/context-code-indexer/templates/adapter-integration-maintenance-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/adapter-integration-request-adaptation-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/adapter-integration-usage-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/api-service-maintenance-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/api-service-public-api-reference.md +1 -9
- package/plugins/skills/context-code-indexer/templates/background-runtime-maintenance-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/background-runtime-task-runtime-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/cli-tool-maintenance-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/cli-tool-public-api-reference.md +1 -9
- package/plugins/skills/context-code-indexer/templates/cli-tool-usage-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/component-library-maintenance-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/component-library-public-api-reference.md +1 -9
- package/plugins/skills/context-code-indexer/templates/component-library-usage-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/contract-source-public-api-reference.md +1 -9
- package/plugins/skills/context-code-indexer/templates/contract-source-usage-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation-maintenance-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation-task-runtime-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation.md +5 -6
- package/plugins/skills/context-code-indexer/templates/derived-generated-source-public-api-reference.md +1 -9
- package/plugins/skills/context-code-indexer/templates/derived-generated-source-usage-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/domain-service-maintenance-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/domain-service-public-api-reference.md +1 -9
- package/plugins/skills/context-code-indexer/templates/event-consumer-maintenance-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/event-consumer-task-runtime-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/gateway-facade-maintenance-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/gateway-facade-public-api-reference.md +1 -9
- package/plugins/skills/context-code-indexer/templates/gateway-facade-request-adaptation-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/monorepo-container-maintenance-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/monorepo-container-usage-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/plugin-extension-maintenance-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/plugin-extension-public-api-reference.md +1 -9
- package/plugins/skills/context-code-indexer/templates/plugin-extension-usage-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/sdk-library-maintenance-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/sdk-library-public-api-reference.md +1 -9
- package/plugins/skills/context-code-indexer/templates/sdk-library-usage-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/storage-repository-maintenance-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/storage-repository-public-api-reference.md +1 -9
- package/plugins/skills/context-code-indexer/templates/web-application-federation-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/web-application-maintenance-guide.md +1 -9
- package/plugins/skills/context-code-indexer/templates/web-application-page-task-guide.md +1 -9
- package/plugins/skills/context-code-indexer/tests/fixtures/composers.json +8 -8
- package/plugins/skills/context-code-indexer/tests/fixtures/profiles.json +240 -48
- package/plugins/skills/context-indexer-create/SKILL.md +31 -70
- package/plugins/skills/context-indexer-create/references/guides/indexer-skill-creation.md +107 -97
- package/plugins/skills/context-markdown-indexer/SKILL.md +20 -24
- package/plugins/skills/context-markdown-indexer/context-indexer.yaml +2 -2
- package/plugins/skills/context-markdown-indexer/references/classification.md +28 -63
- package/plugins/skills/context-markdown-indexer/references/editorial-policy.md +2 -2
- package/plugins/skills/context-markdown-indexer/references/indexer.md +57 -113
- package/plugins/skills/context-markdown-indexer/references/semantic-planning.md +48 -176
- package/plugins/skills/context-markdown-indexer/references/structure-and-artifacts.md +33 -115
- package/plugins/skills/context-markdown-indexer/tests/fixtures/anonymous.json +0 -6
- package/plugins/skills/context-markdown-indexer/tests/fixtures/profiles.json +195 -39
- package/plugins/skills/context-note-indexer/SKILL.md +20 -5
- package/plugins/skills/context-note-indexer/context-indexer.yaml +2 -371
- package/plugins/skills/context-note-indexer/references/classification.md +22 -49
- package/plugins/skills/context-note-indexer/references/customization.md +19 -32
- package/plugins/skills/context-note-indexer/references/extension-placement.md +13 -39
- package/plugins/skills/context-note-indexer/references/indexer.md +6 -2
- package/plugins/skills/context-note-indexer/references/updates-and-composition.md +26 -32
- package/plugins/skills/context-note-indexer/references/writing.md +4 -4
- package/plugins/skills/context-note-indexer/tests/fixtures/profiles.json +0 -54
- package/plugins/skills/context-sessions-indexer/SKILL.md +20 -5
- package/plugins/skills/context-sessions-indexer/context-indexer.yaml +2 -371
- package/plugins/skills/context-sessions-indexer/references/classification.md +22 -50
- package/plugins/skills/context-sessions-indexer/references/customization.md +19 -32
- package/plugins/skills/context-sessions-indexer/references/extension-placement.md +12 -39
- package/plugins/skills/context-sessions-indexer/references/indexer.md +6 -2
- package/plugins/skills/context-sessions-indexer/references/updates-and-composition.md +26 -32
- package/plugins/skills/context-sessions-indexer/references/writing.md +4 -4
- package/plugins/skills/context-sessions-indexer/tests/fixtures/profiles.json +0 -54
- package/providers/context/actions/approve-production-report.yaml +5 -0
- package/providers/context/actions/configure-production-requirements.yaml +5 -0
- package/providers/context/actions/prepare-production-stage.yaml +5 -0
- package/providers/context/actions/register-source-batch.yaml +1 -1
- package/providers/context/actions/run-indexer-lifecycle.yaml +4 -1
- package/providers/context/actions/work-production-stage.yaml +5 -0
- package/providers/context/codes.yaml +10 -7
- package/providers/context/graphs/indexer.yaml +127 -596
- package/providers/context/graphs/workspace.yaml +2 -37
- package/providers/context/manifest.json +106 -813
- package/providers/context/provider.yaml +1 -1
- package/providers/context/resources/contracts/indexer-provider-guide.yaml +2 -2
- package/providers/context/resources/diagnostics/verification.md +4 -6
- package/providers/context/resources/dialogue/source-boundary.md +5 -7
- package/providers/context/resources/manuals/guides/code-indexer-skill-authoring.md +84 -0
- package/providers/context/resources/manuals/guides/indexer-provider-and-customization.md +117 -0
- package/providers/context/resources/manuals/guides/knowledge-updates.md +35 -14
- package/providers/context/resources/manuals/guides/markdown-indexer-skill-authoring.md +65 -0
- package/providers/context/resources/manuals/reference/package-templates.md +39 -65
- package/providers/context/resources/manuals/reference/template-variables.md +2 -3
- package/providers/context/resources/procedures/approved-revision.md +28 -35
- package/providers/context/resources/procedures/knowledge-review.md +1 -1
- package/providers/context/resources/procedures/knowledge-updates.md +35 -14
- package/providers/context/resources/procedures/parallel-agent-batch.md +33 -134
- package/providers/context/resources/procedures/production-requirements.md +61 -0
- package/providers/context/resources/procedures/production-stage-files.md +57 -0
- package/providers/context/resources/procedures/source-boundary.md +8 -10
- package/providers/context/resources/procedures/task-recovery.md +15 -20
- package/providers/context/resources/procedures/work-start-report.md +91 -413
- package/providers/context/resources/templates/indexer-agent-worker.md +20 -61
- package/providers/context/resources/templates/work-start-report.md +43 -279
- package/providers/context/schemas/approved-revision-result.schema.json +61 -2
- package/providers/context/schemas/indexer-agent-step-result.schema.json +128 -2043
- package/providers/context/schemas/source-batch-input.schema.json +0 -14
- package/providers/context/skills/resolve-current-indexer-gate/SKILL.md +11 -50
- package/providers/context/skills/run-indexer-agent-step/SKILL.md +19 -425
- package/providers/context/skills/run-indexer-lifecycle/SKILL.md +28 -214
- package/providers/context/skills/work-production-stage/SKILL.md +35 -0
- package/indexers/bundles/context-markdown-indexer/tests/fixtures/migration-equivalence.json +0 -186
- package/plugins/claude/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +0 -180
- package/plugins/claude/skills/context-indexer-create/references/guides/indexer-manifest-example.md +0 -103
- package/plugins/claude/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +0 -471
- package/plugins/claude/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +0 -136
- package/plugins/claude/skills/context-indexer-create/references/guides/note.md +0 -37
- package/plugins/claude/skills/context-indexer-create/references/guides/sessions.md +0 -50
- package/plugins/claude/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +0 -854
- package/plugins/codex/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +0 -180
- package/plugins/codex/skills/context-indexer-create/references/guides/indexer-manifest-example.md +0 -103
- package/plugins/codex/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +0 -471
- package/plugins/codex/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +0 -136
- package/plugins/codex/skills/context-indexer-create/references/guides/note.md +0 -37
- package/plugins/codex/skills/context-indexer-create/references/guides/sessions.md +0 -50
- package/plugins/codex/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +0 -854
- package/plugins/cursor/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +0 -180
- package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-manifest-example.md +0 -103
- package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +0 -471
- package/plugins/cursor/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +0 -136
- package/plugins/cursor/skills/context-indexer-create/references/guides/note.md +0 -37
- package/plugins/cursor/skills/context-indexer-create/references/guides/sessions.md +0 -50
- package/plugins/cursor/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +0 -854
- package/plugins/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +0 -180
- package/plugins/skills/context-indexer-create/references/guides/indexer-manifest-example.md +0 -103
- package/plugins/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +0 -471
- package/plugins/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +0 -136
- package/plugins/skills/context-indexer-create/references/guides/note.md +0 -37
- package/plugins/skills/context-indexer-create/references/guides/sessions.md +0 -50
- package/plugins/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +0 -854
- package/plugins/skills/context-markdown-indexer/tests/fixtures/migration-equivalence.json +0 -186
- package/providers/context/actions/advance-current-indexer-lifecycle.yaml +0 -6
- package/providers/context/actions/apply-indexer-project.yaml +0 -7
- package/providers/context/actions/authorize-current-indexer-provider-program.yaml +0 -6
- package/providers/context/actions/authorize-indexer-dependencies.yaml +0 -7
- package/providers/context/actions/authorize-indexer-program-execution.yaml +0 -7
- package/providers/context/actions/compile-indexer-candidates.yaml +0 -8
- package/providers/context/actions/configure-community-indexer-fallback.yaml +0 -6
- package/providers/context/actions/configure-indexer-providers.yaml +0 -6
- package/providers/context/actions/confirm-index-requirement-workset.yaml +0 -8
- package/providers/context/actions/confirm-subject-reidentification.yaml +0 -8
- package/providers/context/actions/discover-markdown-indexer-providers.yaml +0 -6
- package/providers/context/actions/finalize-current-indexer-provider-selection.yaml +0 -5
- package/providers/context/actions/inspect-indexer-dependencies.yaml +0 -7
- package/providers/context/actions/inspect-indexer-program-execution.yaml +0 -7
- package/providers/context/actions/inspect-indexer-project-proposal.yaml +0 -7
- package/providers/context/actions/inspect-markdown-provider-capture.yaml +0 -7
- package/providers/context/actions/maintain-evidence.yaml +0 -6
- package/providers/context/actions/materialize-indexer-instructions.yaml +0 -7
- package/providers/context/actions/materialize-indexer-workset-view.yaml +0 -7
- package/providers/context/actions/observe-indexer-project.yaml +0 -7
- package/providers/context/actions/prepare-indexer-customization-project.yaml +0 -7
- package/providers/context/actions/propose-indexer-customization.yaml +0 -7
- package/providers/context/actions/propose-overlay-question-amendment.yaml +0 -7
- package/providers/context/actions/rebind-indexer-selection-to-requirement.yaml +0 -7
- package/providers/context/actions/report-indexer-incremental-impact.yaml +0 -8
- package/providers/context/actions/resolve-current-indexer-provider.yaml +0 -6
- package/providers/context/actions/route-index-requirement-confirmation.yaml +0 -8
- package/providers/context/actions/route-indexer-provider-selection.yaml +0 -7
- package/providers/context/actions/run-indexer-agent-step.yaml +0 -7
- package/providers/context/actions/run-indexer-post-author-composer.yaml +0 -7
- package/providers/context/actions/validate-indexer-contract-overlays.yaml +0 -7
- package/providers/context/actions/validate-indexer-customization.yaml +0 -7
- package/providers/context/actions/validate-indexer-selection-proposal.yaml +0 -7
- package/providers/context/actions/validate-main-index-run.yaml +0 -7
- package/providers/context/actions/validate-markdown-provider-selection.yaml +0 -7
- package/providers/context/actions/validate-subject-key-schemas.yaml +0 -8
- package/providers/context/resources/dialogue/evidence-maintenance.md +0 -26
- package/providers/context/resources/procedures/evidence-maintenance.md +0 -20
- package/providers/context/resources/views/authorized-indexer-workset-view.yaml +0 -15
- package/providers/context/resources/views/resolved-indexer-instructions.yaml +0 -21
- package/providers/context/schemas/evidence-maintenance-input.schema.json +0 -30
- package/providers/context/schemas/indexer-agent-step-input.schema.json +0 -80
- package/providers/context/schemas/indexer-authorized-workset-view.schema.json +0 -65
- package/providers/context/schemas/indexer-candidate-compile-input.schema.json +0 -57
- package/providers/context/schemas/indexer-candidate-compile-output.schema.json +0 -38
- package/providers/context/schemas/indexer-contract-overlay-validation-input.schema.json +0 -48
- package/providers/context/schemas/indexer-contract-overlay-validation-result.schema.json +0 -63
- package/providers/context/schemas/indexer-customization-project-preparation-result.schema.json +0 -44
- package/providers/context/schemas/indexer-customization-proposal-draft.schema.json +0 -83
- package/providers/context/schemas/indexer-customization-validation-result.schema.json +0 -36
- package/providers/context/schemas/indexer-dependency-authorization-input.schema.json +0 -71
- package/providers/context/schemas/indexer-dependency-authorization-result.schema.json +0 -138
- package/providers/context/schemas/indexer-incremental-impact-input.schema.json +0 -31
- package/providers/context/schemas/indexer-incremental-impact-output.schema.json +0 -52
- package/providers/context/schemas/indexer-main-lifecycle-input.schema.json +0 -180
- package/providers/context/schemas/indexer-main-lifecycle-output.schema.json +0 -194
- package/providers/context/schemas/indexer-markdown-provider-capture-input.schema.json +0 -17
- package/providers/context/schemas/indexer-markdown-provider-capture-output.schema.json +0 -54
- package/providers/context/schemas/indexer-markdown-provider-validation-input.schema.json +0 -34
- package/providers/context/schemas/indexer-markdown-provider-validation-output.schema.json +0 -75
- package/providers/context/schemas/indexer-materialize-request.schema.json +0 -49
- package/providers/context/schemas/indexer-materialized-resource.schema.json +0 -64
- package/providers/context/schemas/indexer-overlay-question-amendment.schema.json +0 -13
- package/providers/context/schemas/indexer-overlay-question-proposal-input.schema.json +0 -89
- package/providers/context/schemas/indexer-overlay-question-rebind-input.schema.json +0 -35
- package/providers/context/schemas/indexer-overlay-question-rebind-result.schema.json +0 -25
- package/providers/context/schemas/indexer-program-execution-authorization-input.schema.json +0 -145
- package/providers/context/schemas/indexer-program-execution-authorization-result.schema.json +0 -60
- package/providers/context/schemas/indexer-project-action-result.schema.json +0 -19
- package/providers/context/schemas/indexer-project-gate-input.schema.json +0 -100
- package/providers/context/schemas/indexer-project-observation-input.schema.json +0 -16
- package/providers/context/schemas/indexer-project-observation-result.schema.json +0 -42
- package/providers/context/schemas/indexer-provider-route-input.schema.json +0 -55
- package/providers/context/schemas/indexer-provider-route-report.schema.json +0 -188
- package/providers/context/schemas/indexer-requirement-confirmation-input.schema.json +0 -27
- package/providers/context/schemas/indexer-requirement-confirmation-output.schema.json +0 -24
- package/providers/context/schemas/indexer-selection-proposal-input.schema.json +0 -12
- package/providers/context/schemas/indexer-selection-proposal-validation.schema.json +0 -23
- package/providers/context/schemas/indexer-subject-reidentification-input.schema.json +0 -37
- package/providers/context/schemas/indexer-subject-reidentification-output.schema.json +0 -31
- package/providers/context/schemas/indexer-workset-view-materialization-request.schema.json +0 -35
- package/providers/context/skills/authorize-current-indexer-provider-program/SKILL.md +0 -20
- package/providers/context/skills/configure-indexer-providers/SKILL.md +0 -137
- package/providers/context/skills/configure-indexer-providers/references/guides/code-indexer-skill-authoring.md +0 -180
- package/providers/context/skills/configure-indexer-providers/references/guides/indexer-provider-and-customization.md +0 -471
- package/providers/context/skills/configure-indexer-providers/references/guides/markdown-indexer-skill-authoring.md +0 -136
- package/providers/context/skills/configure-indexer-providers/references/guides/note.md +0 -37
- package/providers/context/skills/configure-indexer-providers/references/guides/sessions.md +0 -50
- package/providers/context/skills/configure-indexer-providers/references/reference/indexer-provider-protocol.md +0 -854
- package/providers/context/skills/prepare-indexer-customization-project/SKILL.md +0 -31
- package/providers/context/skills/propose-indexer-customization/SKILL.md +0 -40
- package/providers/context/skills/resolve-current-indexer-provider/SKILL.md +0 -20
- package/providers/context/skills/run-indexer-post-author-composer/SKILL.md +0 -122
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"protocol": "context.indexer.markdown-migration-equivalence-fixture-set/v1",
|
|
3
|
-
"anonymized": true,
|
|
4
|
-
"cases": [
|
|
5
|
-
{
|
|
6
|
-
"id": "evidence-first",
|
|
7
|
-
"rule_id": "evidence-first",
|
|
8
|
-
"authority": "community-instructions",
|
|
9
|
-
"source_shape": "A captured page has an operations-looking path but its body is a product acceptance specification.",
|
|
10
|
-
"expected_decision": "classify-from-body-authority-and-reader-task",
|
|
11
|
-
"forbidden_decision": "classify-from-path",
|
|
12
|
-
"recovery": "Read the complete authorized evidence before returning a Section intent."
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"id": "complete-evidence-read",
|
|
16
|
-
"rule_id": "complete-evidence-read",
|
|
17
|
-
"authority": "community-instructions",
|
|
18
|
-
"source_shape": "A long page preview shows only headings while the required evidence view still has unread pages.",
|
|
19
|
-
"expected_decision": "continue-current-evidence-read",
|
|
20
|
-
"forbidden_decision": "decide-from-heading-preview",
|
|
21
|
-
"recovery": "Follow the current workset evidence continuation before authoring."
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"id": "mixed-section-intents",
|
|
25
|
-
"rule_id": "mixed-section-intents",
|
|
26
|
-
"authority": "community-instructions",
|
|
27
|
-
"source_shape": "One document contains product behavior, technical design, and a recovery procedure.",
|
|
28
|
-
"expected_decision": "classify-each-section",
|
|
29
|
-
"forbidden_decision": "force-one-document-classification",
|
|
30
|
-
"recovery": "Split along continuous reader-task boundaries and return registered intents."
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"id": "reuse-exact-subject",
|
|
34
|
-
"rule_id": "reuse-exact-subject",
|
|
35
|
-
"authority": "community-instructions",
|
|
36
|
-
"source_shape": "The target-resolution view contains an exact current subject with matching evidence.",
|
|
37
|
-
"expected_decision": "reuse-existing",
|
|
38
|
-
"forbidden_decision": "create-title-alias",
|
|
39
|
-
"recovery": "Use the supplied target identity and leave identity derivation to Context."
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"id": "independent-subject",
|
|
43
|
-
"rule_id": "independent-subject",
|
|
44
|
-
"authority": "community-instructions",
|
|
45
|
-
"source_shape": "A separately named component has its own contract, lifecycle, and standalone reader questions.",
|
|
46
|
-
"expected_decision": "create-independent",
|
|
47
|
-
"forbidden_decision": "merge-into-unrelated-parent",
|
|
48
|
-
"recovery": "Bind the independent decision to current evidence and a permitted SubjectKey schema."
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"id": "local-heading-stays-section",
|
|
52
|
-
"rule_id": "local-heading-stays-section",
|
|
53
|
-
"authority": "community-instructions",
|
|
54
|
-
"source_shape": "A local heading contains one warning that only makes sense inside the parent guide.",
|
|
55
|
-
"expected_decision": "retain-section-group",
|
|
56
|
-
"forbidden_decision": "create-thin-subject",
|
|
57
|
-
"recovery": "Keep the warning as a source-backed Section under the owning Artifact."
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"id": "navigation-only",
|
|
61
|
-
"rule_id": "navigation-only",
|
|
62
|
-
"authority": "community-instructions",
|
|
63
|
-
"source_shape": "A page contains labels and unresolved links but no citable reader content.",
|
|
64
|
-
"expected_decision": "request-material",
|
|
65
|
-
"forbidden_decision": "publish-empty-artifact",
|
|
66
|
-
"recovery": "Return the registered missing-material or unsupported disposition."
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"id": "density-only-guides-reading",
|
|
70
|
-
"rule_id": "density-only-guides-reading",
|
|
71
|
-
"authority": "community-instructions",
|
|
72
|
-
"source_shape": "A fragmented note contains many short independent claims.",
|
|
73
|
-
"expected_decision": "use-micro-reading",
|
|
74
|
-
"forbidden_decision": "infer-quality-from-density",
|
|
75
|
-
"recovery": "Keep evidence windows narrow, then apply the normal semantic gates."
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"id": "duplicate-same-boundary",
|
|
79
|
-
"rule_id": "duplicate-same-boundary",
|
|
80
|
-
"authority": "community-instructions",
|
|
81
|
-
"source_shape": "Two paragraphs repeat the same claim for the same reader task and authority.",
|
|
82
|
-
"expected_decision": "collapse-duplicate",
|
|
83
|
-
"forbidden_decision": "publish-repeated-sections",
|
|
84
|
-
"recovery": "Retain one canonical statement with its evidence boundary."
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"id": "conflicting-evidence",
|
|
88
|
-
"rule_id": "conflicting-evidence",
|
|
89
|
-
"authority": "community-instructions",
|
|
90
|
-
"source_shape": "Two current sources disagree and the workset supplies no precedence.",
|
|
91
|
-
"expected_decision": "keep-unresolved",
|
|
92
|
-
"forbidden_decision": "choose-by-file-order",
|
|
93
|
-
"recovery": "Return a material question or supported diagnostic instead of guessing."
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"id": "source-backed-relation",
|
|
97
|
-
"rule_id": "source-backed-relation",
|
|
98
|
-
"authority": "community-instructions",
|
|
99
|
-
"source_shape": "A cited Section explicitly states that one authorized component consumes another component's output.",
|
|
100
|
-
"expected_decision": "emit-owned-cited-claim",
|
|
101
|
-
"forbidden_decision": "emit-endpoint-only-relation",
|
|
102
|
-
"recovery": "Keep the claim only under the Section carrying relation evidence."
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"id": "source-authored-uncertainty",
|
|
106
|
-
"rule_id": "source-authored-uncertainty",
|
|
107
|
-
"authority": "community-instructions",
|
|
108
|
-
"source_shape": "The source explicitly describes a possible cause, while the structured schema has no confidence field.",
|
|
109
|
-
"expected_decision": "preserve-uncertainty-in-prose",
|
|
110
|
-
"forbidden_decision": "invent-confidence-field",
|
|
111
|
-
"recovery": "Keep Agent uncertainty unresolved and preserve only source-authored uncertainty."
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"id": "canonical-layout-identity",
|
|
115
|
-
"rule_id": "canonical-layout-identity",
|
|
116
|
-
"authority": "context-layout",
|
|
117
|
-
"source_shape": "An accepted Result carries a current SubjectKey and Section projection intents.",
|
|
118
|
-
"expected_decision": "derive-node-artifact-view-section-and-path",
|
|
119
|
-
"forbidden_decision": "accept-hand-authored-path",
|
|
120
|
-
"recovery": "Recompute the proposal from the current Result and contract."
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"id": "layout-collision",
|
|
124
|
-
"rule_id": "layout-collision",
|
|
125
|
-
"authority": "context-layout",
|
|
126
|
-
"source_shape": "Two proposals claim the same Node, Artifact, Section, or output path.",
|
|
127
|
-
"expected_decision": "reject-collision",
|
|
128
|
-
"forbidden_decision": "resolve-with-alias",
|
|
129
|
-
"recovery": "Return to current subject resolution instead of mutating a path."
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"id": "destructive-layout-change",
|
|
133
|
-
"rule_id": "destructive-layout-change",
|
|
134
|
-
"authority": "context-layout",
|
|
135
|
-
"source_shape": "A current Artifact would be removed or moved after a new Result.",
|
|
136
|
-
"expected_decision": "require-confirm-layout-change",
|
|
137
|
-
"forbidden_decision": "apply-destructive-change-silently",
|
|
138
|
-
"recovery": "Bind one human confirmation to the exact base and target digests."
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"id": "eligible-omission",
|
|
142
|
-
"rule_id": "eligible-omission",
|
|
143
|
-
"authority": "community-instructions",
|
|
144
|
-
"source_shape": "A Section is only an unanswered placeholder and the analyzer supplies an eligible omission reason.",
|
|
145
|
-
"expected_decision": "omit-with-exact-reason",
|
|
146
|
-
"forbidden_decision": "publish-placeholder",
|
|
147
|
-
"recovery": "Use the exact eligible omission reason and preserve lifecycle audit in Context."
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"id": "protected-knowledge-retention",
|
|
151
|
-
"rule_id": "protected-knowledge-retention",
|
|
152
|
-
"authority": "community-instructions",
|
|
153
|
-
"source_shape": "A question has an evidence-backed answer and a deprecation names its replacement.",
|
|
154
|
-
"expected_decision": "retain-knowledge",
|
|
155
|
-
"forbidden_decision": "omit-by-label",
|
|
156
|
-
"recovery": "Repair or reshape without removing the answer or replacement."
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"id": "missing-input",
|
|
160
|
-
"rule_id": "missing-input",
|
|
161
|
-
"authority": "community-instructions",
|
|
162
|
-
"source_shape": "A Section contains an ambiguous owner or link purpose that current evidence cannot recover.",
|
|
163
|
-
"expected_decision": "request-input",
|
|
164
|
-
"forbidden_decision": "keep-to-avoid-pause",
|
|
165
|
-
"recovery": "Ask one concise batched question after completing independent safe work."
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"id": "stale-recovery",
|
|
169
|
-
"rule_id": "stale-recovery",
|
|
170
|
-
"authority": "context-layout",
|
|
171
|
-
"source_shape": "The workset, profile contract, or source digest changes before layout acceptance.",
|
|
172
|
-
"expected_decision": "reject-stale-and-recompute",
|
|
173
|
-
"forbidden_decision": "patch-digest-or-path",
|
|
174
|
-
"recovery": "Resume from the fresh Context route and recompute the bound Result and layout."
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"id": "three-attempt-guidance",
|
|
178
|
-
"rule_id": "three-attempt-guidance",
|
|
179
|
-
"authority": "context-revision",
|
|
180
|
-
"source_shape": "The same current quality problem survives three accepted revision attempts while other Sections pass.",
|
|
181
|
-
"expected_decision": "request-aggregated-guidance",
|
|
182
|
-
"forbidden_decision": "restart-passing-sections",
|
|
183
|
-
"recovery": "Ask for content organization, source fidelity, or missing material once."
|
|
184
|
-
}
|
|
185
|
-
]
|
|
186
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: authorize-indexer-dependencies
|
|
3
|
-
runner: host
|
|
4
|
-
effect: external
|
|
5
|
-
handler: context.authorize-indexer-dependencies/v1
|
|
6
|
-
inputSchema: schemas/indexer-dependency-authorization-input.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-dependency-authorization-result.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: authorize-indexer-program-execution
|
|
3
|
-
runner: host
|
|
4
|
-
effect: external
|
|
5
|
-
handler: context.authorize-indexer-program-execution/v1
|
|
6
|
-
inputSchema: schemas/indexer-program-execution-authorization-input.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-program-execution-authorization-result.schema.json
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: compile-indexer-candidates
|
|
3
|
-
description: Compile Candidate Artifacts only from the exact current accepted author IndexerResult set and authorized layout transition.
|
|
4
|
-
runner: command
|
|
5
|
-
effect: write
|
|
6
|
-
command: context indexer compile-indexer-candidates --input .tmp/agent-payloads/indexer-candidate-compile.json --format json
|
|
7
|
-
inputSchema: schemas/indexer-candidate-compile-input.schema.json
|
|
8
|
-
outputSchema: schemas/indexer-candidate-compile-output.schema.json
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: confirm-index-requirement-workset
|
|
3
|
-
description: Confirm one exact requirement workset with the authority required by its recomputed comparator.
|
|
4
|
-
runner: host
|
|
5
|
-
effect: external
|
|
6
|
-
handler: context.confirm-index-requirement-workset/v1
|
|
7
|
-
inputSchema: schemas/indexer-requirement-confirmation-input.schema.json
|
|
8
|
-
outputSchema: schemas/indexer-requirement-confirmation-output.schema.json
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: confirm-subject-reidentification
|
|
3
|
-
description: Confirm one activation-safe, complete, collision-free old-to-new SubjectKey mapping.
|
|
4
|
-
runner: host
|
|
5
|
-
effect: external
|
|
6
|
-
handler: context.confirm-subject-reidentification/v1
|
|
7
|
-
inputSchema: schemas/indexer-subject-reidentification-input.schema.json
|
|
8
|
-
outputSchema: schemas/indexer-subject-reidentification-output.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: inspect-indexer-dependencies
|
|
3
|
-
runner: host
|
|
4
|
-
effect: read
|
|
5
|
-
handler: context.inspect-indexer-dependencies/v1
|
|
6
|
-
inputSchema: schemas/indexer-dependency-authorization-input.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-dependency-authorization-result.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: inspect-indexer-program-execution
|
|
3
|
-
runner: host
|
|
4
|
-
effect: read
|
|
5
|
-
handler: context.inspect-indexer-program-execution/v1
|
|
6
|
-
inputSchema: schemas/indexer-program-execution-authorization-input.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-program-execution-authorization-result.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: inspect-indexer-project-proposal
|
|
3
|
-
runner: host
|
|
4
|
-
effect: read
|
|
5
|
-
handler: context.inspect-indexer-project-proposal/v1
|
|
6
|
-
inputSchema: schemas/indexer-project-gate-input.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-project-action-result.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: inspect-markdown-provider-capture
|
|
3
|
-
runner: command
|
|
4
|
-
effect: read
|
|
5
|
-
command: context indexer inspect-markdown-provider-capture --input .tmp/agent-payloads/indexer-markdown-provider-capture.json --format json
|
|
6
|
-
inputSchema: schemas/indexer-markdown-provider-capture-input.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-markdown-provider-capture-output.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: materialize-indexer-instructions
|
|
3
|
-
runner: host
|
|
4
|
-
effect: read
|
|
5
|
-
handler: context.materialize-indexer-instructions/v1
|
|
6
|
-
inputSchema: schemas/indexer-materialize-request.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-materialized-resource.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: materialize-indexer-workset-view
|
|
3
|
-
runner: host
|
|
4
|
-
effect: read
|
|
5
|
-
handler: context.materialize-indexer-workset-view/v1
|
|
6
|
-
inputSchema: schemas/indexer-workset-view-materialization-request.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-authorized-workset-view.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: observe-indexer-project
|
|
3
|
-
runner: host
|
|
4
|
-
effect: read
|
|
5
|
-
handler: context.observe-indexer-project/v1
|
|
6
|
-
inputSchema: schemas/indexer-project-observation-input.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-project-observation-result.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: prepare-indexer-customization-project
|
|
3
|
-
runner: agent
|
|
4
|
-
effect: write
|
|
5
|
-
skill: skills/prepare-indexer-customization-project/SKILL.md
|
|
6
|
-
inputSchema: schemas/indexer-customization-validation-result.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-customization-project-preparation-result.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: propose-indexer-customization
|
|
3
|
-
runner: agent
|
|
4
|
-
effect: write
|
|
5
|
-
skill: skills/propose-indexer-customization/SKILL.md
|
|
6
|
-
inputSchema: schemas/indexer-provider-route-report.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-customization-proposal-draft.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: propose-overlay-question-amendment
|
|
3
|
-
runner: host
|
|
4
|
-
effect: read
|
|
5
|
-
handler: context.propose-overlay-question-amendment/v1
|
|
6
|
-
inputSchema: schemas/indexer-overlay-question-proposal-input.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-overlay-question-amendment.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: rebind-indexer-selection-to-requirement
|
|
3
|
-
runner: host
|
|
4
|
-
effect: read
|
|
5
|
-
handler: context.rebind-indexer-selection-to-requirement/v1
|
|
6
|
-
inputSchema: schemas/indexer-overlay-question-rebind-input.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-overlay-question-rebind-result.schema.json
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: report-indexer-incremental-impact
|
|
3
|
-
description: Compare the complete current author dependency views with the durable accepted Merkle projections and report exact Artifact and Section impact.
|
|
4
|
-
runner: command
|
|
5
|
-
effect: read
|
|
6
|
-
command: context indexer report-indexer-incremental-impact --input .tmp/agent-payloads/indexer-incremental-impact.json --format json
|
|
7
|
-
inputSchema: schemas/indexer-incremental-impact-input.schema.json
|
|
8
|
-
outputSchema: schemas/indexer-incremental-impact-output.schema.json
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: route-index-requirement-confirmation
|
|
3
|
-
description: Revalidate a requirement comparison report and select its exact confirmation Gate.
|
|
4
|
-
runner: command
|
|
5
|
-
effect: read
|
|
6
|
-
command: context indexer route-index-requirement-confirmation --input .tmp/agent-payloads/indexer-requirement-confirmation-route.json --format json
|
|
7
|
-
inputSchema: schemas/indexer-requirement-confirmation-input.schema.json
|
|
8
|
-
outputSchema: schemas/indexer-requirement-confirmation-output.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: route-indexer-provider-selection
|
|
3
|
-
runner: host
|
|
4
|
-
effect: read
|
|
5
|
-
handler: context.route-indexer-provider-selection/v1
|
|
6
|
-
inputSchema: schemas/indexer-provider-route-input.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-provider-route-report.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: run-indexer-post-author-composer
|
|
3
|
-
runner: agent
|
|
4
|
-
effect: write
|
|
5
|
-
skill: skills/run-indexer-post-author-composer/SKILL.md
|
|
6
|
-
inputSchema: schemas/indexer-agent-step-input.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-agent-step-result.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: validate-indexer-contract-overlays
|
|
3
|
-
runner: host
|
|
4
|
-
effect: read
|
|
5
|
-
handler: context.validate-indexer-contract-overlay/v1
|
|
6
|
-
inputSchema: schemas/indexer-contract-overlay-validation-input.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-contract-overlay-validation-result.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: validate-indexer-customization
|
|
3
|
-
runner: host
|
|
4
|
-
effect: write
|
|
5
|
-
handler: context.validate-indexer-customization/v1
|
|
6
|
-
inputSchema: schemas/indexer-customization-proposal-draft.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-customization-validation-result.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: validate-indexer-selection-proposal
|
|
3
|
-
runner: host
|
|
4
|
-
effect: read
|
|
5
|
-
handler: context.validate-indexer-selection-proposal/v1
|
|
6
|
-
inputSchema: schemas/indexer-selection-proposal-input.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-selection-proposal-validation.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: validate-main-index-run
|
|
3
|
-
runner: command
|
|
4
|
-
effect: read
|
|
5
|
-
command: context indexer validate-main-index-run --input .tmp/agent-payloads/indexer-main-lifecycle.json --format json
|
|
6
|
-
inputSchema: schemas/indexer-main-lifecycle-input.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-main-lifecycle-output.schema.json
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: validate-markdown-provider-selection
|
|
3
|
-
runner: command
|
|
4
|
-
effect: write
|
|
5
|
-
command: context indexer validate-markdown-provider-selection --input .tmp/agent-payloads/indexer-markdown-provider-validation.json --format json
|
|
6
|
-
inputSchema: schemas/indexer-markdown-provider-validation-input.schema.json
|
|
7
|
-
outputSchema: schemas/indexer-markdown-provider-validation-output.schema.json
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.action.v1
|
|
2
|
-
id: validate-subject-key-schemas
|
|
3
|
-
description: Recompute SubjectKey schema evolution and exact approved-Node mappings.
|
|
4
|
-
runner: command
|
|
5
|
-
effect: read
|
|
6
|
-
command: context indexer validate-subject-key-schemas --input .tmp/agent-payloads/indexer-subject-key-validation.json --format json
|
|
7
|
-
inputSchema: schemas/indexer-subject-reidentification-input.schema.json
|
|
8
|
-
outputSchema: schemas/indexer-subject-reidentification-output.schema.json
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: dialogue.evidence-maintenance
|
|
3
|
-
kind: procedure
|
|
4
|
-
mediaType: text/markdown
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# Evidence-maintenance dialogue
|
|
8
|
-
|
|
9
|
-
Explain that approved content remains present but its current source evidence
|
|
10
|
-
has changed.
|
|
11
|
-
|
|
12
|
-
For stale evidence, offer:
|
|
13
|
-
|
|
14
|
-
- create an updated Review candidate when facts, wording, or scope may have
|
|
15
|
-
changed; or
|
|
16
|
-
- re-pin the existing page only when the content is still valid and the change
|
|
17
|
-
is purely locational or otherwise body-neutral.
|
|
18
|
-
|
|
19
|
-
For orphaned evidence, offer:
|
|
20
|
-
|
|
21
|
-
- deprecate the page so later packages stop selecting it while audit history is
|
|
22
|
-
retained; or
|
|
23
|
-
- keep it as source-orphaned knowledge with an explicit continuing warning.
|
|
24
|
-
|
|
25
|
-
Do not describe re-pin as content refresh, and do not target maintenance by a
|
|
26
|
-
guessed file path. Use the current diagnostic's exact `view_ref`.
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: procedure.evidence-maintenance
|
|
3
|
-
kind: procedure
|
|
4
|
-
mediaType: text/markdown
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# Evidence maintenance
|
|
8
|
-
|
|
9
|
-
Approved knowledge can outlive a moved or temporarily unavailable source, but
|
|
10
|
-
the resulting evidence state must stay explicit.
|
|
11
|
-
|
|
12
|
-
- Re-pin only when the approved body still matches current source content and
|
|
13
|
-
only the evidence location changed.
|
|
14
|
-
- Create a new candidate when source content changed.
|
|
15
|
-
- Deprecate knowledge that should no longer be used.
|
|
16
|
-
- Keep source-orphaned knowledge only after an explicit user decision and retain
|
|
17
|
-
the evidence warning.
|
|
18
|
-
|
|
19
|
-
Use the affected `view_ref` values from the current diagnostic resource. Do not
|
|
20
|
-
target maintenance by guessed paths or node names.
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.resource.host-action.v1
|
|
2
|
-
id: authorized-indexer-workset-view
|
|
3
|
-
kind: procedure
|
|
4
|
-
mediaType: application/json
|
|
5
|
-
materializer: actions/materialize-indexer-workset-view.yaml
|
|
6
|
-
input:
|
|
7
|
-
protocol: context.indexer.workset-view-materialization-request/v1
|
|
8
|
-
handler: context.materialize-indexer-workset-view/v1
|
|
9
|
-
resource_id: authorized-indexer-workset-view
|
|
10
|
-
workset_digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
|
|
11
|
-
execution_request_digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
|
|
12
|
-
view_digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
|
|
13
|
-
payload_digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
|
|
14
|
-
request_digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
|
|
15
|
-
description: Runtime-bound authorized evidence for one exact Indexer workset; Context replaces the reserved template before exposing the Route.
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
schema: agent-graph.resource.host-action.v1
|
|
2
|
-
id: resolved-indexer-instructions
|
|
3
|
-
kind: procedure
|
|
4
|
-
mediaType: text/markdown
|
|
5
|
-
materializer: actions/materialize-indexer-instructions.yaml
|
|
6
|
-
input:
|
|
7
|
-
protocol: context.indexer.materialize-request/v2
|
|
8
|
-
handler: context.materialize-indexer-instructions/v1
|
|
9
|
-
resource_id: resolved-indexer-instructions
|
|
10
|
-
indexer_id: __runtime__
|
|
11
|
-
provider_id: __runtime__
|
|
12
|
-
provider_fingerprint: sha256:0000000000000000000000000000000000000000000000000000000000000000
|
|
13
|
-
provider_integrity: sha256:0000000000000000000000000000000000000000000000000000000000000000
|
|
14
|
-
manifest_digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
|
|
15
|
-
stage: partition
|
|
16
|
-
profile: __runtime__
|
|
17
|
-
composer_id: null
|
|
18
|
-
instruction_set_digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
|
|
19
|
-
customization_fingerprint: sha256:0000000000000000000000000000000000000000000000000000000000000000
|
|
20
|
-
request_digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
|
|
21
|
-
description: Runtime-bound exact Provider instructions; Context replaces the reserved template input before exposing this Route.
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "context.evidence-maintenance.v1",
|
|
4
|
-
"type": "object",
|
|
5
|
-
"additionalProperties": false,
|
|
6
|
-
"required": ["schema", "decisions"],
|
|
7
|
-
"properties": {
|
|
8
|
-
"schema": {
|
|
9
|
-
"const": "context.evidence-maintenance.v1"
|
|
10
|
-
},
|
|
11
|
-
"decisions": {
|
|
12
|
-
"type": "array",
|
|
13
|
-
"minItems": 1,
|
|
14
|
-
"items": {
|
|
15
|
-
"type": "object",
|
|
16
|
-
"additionalProperties": false,
|
|
17
|
-
"required": ["view_ref", "action"],
|
|
18
|
-
"properties": {
|
|
19
|
-
"view_ref": {
|
|
20
|
-
"type": "string",
|
|
21
|
-
"minLength": 1
|
|
22
|
-
},
|
|
23
|
-
"action": {
|
|
24
|
-
"enum": ["re-pin", "deprecate", "keep-orphaned"]
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|