@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,176 +1,48 @@
|
|
|
1
|
-
# Source
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
label, polished wording, profile id, or example is a navigation signal, not
|
|
50
|
-
proof of subject identity, authority, or reader intent.
|
|
51
|
-
|
|
52
|
-
Use only current source roles, authorized source views, target-resolution views,
|
|
53
|
-
and question targets supplied with the workset. Supporting or context-only material
|
|
54
|
-
may guide investigation but cannot become a cited Section or structured claim
|
|
55
|
-
unless the current authority makes it eligible. Preserve exact identifiers,
|
|
56
|
-
commands, links, numbers, conditions, code, and source-authored uncertainty.
|
|
57
|
-
|
|
58
|
-
Positive example: a Section is classified from its complete requirement text
|
|
59
|
-
and stated audience. Negative example: a document is classified as a runbook
|
|
60
|
-
only because its path contains `ops/`.
|
|
61
|
-
|
|
62
|
-
## Subject boundary
|
|
63
|
-
|
|
64
|
-
For Author, the primary logical-unit SubjectKey is fixed by the workset. Do not replace it
|
|
65
|
-
with a title-derived key. When Context supplies target-resolution entries,
|
|
66
|
-
close every entry with exactly one current disposition:
|
|
67
|
-
|
|
68
|
-
- `reuse-existing` only for an exact evidence-supported subject match;
|
|
69
|
-
- `create-independent` only when evidence establishes a distinct durable
|
|
70
|
-
subject and separate reader value under a permitted SubjectKey schema;
|
|
71
|
-
- `unresolved` with a `reason_code` when the supplied material cannot establish
|
|
72
|
-
identity or the required capability is unavailable. `request-material` and
|
|
73
|
-
`unsupported` are whole-Result outcomes, not target-resolution dispositions.
|
|
74
|
-
|
|
75
|
-
Treat local material as a Section before proposing an independent subject or
|
|
76
|
-
Artifact. A heading, table row, FAQ label, warning, short example, relationship
|
|
77
|
-
phrase, or one-off conclusion does not establish independent identity. A
|
|
78
|
-
concrete product or technical object, an atomic term, a repeatable process with
|
|
79
|
-
source-backed steps and outcome, or a real grouping scope with supported child
|
|
80
|
-
subjects may justify a separate subject when the current schema permits it.
|
|
81
|
-
|
|
82
|
-
Positive examples include an independently named service with its own contract,
|
|
83
|
-
or a repeatable recovery procedure with actors, steps, outcome, and standalone
|
|
84
|
-
retrieval value. Negative examples include “component usage” as one sentence,
|
|
85
|
-
“three modes” as a parallel list, a navigation-only placeholder, or “X impact
|
|
86
|
-
on Y” without an independent referent. Keep those as Sections, registered
|
|
87
|
-
questions, or unresolved target decisions as appropriate.
|
|
88
|
-
|
|
89
|
-
Titles and headings are evidence, not identity. Keep reader-facing labels in
|
|
90
|
-
the authored content; do not invent aliases, slugs, collections, containment,
|
|
91
|
-
or paths to force a match. A subject shaped like a grouping scope needs current
|
|
92
|
-
supported child identities. A process-shaped subject needs actual process
|
|
93
|
-
evidence, not merely a word such as “flow”, “migration”, or “strategy”.
|
|
94
|
-
|
|
95
|
-
## Section and Artifact planning
|
|
96
|
-
|
|
97
|
-
Apply `classification.md` and `structure-and-artifacts.md` at Section scope.
|
|
98
|
-
Keep source-backed Sections continuous when possible. Split unrelated reader
|
|
99
|
-
tasks even under one heading; merge adjacent headings only when they form one
|
|
100
|
-
coherent answer with compatible projection intent. A dedicated Artifact must
|
|
101
|
-
clear the same independent reader-task and evidence-boundary test regardless of
|
|
102
|
-
content type.
|
|
103
|
-
|
|
104
|
-
Use density only to choose an inspection granularity. `macro`, `meso`, `micro`,
|
|
105
|
-
and `single-pass` never choose a SubjectKey, authority, projection intent, or
|
|
106
|
-
quality outcome.
|
|
107
|
-
|
|
108
|
-
## Relation and structured-claim gate
|
|
109
|
-
|
|
110
|
-
Emit a structured claim only when its subject is authorized, its owner Section
|
|
111
|
-
exists, and the cited evidence in that same Section supports the claim kind.
|
|
112
|
-
Do not convert a vague “related” mention, shared table membership, name
|
|
113
|
-
similarity, containment, or endpoint-only evidence into a stronger relation.
|
|
114
|
-
When evidence conflicts and source precedence does not resolve it, preserve the
|
|
115
|
-
conflict in the supported diagnostic or material-question disposition instead
|
|
116
|
-
of selecting by file order, heading order, or polished wording.
|
|
117
|
-
|
|
118
|
-
Source-authored uncertainty belongs in the reader prose when it is material.
|
|
119
|
-
Do not use a confidence label to conceal Agent uncertainty, and do not invent a
|
|
120
|
-
structured field that the current schema does not expose. Missing endpoint,
|
|
121
|
-
ownership, or relation evidence must remain unresolved rather than becoming a
|
|
122
|
-
dangling claim.
|
|
123
|
-
|
|
124
|
-
Positive example: a cited Section explicitly states that one component consumes
|
|
125
|
-
another component's output, and both subjects are authorized. Negative example:
|
|
126
|
-
two components appear in one “See also” list, so the Indexer invents a runtime
|
|
127
|
-
dependency.
|
|
128
|
-
|
|
129
|
-
## Content-purpose precision
|
|
130
|
-
|
|
131
|
-
Choose the narrowest registered Section projection intent. Preserve these
|
|
132
|
-
semantic boundaries when they apply:
|
|
133
|
-
|
|
134
|
-
- a decision needs alternatives or options, the selected path, and rationale;
|
|
135
|
-
- an incident review needs incident identity plus impact/timeline and cause,
|
|
136
|
-
response, mitigation, or follow-up evidence;
|
|
137
|
-
- a test/validation Section needs a checkable target, scenario, observation, or
|
|
138
|
-
acceptance result;
|
|
139
|
-
- a standard/policy Section needs a stable normative rule or constraint;
|
|
140
|
-
- a task or migration guide needs a reader action, verification, and relevant
|
|
141
|
-
recovery boundary;
|
|
142
|
-
- an example is literal sample material, not ordinary scenario prose;
|
|
143
|
-
- a comparison distinguishes at least two subjects across meaningful
|
|
144
|
-
dimensions.
|
|
145
|
-
|
|
146
|
-
If the registered vocabulary cannot express the evidence, return a material or
|
|
147
|
-
capability disposition. Do not use a broad narrative label merely to avoid the
|
|
148
|
-
missing-intent path.
|
|
149
|
-
|
|
150
|
-
## Duplicate, deletion, and recovery rules
|
|
151
|
-
|
|
152
|
-
Collapse duplicate statements only when their subject, authority, reader task,
|
|
153
|
-
and evidence boundary are the same. Preserve separate Sections when authority,
|
|
154
|
-
lifecycle, reader task, or evidence boundary differs. Omit material only under
|
|
155
|
-
the eligible reasons in `editorial-policy.md`; an answered question, actionable
|
|
156
|
-
limitation, replacement-bearing deprecation, source-backed decision, or
|
|
157
|
-
recovery instruction remains knowledge.
|
|
158
|
-
|
|
159
|
-
On an ambiguous target, return the current unresolved/material disposition. On
|
|
160
|
-
a stale workset, digest mismatch, schema mismatch, collision, or forged layout,
|
|
161
|
-
stop and use the fresh Context route; do not repair the failure by changing a
|
|
162
|
-
semantic label, inventing an alias, or hand-authoring a path. A destructive or
|
|
163
|
-
ambiguous layout change is handled by Context's conditional human Gate. A
|
|
164
|
-
non-destructive addition does not create a review pause merely because it is
|
|
165
|
-
new.
|
|
166
|
-
|
|
167
|
-
If the same current semantic quality problem survives three accepted revision
|
|
168
|
-
attempts, keep already-passing Sections intact and request one aggregated piece
|
|
169
|
-
of content-organization, source-fidelity, or missing-material guidance. Retry
|
|
170
|
-
history and assessments are runtime audit data, never reader knowledge.
|
|
171
|
-
|
|
172
|
-
Before returning the Result, verify that every required evidence item and
|
|
173
|
-
target-resolution entry has a disposition, every Section has one current
|
|
174
|
-
projection intent and evidence boundary, every claim is owned and cited, every
|
|
175
|
-
duplicate/conflict decision is explicit, and no collection, path, temporary
|
|
176
|
-
identity, placeholder, or unsupported claim appears in the Result.
|
|
1
|
+
# Source and article planning
|
|
2
|
+
|
|
3
|
+
The CLI supplies mechanical navigation: titles, a bounded opening excerpt,
|
|
4
|
+
heading hierarchy and existing article titles, descriptions and references.
|
|
5
|
+
Start there, then optionally read the full authorized material wherever the
|
|
6
|
+
reader question, grouping or authority is unclear. Do not require every source
|
|
7
|
+
to be fully read before any plan can be submitted.
|
|
8
|
+
|
|
9
|
+
## Topics and batches
|
|
10
|
+
|
|
11
|
+
Consider code-related topics already discovered, then document topics. Reuse
|
|
12
|
+
an existing article when it answers the same question for the same audience.
|
|
13
|
+
Document business definitions may correct a mechanical code-topic name; explain
|
|
14
|
+
the proposed change in the plan instead of forcing the document into a path
|
|
15
|
+
mirror. This does not authorize renaming formal files outside the current task.
|
|
16
|
+
|
|
17
|
+
A coherent document can directly suggest one target. A long document may need
|
|
18
|
+
several articles; several documents may jointly answer one question. Neither
|
|
19
|
+
file count nor heading count determines article count. Choose batches based
|
|
20
|
+
on reader tasks, dependencies and useful shared reading, not source or skill
|
|
21
|
+
identity. Do not create per-member dispositions or a separate semantic graph.
|
|
22
|
+
|
|
23
|
+
Submit article targets, questions, authorized sources and batches through the
|
|
24
|
+
current planning schema. Keep remaining investigation in pending_scopes when
|
|
25
|
+
only part is ready. An unread source is unfinished, not implicitly excluded.
|
|
26
|
+
Missing essential evidence remains a scoped gap. Long-term exclusions need
|
|
27
|
+
the applicable user authorization.
|
|
28
|
+
|
|
29
|
+
The first executable plan is presented in the work-start report and waits for
|
|
30
|
+
feedback before bulk writing. Within the confirmed purpose and scope, later
|
|
31
|
+
investigation can append tasks or explicitly replace unfinished tasks through
|
|
32
|
+
the current plan-amendment action. Accepted content requires a revision task,
|
|
33
|
+
not replacement of the successful submission. No separate completion receipt
|
|
34
|
+
or mandatory planning pass per article is needed.
|
|
35
|
+
|
|
36
|
+
## Authority and updates
|
|
37
|
+
|
|
38
|
+
Titles, age, archive locations and polished language do not prove authority or
|
|
39
|
+
irrelevance. Compare substantive content, intended audience and applicability.
|
|
40
|
+
Historical decisions or procedures may still answer the reader's question.
|
|
41
|
+
Ask about a missing decision when including or excluding it materially changes
|
|
42
|
+
the agreed scope; do not ask again when the purpose is already established.
|
|
43
|
+
|
|
44
|
+
Read the current article when proposing a substantive revision. Preserve useful
|
|
45
|
+
steps, examples, images and limitations. A source change is a reason to
|
|
46
|
+
reconsider affected content, not to rewrite every article. Follow current CLI
|
|
47
|
+
recovery on a changed source, stale input or identity collision; never invent
|
|
48
|
+
an alias or restore an old workflow from formal storage.
|
|
@@ -1,115 +1,33 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
Do not collapse a substantial captured document into a page that only lists its
|
|
36
|
-
headings or says the source should be consulted. Preserve supported procedures,
|
|
37
|
-
API tables, examples, constraints, compatibility notes, and decisions inside
|
|
38
|
-
the selected reader Artifact; remove only navigation chrome, conversion noise,
|
|
39
|
-
duplicates, and content with an explicit omission disposition.
|
|
40
|
-
|
|
41
|
-
Within one Artifact, every Section must use that Artifact's `artifact_kind`.
|
|
42
|
-
Start by grouping only Sections with the same exact
|
|
43
|
-
`document_kind + reader_goal + artifact_kind` intent. Different intents may be
|
|
44
|
-
combined only when the current CLI-provided contract proves they share one
|
|
45
|
-
layout destination and the combined page remains one coherent reader task. If
|
|
46
|
-
the contract would project them differently, return separate Artifacts; do not
|
|
47
|
-
return a path or ask Context to move Sections silently.
|
|
48
|
-
|
|
49
|
-
## Reading density
|
|
50
|
-
|
|
51
|
-
Density is a private reading and planning strategy, not Result metadata, a
|
|
52
|
-
quality score, or a separate stage.
|
|
53
|
-
|
|
54
|
-
| Mode | Use when | Authoring behavior |
|
|
55
|
-
| --- | --- | --- |
|
|
56
|
-
| `macro` | A long source has many major headings or broad topic shifts. | Establish major reader-task boundaries first, then inspect each boundary before producing Sections. |
|
|
57
|
-
| `meso` | A normal guide or record has several related sections. | Use meaningful local units and preserve precise evidence spans; this is the default. |
|
|
58
|
-
| `micro` | Material is fragmented, note-like, or dense with short independent claims. | Keep evidence windows narrow and avoid bundling unrelated claims into one Section. |
|
|
59
|
-
| `single-pass` | A short coherent source can be read completely within the supplied budget. | Avoid over-segmentation while still closing every evidence disposition. |
|
|
60
|
-
|
|
61
|
-
Markdown headings are planning hints, not hard boundaries. Sibling headings can
|
|
62
|
-
remain together when they form one coherent reader answer. Unrelated headings
|
|
63
|
-
must split even if a common parent exists. Density never chooses authority,
|
|
64
|
-
identity, projection intent, or pass/fail status.
|
|
65
|
-
|
|
66
|
-
## Candidate resolution
|
|
67
|
-
|
|
68
|
-
Treat CLI anomaly and existing-target views as constraints on a semantic
|
|
69
|
-
decision, not as automatic recommendations. For each candidate, choose one
|
|
70
|
-
evidence-backed outcome:
|
|
71
|
-
|
|
72
|
-
- `accept-correction`: the diagnostic identifies a real ownership, grouping,
|
|
73
|
-
projection, or evidence error; return the corrected Result.
|
|
74
|
-
- `dismiss-with-rationale`: the signal is mechanically true but the current
|
|
75
|
-
grouping remains semantically coherent; preserve the Result and state the
|
|
76
|
-
source-backed rationale in the supplied diagnostic surface.
|
|
77
|
-
- `keep-unresolved`: evidence cannot distinguish valid alternatives; return the
|
|
78
|
-
registered material question, target-resolution, unsupported, or diagnostic
|
|
79
|
-
disposition instead of guessing.
|
|
80
|
-
|
|
81
|
-
For duplicates, keep one canonical statement when evidence and reader purpose
|
|
82
|
-
are the same. Preserve separate Sections only when each has a distinct
|
|
83
|
-
authority, lifecycle, reader task, or evidence boundary. For conflicting facts,
|
|
84
|
-
do not pick a winner from file order, heading order, recency without authority,
|
|
85
|
-
or polished wording. Use source precedence supplied by the workset; otherwise
|
|
86
|
-
keep the conflict unresolved.
|
|
87
|
-
|
|
88
|
-
When the workset offers target-resolution entries:
|
|
89
|
-
|
|
90
|
-
- reuse an existing subject only for an exact evidence-supported match;
|
|
91
|
-
- create an independent subject only when the evidence supports standalone
|
|
92
|
-
identity and reader value;
|
|
93
|
-
- request material when the semantic decision is possible but evidence is
|
|
94
|
-
insufficient;
|
|
95
|
-
- return unsupported when the required parser or capability is absent.
|
|
96
|
-
|
|
97
|
-
The CLI validates subject keys, refs, schema, digests, collision rules, stale
|
|
98
|
-
state, and output layout. Do not repair those mechanical failures by changing a
|
|
99
|
-
semantic label, creating an alias, or returning a hand-authored path.
|
|
100
|
-
|
|
101
|
-
## Result check
|
|
102
|
-
|
|
103
|
-
Before returning an `ArtifactResult`, confirm:
|
|
104
|
-
|
|
105
|
-
- every actual Section has one registered projection intent and current
|
|
106
|
-
evidence;
|
|
107
|
-
- mixed reader intents were evaluated Section by Section;
|
|
108
|
-
- every dedicated Artifact clears an evidence-backed promotion boundary;
|
|
109
|
-
- every Artifact contains only layout-compatible Sections and one Artifact
|
|
110
|
-
kind;
|
|
111
|
-
- density affected only reading granularity, not authority or quality claims;
|
|
112
|
-
- duplicates, conflicts, and ambiguous targets have an explicit semantic
|
|
113
|
-
disposition;
|
|
114
|
-
- no collection, path, temporary batch identity, or unsupported claim appears
|
|
115
|
-
in the Result.
|
|
1
|
+
# Article and section boundaries
|
|
2
|
+
|
|
3
|
+
Use stable articles and sections, not graph subjects or Artifact promotion
|
|
4
|
+
records. A heading, warning, short example or table row does not automatically
|
|
5
|
+
justify an independent article. Keep a contribution in its existing article
|
|
6
|
+
when it serves the same reader question.
|
|
7
|
+
|
|
8
|
+
Create a separate article when a distinct reader task has enough supported
|
|
9
|
+
context to stand alone, or when combining incompatible audiences, versions or
|
|
10
|
+
procedures would confuse the reader. Several authorized sources may contribute
|
|
11
|
+
to the same article. Group by meaning, not transport batches or folder names.
|
|
12
|
+
|
|
13
|
+
For a large document, inspect major topic boundaries first; for a coherent
|
|
14
|
+
short document, a single reading may be enough. Narrow citation windows remain
|
|
15
|
+
necessary in either case. This is a private reading strategy, not a recorded
|
|
16
|
+
density mode or a mandatory ledger.
|
|
17
|
+
|
|
18
|
+
Preserve useful procedures, interface tables, examples, conditions, images and
|
|
19
|
+
decisions. Do not replace a substantial source with a heading inventory or a
|
|
20
|
+
sentence sending readers elsewhere. Remove repetition and conversion residue
|
|
21
|
+
only without losing useful meaning. Page count and production cost are not
|
|
22
|
+
reasons to discard required knowledge.
|
|
23
|
+
|
|
24
|
+
Compare meaning, applicability and authority before merging duplicates.
|
|
25
|
+
Conflicting accounts may describe different dates, environments or intentions.
|
|
26
|
+
Keep the distinction explicit or request essential evidence; file order and
|
|
27
|
+
polished wording do not choose the winner.
|
|
28
|
+
|
|
29
|
+
When revising, preserve article identity and unaffected section identities.
|
|
30
|
+
Use the task's base Markdown and reference table, and the current edits schema
|
|
31
|
+
for replacements, splits, merges or deletions of sections. A new article plan
|
|
32
|
+
does not authorize direct edits to formal files or silently dropping accepted
|
|
33
|
+
content. CLI handles conflicts, real source checks and safe writes.
|