@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
|
@@ -7,10 +7,22 @@
|
|
|
7
7
|
"source_role": "authoritative-source",
|
|
8
8
|
"logical_unit_id": "semantic-subject",
|
|
9
9
|
"logical_unit_ref": "node:anonymous-monorepo-container",
|
|
10
|
-
"canonical_facts": {
|
|
10
|
+
"canonical_facts": {
|
|
11
|
+
"target": {
|
|
12
|
+
"eligible": true
|
|
13
|
+
}
|
|
14
|
+
},
|
|
11
15
|
"artifact_policy_variant": "standard",
|
|
12
|
-
"artifacts": [
|
|
13
|
-
|
|
16
|
+
"artifacts": [
|
|
17
|
+
{
|
|
18
|
+
"artifact_id": "content",
|
|
19
|
+
"artifact_kind": "content",
|
|
20
|
+
"purpose": "required",
|
|
21
|
+
"reader_question_refs": [
|
|
22
|
+
"question:failure-recovery"
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
]
|
|
14
26
|
},
|
|
15
27
|
{
|
|
16
28
|
"protocol": "context.indexer.authoring-fixture/v1",
|
|
@@ -20,10 +32,22 @@
|
|
|
20
32
|
"source_role": "authoritative-source",
|
|
21
33
|
"logical_unit_id": "semantic-subject",
|
|
22
34
|
"logical_unit_ref": "node:anonymous-web-application",
|
|
23
|
-
"canonical_facts": {
|
|
35
|
+
"canonical_facts": {
|
|
36
|
+
"target": {
|
|
37
|
+
"eligible": true
|
|
38
|
+
}
|
|
39
|
+
},
|
|
24
40
|
"artifact_policy_variant": "standard",
|
|
25
|
-
"artifacts": [
|
|
26
|
-
|
|
41
|
+
"artifacts": [
|
|
42
|
+
{
|
|
43
|
+
"artifact_id": "content",
|
|
44
|
+
"artifact_kind": "content",
|
|
45
|
+
"purpose": "required",
|
|
46
|
+
"reader_question_refs": [
|
|
47
|
+
"question:failure-recovery"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
]
|
|
27
51
|
},
|
|
28
52
|
{
|
|
29
53
|
"protocol": "context.indexer.authoring-fixture/v1",
|
|
@@ -33,10 +57,22 @@
|
|
|
33
57
|
"source_role": "authoritative-source",
|
|
34
58
|
"logical_unit_id": "semantic-subject",
|
|
35
59
|
"logical_unit_ref": "node:anonymous-component-library",
|
|
36
|
-
"canonical_facts": {
|
|
60
|
+
"canonical_facts": {
|
|
61
|
+
"target": {
|
|
62
|
+
"eligible": true
|
|
63
|
+
}
|
|
64
|
+
},
|
|
37
65
|
"artifact_policy_variant": "standard",
|
|
38
|
-
"artifacts": [
|
|
39
|
-
|
|
66
|
+
"artifacts": [
|
|
67
|
+
{
|
|
68
|
+
"artifact_id": "content",
|
|
69
|
+
"artifact_kind": "content",
|
|
70
|
+
"purpose": "required",
|
|
71
|
+
"reader_question_refs": [
|
|
72
|
+
"question:failure-recovery"
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
]
|
|
40
76
|
},
|
|
41
77
|
{
|
|
42
78
|
"protocol": "context.indexer.authoring-fixture/v1",
|
|
@@ -46,10 +82,22 @@
|
|
|
46
82
|
"source_role": "authoritative-source",
|
|
47
83
|
"logical_unit_id": "semantic-subject",
|
|
48
84
|
"logical_unit_ref": "node:anonymous-sdk-library",
|
|
49
|
-
"canonical_facts": {
|
|
85
|
+
"canonical_facts": {
|
|
86
|
+
"target": {
|
|
87
|
+
"eligible": true
|
|
88
|
+
}
|
|
89
|
+
},
|
|
50
90
|
"artifact_policy_variant": "standard",
|
|
51
|
-
"artifacts": [
|
|
52
|
-
|
|
91
|
+
"artifacts": [
|
|
92
|
+
{
|
|
93
|
+
"artifact_id": "content",
|
|
94
|
+
"artifact_kind": "content",
|
|
95
|
+
"purpose": "required",
|
|
96
|
+
"reader_question_refs": [
|
|
97
|
+
"question:failure-recovery"
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
]
|
|
53
101
|
},
|
|
54
102
|
{
|
|
55
103
|
"protocol": "context.indexer.authoring-fixture/v1",
|
|
@@ -59,10 +107,22 @@
|
|
|
59
107
|
"source_role": "authoritative-source",
|
|
60
108
|
"logical_unit_id": "semantic-subject",
|
|
61
109
|
"logical_unit_ref": "node:anonymous-cli-tool",
|
|
62
|
-
"canonical_facts": {
|
|
110
|
+
"canonical_facts": {
|
|
111
|
+
"target": {
|
|
112
|
+
"eligible": true
|
|
113
|
+
}
|
|
114
|
+
},
|
|
63
115
|
"artifact_policy_variant": "standard",
|
|
64
|
-
"artifacts": [
|
|
65
|
-
|
|
116
|
+
"artifacts": [
|
|
117
|
+
{
|
|
118
|
+
"artifact_id": "content",
|
|
119
|
+
"artifact_kind": "content",
|
|
120
|
+
"purpose": "required",
|
|
121
|
+
"reader_question_refs": [
|
|
122
|
+
"question:failure-recovery"
|
|
123
|
+
]
|
|
124
|
+
}
|
|
125
|
+
]
|
|
66
126
|
},
|
|
67
127
|
{
|
|
68
128
|
"protocol": "context.indexer.authoring-fixture/v1",
|
|
@@ -72,10 +132,22 @@
|
|
|
72
132
|
"source_role": "authoritative-source",
|
|
73
133
|
"logical_unit_id": "semantic-subject",
|
|
74
134
|
"logical_unit_ref": "node:anonymous-plugin-extension",
|
|
75
|
-
"canonical_facts": {
|
|
135
|
+
"canonical_facts": {
|
|
136
|
+
"target": {
|
|
137
|
+
"eligible": true
|
|
138
|
+
}
|
|
139
|
+
},
|
|
76
140
|
"artifact_policy_variant": "standard",
|
|
77
|
-
"artifacts": [
|
|
78
|
-
|
|
141
|
+
"artifacts": [
|
|
142
|
+
{
|
|
143
|
+
"artifact_id": "content",
|
|
144
|
+
"artifact_kind": "content",
|
|
145
|
+
"purpose": "required",
|
|
146
|
+
"reader_question_refs": [
|
|
147
|
+
"question:failure-recovery"
|
|
148
|
+
]
|
|
149
|
+
}
|
|
150
|
+
]
|
|
79
151
|
},
|
|
80
152
|
{
|
|
81
153
|
"protocol": "context.indexer.authoring-fixture/v1",
|
|
@@ -85,10 +157,22 @@
|
|
|
85
157
|
"source_role": "authoritative-source",
|
|
86
158
|
"logical_unit_id": "semantic-subject",
|
|
87
159
|
"logical_unit_ref": "node:anonymous-api-service",
|
|
88
|
-
"canonical_facts": {
|
|
160
|
+
"canonical_facts": {
|
|
161
|
+
"target": {
|
|
162
|
+
"eligible": true
|
|
163
|
+
}
|
|
164
|
+
},
|
|
89
165
|
"artifact_policy_variant": "standard",
|
|
90
|
-
"artifacts": [
|
|
91
|
-
|
|
166
|
+
"artifacts": [
|
|
167
|
+
{
|
|
168
|
+
"artifact_id": "content",
|
|
169
|
+
"artifact_kind": "content",
|
|
170
|
+
"purpose": "required",
|
|
171
|
+
"reader_question_refs": [
|
|
172
|
+
"question:failure-recovery"
|
|
173
|
+
]
|
|
174
|
+
}
|
|
175
|
+
]
|
|
92
176
|
},
|
|
93
177
|
{
|
|
94
178
|
"protocol": "context.indexer.authoring-fixture/v1",
|
|
@@ -98,10 +182,22 @@
|
|
|
98
182
|
"source_role": "authoritative-source",
|
|
99
183
|
"logical_unit_id": "semantic-subject",
|
|
100
184
|
"logical_unit_ref": "node:anonymous-gateway-facade",
|
|
101
|
-
"canonical_facts": {
|
|
185
|
+
"canonical_facts": {
|
|
186
|
+
"target": {
|
|
187
|
+
"eligible": true
|
|
188
|
+
}
|
|
189
|
+
},
|
|
102
190
|
"artifact_policy_variant": "standard",
|
|
103
|
-
"artifacts": [
|
|
104
|
-
|
|
191
|
+
"artifacts": [
|
|
192
|
+
{
|
|
193
|
+
"artifact_id": "content",
|
|
194
|
+
"artifact_kind": "content",
|
|
195
|
+
"purpose": "required",
|
|
196
|
+
"reader_question_refs": [
|
|
197
|
+
"question:failure-recovery"
|
|
198
|
+
]
|
|
199
|
+
}
|
|
200
|
+
]
|
|
105
201
|
},
|
|
106
202
|
{
|
|
107
203
|
"protocol": "context.indexer.authoring-fixture/v1",
|
|
@@ -111,10 +207,22 @@
|
|
|
111
207
|
"source_role": "authoritative-source",
|
|
112
208
|
"logical_unit_id": "semantic-subject",
|
|
113
209
|
"logical_unit_ref": "node:anonymous-domain-service",
|
|
114
|
-
"canonical_facts": {
|
|
210
|
+
"canonical_facts": {
|
|
211
|
+
"target": {
|
|
212
|
+
"eligible": true
|
|
213
|
+
}
|
|
214
|
+
},
|
|
115
215
|
"artifact_policy_variant": "standard",
|
|
116
|
-
"artifacts": [
|
|
117
|
-
|
|
216
|
+
"artifacts": [
|
|
217
|
+
{
|
|
218
|
+
"artifact_id": "content",
|
|
219
|
+
"artifact_kind": "content",
|
|
220
|
+
"purpose": "required",
|
|
221
|
+
"reader_question_refs": [
|
|
222
|
+
"question:failure-recovery"
|
|
223
|
+
]
|
|
224
|
+
}
|
|
225
|
+
]
|
|
118
226
|
},
|
|
119
227
|
{
|
|
120
228
|
"protocol": "context.indexer.authoring-fixture/v1",
|
|
@@ -124,10 +232,22 @@
|
|
|
124
232
|
"source_role": "authoritative-source",
|
|
125
233
|
"logical_unit_id": "semantic-subject",
|
|
126
234
|
"logical_unit_ref": "node:anonymous-background-runtime",
|
|
127
|
-
"canonical_facts": {
|
|
235
|
+
"canonical_facts": {
|
|
236
|
+
"target": {
|
|
237
|
+
"eligible": true
|
|
238
|
+
}
|
|
239
|
+
},
|
|
128
240
|
"artifact_policy_variant": "standard",
|
|
129
|
-
"artifacts": [
|
|
130
|
-
|
|
241
|
+
"artifacts": [
|
|
242
|
+
{
|
|
243
|
+
"artifact_id": "content",
|
|
244
|
+
"artifact_kind": "content",
|
|
245
|
+
"purpose": "required",
|
|
246
|
+
"reader_question_refs": [
|
|
247
|
+
"question:failure-recovery"
|
|
248
|
+
]
|
|
249
|
+
}
|
|
250
|
+
]
|
|
131
251
|
},
|
|
132
252
|
{
|
|
133
253
|
"protocol": "context.indexer.authoring-fixture/v1",
|
|
@@ -137,10 +257,22 @@
|
|
|
137
257
|
"source_role": "authoritative-source",
|
|
138
258
|
"logical_unit_id": "semantic-subject",
|
|
139
259
|
"logical_unit_ref": "node:anonymous-event-consumer",
|
|
140
|
-
"canonical_facts": {
|
|
260
|
+
"canonical_facts": {
|
|
261
|
+
"target": {
|
|
262
|
+
"eligible": true
|
|
263
|
+
}
|
|
264
|
+
},
|
|
141
265
|
"artifact_policy_variant": "standard",
|
|
142
|
-
"artifacts": [
|
|
143
|
-
|
|
266
|
+
"artifacts": [
|
|
267
|
+
{
|
|
268
|
+
"artifact_id": "content",
|
|
269
|
+
"artifact_kind": "content",
|
|
270
|
+
"purpose": "required",
|
|
271
|
+
"reader_question_refs": [
|
|
272
|
+
"question:failure-recovery"
|
|
273
|
+
]
|
|
274
|
+
}
|
|
275
|
+
]
|
|
144
276
|
},
|
|
145
277
|
{
|
|
146
278
|
"protocol": "context.indexer.authoring-fixture/v1",
|
|
@@ -150,10 +282,22 @@
|
|
|
150
282
|
"source_role": "authoritative-source",
|
|
151
283
|
"logical_unit_id": "semantic-subject",
|
|
152
284
|
"logical_unit_ref": "node:anonymous-data-sync-reconciliation",
|
|
153
|
-
"canonical_facts": {
|
|
285
|
+
"canonical_facts": {
|
|
286
|
+
"target": {
|
|
287
|
+
"eligible": true
|
|
288
|
+
}
|
|
289
|
+
},
|
|
154
290
|
"artifact_policy_variant": "standard",
|
|
155
|
-
"artifacts": [
|
|
156
|
-
|
|
291
|
+
"artifacts": [
|
|
292
|
+
{
|
|
293
|
+
"artifact_id": "content",
|
|
294
|
+
"artifact_kind": "content",
|
|
295
|
+
"purpose": "required",
|
|
296
|
+
"reader_question_refs": [
|
|
297
|
+
"question:failure-recovery"
|
|
298
|
+
]
|
|
299
|
+
}
|
|
300
|
+
]
|
|
157
301
|
},
|
|
158
302
|
{
|
|
159
303
|
"protocol": "context.indexer.authoring-fixture/v1",
|
|
@@ -163,10 +307,22 @@
|
|
|
163
307
|
"source_role": "authoritative-source",
|
|
164
308
|
"logical_unit_id": "semantic-subject",
|
|
165
309
|
"logical_unit_ref": "node:anonymous-storage-repository",
|
|
166
|
-
"canonical_facts": {
|
|
310
|
+
"canonical_facts": {
|
|
311
|
+
"target": {
|
|
312
|
+
"eligible": true
|
|
313
|
+
}
|
|
314
|
+
},
|
|
167
315
|
"artifact_policy_variant": "standard",
|
|
168
|
-
"artifacts": [
|
|
169
|
-
|
|
316
|
+
"artifacts": [
|
|
317
|
+
{
|
|
318
|
+
"artifact_id": "content",
|
|
319
|
+
"artifact_kind": "content",
|
|
320
|
+
"purpose": "required",
|
|
321
|
+
"reader_question_refs": [
|
|
322
|
+
"question:failure-recovery"
|
|
323
|
+
]
|
|
324
|
+
}
|
|
325
|
+
]
|
|
170
326
|
},
|
|
171
327
|
{
|
|
172
328
|
"protocol": "context.indexer.authoring-fixture/v1",
|
|
@@ -176,10 +332,22 @@
|
|
|
176
332
|
"source_role": "authoritative-source",
|
|
177
333
|
"logical_unit_id": "semantic-subject",
|
|
178
334
|
"logical_unit_ref": "node:anonymous-adapter-integration",
|
|
179
|
-
"canonical_facts": {
|
|
335
|
+
"canonical_facts": {
|
|
336
|
+
"target": {
|
|
337
|
+
"eligible": true
|
|
338
|
+
}
|
|
339
|
+
},
|
|
180
340
|
"artifact_policy_variant": "standard",
|
|
181
|
-
"artifacts": [
|
|
182
|
-
|
|
341
|
+
"artifacts": [
|
|
342
|
+
{
|
|
343
|
+
"artifact_id": "content",
|
|
344
|
+
"artifact_kind": "content",
|
|
345
|
+
"purpose": "required",
|
|
346
|
+
"reader_question_refs": [
|
|
347
|
+
"question:failure-recovery"
|
|
348
|
+
]
|
|
349
|
+
}
|
|
350
|
+
]
|
|
183
351
|
},
|
|
184
352
|
{
|
|
185
353
|
"protocol": "context.indexer.authoring-fixture/v1",
|
|
@@ -189,10 +357,22 @@
|
|
|
189
357
|
"source_role": "authoritative-source",
|
|
190
358
|
"logical_unit_id": "semantic-subject",
|
|
191
359
|
"logical_unit_ref": "node:anonymous-contract-source",
|
|
192
|
-
"canonical_facts": {
|
|
360
|
+
"canonical_facts": {
|
|
361
|
+
"target": {
|
|
362
|
+
"eligible": true
|
|
363
|
+
}
|
|
364
|
+
},
|
|
193
365
|
"artifact_policy_variant": "standard",
|
|
194
|
-
"artifacts": [
|
|
195
|
-
|
|
366
|
+
"artifacts": [
|
|
367
|
+
{
|
|
368
|
+
"artifact_id": "content",
|
|
369
|
+
"artifact_kind": "content",
|
|
370
|
+
"purpose": "required",
|
|
371
|
+
"reader_question_refs": [
|
|
372
|
+
"question:failure-recovery"
|
|
373
|
+
]
|
|
374
|
+
}
|
|
375
|
+
]
|
|
196
376
|
},
|
|
197
377
|
{
|
|
198
378
|
"protocol": "context.indexer.authoring-fixture/v1",
|
|
@@ -202,9 +382,21 @@
|
|
|
202
382
|
"source_role": "authoritative-source",
|
|
203
383
|
"logical_unit_id": "semantic-subject",
|
|
204
384
|
"logical_unit_ref": "node:anonymous-derived-generated-source",
|
|
205
|
-
"canonical_facts": {
|
|
385
|
+
"canonical_facts": {
|
|
386
|
+
"target": {
|
|
387
|
+
"eligible": true
|
|
388
|
+
}
|
|
389
|
+
},
|
|
206
390
|
"artifact_policy_variant": "standard",
|
|
207
|
-
"artifacts": [
|
|
208
|
-
|
|
391
|
+
"artifacts": [
|
|
392
|
+
{
|
|
393
|
+
"artifact_id": "content",
|
|
394
|
+
"artifact_kind": "content",
|
|
395
|
+
"purpose": "required",
|
|
396
|
+
"reader_question_refs": [
|
|
397
|
+
"question:failure-recovery"
|
|
398
|
+
]
|
|
399
|
+
}
|
|
400
|
+
]
|
|
209
401
|
}
|
|
210
402
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: context-indexer-create
|
|
3
|
-
description: Use when the user explicitly asks to create a new Context Indexer
|
|
3
|
+
description: Use when the user explicitly asks to create a new Context Indexer Skill for code, documents, notes or session summaries. Do not activate for indexing existing sources, ordinary coding, knowledge queries or selecting an installed skill.
|
|
4
4
|
user-invocable: false
|
|
5
5
|
metadata:
|
|
6
6
|
context-role: "authoring-assistant"
|
|
@@ -9,72 +9,33 @@ metadata:
|
|
|
9
9
|
|
|
10
10
|
# Create a Context Indexer
|
|
11
11
|
|
|
12
|
-
Create a reusable
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
selected instruction references and one relevant template. Use a Host-visible
|
|
43
|
-
Skill path or the installed CLI catalog's guidance paths; do not crawl host
|
|
44
|
-
caches or require this repository's developer paths. If examples or the SDK are
|
|
45
|
-
unavailable, explain which validation remains unavailable. Do not invent a
|
|
46
|
-
successful validation or silently install dependencies.
|
|
47
|
-
|
|
48
|
-
## Write a complete, bounded Provider
|
|
49
|
-
|
|
50
|
-
Deliver SKILL.md, context-indexer.yaml, the declared instructions and useful
|
|
51
|
-
page templates. Add anonymous fixtures and validation instructions. Add programs
|
|
52
|
-
only for an actual unsupported extraction need; ordinary source interpretation
|
|
53
|
-
and writing belong to the Agent. Derive manifest capabilities and resources
|
|
54
|
-
from what the new bundle actually implements, not everything in the example.
|
|
55
|
-
|
|
56
|
-
Use one context.indexer.provider/v1 manifest for all four source families.
|
|
57
|
-
Note and Sessions currently use the markdown domain with their own target kinds
|
|
58
|
-
and profiles; do not invent new protocol domains. A resource must be declared
|
|
59
|
-
so the lifecycle can send it to the Agent: an unreferenced reference file is
|
|
60
|
-
not enough. Preserve stable source/subject identity, evidence bindings and
|
|
61
|
-
revision boundaries; keep nonessential metadata out of knowledge frontmatter.
|
|
62
|
-
|
|
63
|
-
The new Provider does not own source authorization, scheduling, approval,
|
|
64
|
-
close/build or publication. Return the current operation's declared results.
|
|
65
|
-
Do not turn suggestions in notes or sessions into established implementation
|
|
66
|
-
facts, and do not manufacture raw transcripts from summaries.
|
|
67
|
-
|
|
68
|
-
## Validate and hand off
|
|
69
|
-
|
|
70
|
-
Follow the guide's manifest, resource, template and fixture checks in an isolated
|
|
71
|
-
test directory. Test the intended reader output, insufficient material, revision
|
|
72
|
-
of an existing page, and composition when advertised. Cover only the source
|
|
73
|
-
families claimed by this Provider. Report static validation separately from an
|
|
74
|
-
actual lifecycle run; a valid YAML file alone is not a working Provider.
|
|
75
|
-
|
|
76
|
-
Summarize the created files, supported inputs, ownership/composition, tests and
|
|
77
|
-
remaining limitations. Explain the user's chosen installation channel and host
|
|
78
|
-
Skill switch. Installation/enabling does not select a Provider for a workspace.
|
|
79
|
-
Only hand off to the existing Context production Skill when the user asks to
|
|
80
|
-
use it there; that Skill follows a fresh Route for Provider selection.
|
|
12
|
+
Create a reusable skill in the user's chosen directory. This assistant writes
|
|
13
|
+
skills; it does not initialize a knowledge workspace or start production.
|
|
14
|
+
Use the conversation language and ask only for missing source, reader or
|
|
15
|
+
capability choices that materially affect the requested result.
|
|
16
|
+
|
|
17
|
+
Read [the authoring guide](references/guides/indexer-skill-creation.md).
|
|
18
|
+
When a relevant example is available, inspect its actual host-visible SKILL.md
|
|
19
|
+
and only the references needed for this source family. Do not crawl caches,
|
|
20
|
+
load every installed skill or require an exact Provider version.
|
|
21
|
+
|
|
22
|
+
Every Indexer starts with a useful skeleton: source structure, recognizable
|
|
23
|
+
features, names, counts when actually established, and entry locations.
|
|
24
|
+
Planning may use direct Agent investigation or a bounded helper appropriate
|
|
25
|
+
to the technology. Detailed parsing and behavior analysis are separate,
|
|
26
|
+
optional writing-time work. One module may use several skills.
|
|
27
|
+
|
|
28
|
+
Deliver SKILL.md and only useful references, templates or scripts. Do not
|
|
29
|
+
generate a Provider registration manifest, primary/extension binding, version
|
|
30
|
+
or hash verification flow, per-symbol fact ledger or persistent producer log.
|
|
31
|
+
The current Context stage supplies purpose, scope, scheduling and submission
|
|
32
|
+
schemas; the new skill contributes investigation and writing guidance.
|
|
33
|
+
|
|
34
|
+
Validate the skill's references and any scripts, then exercise realistic
|
|
35
|
+
anonymous material for its claimed capability. Distinguish static validation
|
|
36
|
+
from model output review and a real production run. Do not silently install
|
|
37
|
+
dependencies or claim tests that could not run.
|
|
38
|
+
|
|
39
|
+
Report created files, supported inputs, bounded helper behavior and remaining
|
|
40
|
+
limitations. Installation makes a skill available, not selected. Start actual
|
|
41
|
+
Context production only when requested, through its existing entry and route.
|