@c4a/context-cli 0.7.8 → 0.7.10-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +66439 -103495
- package/indexers/bundles/context-code-indexer/SKILL.md +19 -44
- package/indexers/bundles/context-code-indexer/context-indexer.yaml +217 -234
- 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 -324
- 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/articles/c01.md +23 -0
- package/indexers/bundles/context-code-indexer/templates/articles/c02.md +17 -0
- package/indexers/bundles/context-code-indexer/templates/articles/c03.md +11 -0
- package/indexers/bundles/context-code-indexer/templates/articles/c04.md +12 -0
- package/indexers/bundles/context-code-indexer/templates/articles/c05.md +13 -0
- package/indexers/bundles/context-code-indexer/templates/articles/c07.md +34 -0
- package/indexers/bundles/context-code-indexer/templates/articles/d01.md +12 -0
- package/indexers/bundles/context-code-indexer/templates/articles/d02.md +13 -0
- package/indexers/bundles/context-code-indexer/templates/articles/d03.md +13 -0
- package/indexers/bundles/context-code-indexer/templates/articles/d04.md +17 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f01.md +31 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f02.md +12 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f03.md +17 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f04.md +13 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f05.md +13 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f06.md +13 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f07.md +12 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f08.md +15 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f09.md +13 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f10.md +13 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f11.md +16 -0
- package/indexers/bundles/context-code-indexer/templates/articles/f12.md +13 -0
- package/indexers/bundles/context-code-indexer/templates/articles/l01.md +15 -0
- package/indexers/bundles/context-code-indexer/templates/articles/l02.md +15 -0
- package/indexers/bundles/context-code-indexer/templates/articles/l03.md +26 -0
- package/indexers/bundles/context-code-indexer/templates/articles/l04.md +13 -0
- package/indexers/bundles/context-code-indexer/templates/articles/l05.md +14 -0
- package/indexers/bundles/context-code-indexer/templates/articles/q03.md +12 -0
- package/indexers/bundles/context-code-indexer/templates/articles/q05.md +12 -0
- package/indexers/bundles/context-code-indexer/templates/articles/q06.md +12 -0
- package/indexers/bundles/context-code-indexer/templates/articles/s01.md +14 -0
- package/indexers/bundles/context-code-indexer/templates/articles/s02.md +13 -0
- package/indexers/bundles/context-code-indexer/templates/articles/s03.md +15 -0
- package/indexers/bundles/context-code-indexer/templates/articles/s04.md +14 -0
- package/indexers/bundles/context-code-indexer/templates/articles/s05.md +13 -0
- package/indexers/bundles/context-code-indexer/templates/articles/s06.md +13 -0
- package/indexers/bundles/context-code-indexer/templates/articles/s07.md +14 -0
- 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/contract-source.md +49 -0
- 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/derived-generated-source.md +15 -0
- 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/monorepo-container.md +9 -0
- 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 +65 -65
- 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 -109
- 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/templates/articles/c01.md +11 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/c02.md +15 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/c03.md +9 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/c04.md +10 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/c05.md +11 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/c06.md +11 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/c07.md +10 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/d01.md +10 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/d02.md +11 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/d03.md +11 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/d04.md +23 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/f01.md +11 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/f05.md +11 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/f06.md +11 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/f08.md +13 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/f09.md +11 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/l01.md +12 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/l02.md +13 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/l03.md +24 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/l04.md +11 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/l05.md +12 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/q01.md +15 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/q02.md +14 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/q03.md +10 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/q04.md +15 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/q05.md +10 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/q06.md +10 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/q07.md +15 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/s01.md +12 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/s02.md +10 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/s03.md +12 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/s04.md +12 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/s05.md +11 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/s06.md +11 -0
- package/indexers/bundles/context-markdown-indexer/templates/articles/s07.md +12 -0
- 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 +50 -419
- 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 +9 -1
- 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/templates/articles/c01.md +11 -0
- package/indexers/bundles/context-note-indexer/templates/articles/c02.md +15 -0
- package/indexers/bundles/context-note-indexer/templates/articles/c03.md +9 -0
- package/indexers/bundles/context-note-indexer/templates/articles/c04.md +10 -0
- package/indexers/bundles/context-note-indexer/templates/articles/c05.md +11 -0
- package/indexers/bundles/context-note-indexer/templates/articles/c06.md +11 -0
- package/indexers/bundles/context-note-indexer/templates/articles/c07.md +10 -0
- package/indexers/bundles/context-note-indexer/templates/articles/d01.md +10 -0
- package/indexers/bundles/context-note-indexer/templates/articles/d02.md +11 -0
- package/indexers/bundles/context-note-indexer/templates/articles/d03.md +11 -0
- package/indexers/bundles/context-note-indexer/templates/articles/d04.md +15 -0
- package/indexers/bundles/context-note-indexer/templates/articles/f01.md +11 -0
- package/indexers/bundles/context-note-indexer/templates/articles/f06.md +11 -0
- package/indexers/bundles/context-note-indexer/templates/articles/f08.md +13 -0
- package/indexers/bundles/context-note-indexer/templates/articles/f09.md +11 -0
- package/indexers/bundles/context-note-indexer/templates/articles/l01.md +12 -0
- package/indexers/bundles/context-note-indexer/templates/articles/l02.md +13 -0
- package/indexers/bundles/context-note-indexer/templates/articles/l03.md +24 -0
- package/indexers/bundles/context-note-indexer/templates/articles/l04.md +11 -0
- package/indexers/bundles/context-note-indexer/templates/articles/l05.md +12 -0
- package/indexers/bundles/context-note-indexer/templates/articles/q01.md +15 -0
- package/indexers/bundles/context-note-indexer/templates/articles/q02.md +14 -0
- package/indexers/bundles/context-note-indexer/templates/articles/q03.md +10 -0
- package/indexers/bundles/context-note-indexer/templates/articles/q04.md +15 -0
- package/indexers/bundles/context-note-indexer/templates/articles/q05.md +10 -0
- package/indexers/bundles/context-note-indexer/templates/articles/q06.md +10 -0
- package/indexers/bundles/context-note-indexer/templates/articles/q07.md +15 -0
- package/indexers/bundles/context-note-indexer/templates/articles/s01.md +12 -0
- package/indexers/bundles/context-note-indexer/templates/articles/s04.md +12 -0
- package/indexers/bundles/context-note-indexer/templates/articles/s05.md +11 -0
- package/indexers/bundles/context-note-indexer/templates/articles/s06.md +11 -0
- package/indexers/bundles/context-note-indexer/templates/articles/s07.md +12 -0
- 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 +50 -419
- 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 +9 -1
- 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/templates/articles/c01.md +11 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/c02.md +15 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/c03.md +9 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/c04.md +10 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/c05.md +11 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/c06.md +11 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/c07.md +10 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/d01.md +10 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/d02.md +11 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/d03.md +11 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/d04.md +15 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/f01.md +11 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/f06.md +11 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/f08.md +13 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/f09.md +11 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/l01.md +12 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/l02.md +13 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/l03.md +24 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/l04.md +11 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/l05.md +12 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/q01.md +15 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/q02.md +14 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/q03.md +10 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/q04.md +15 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/q05.md +10 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/q06.md +10 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/q07.md +15 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/s01.md +12 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/s04.md +12 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/s05.md +11 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/s06.md +11 -0
- package/indexers/bundles/context-sessions-indexer/templates/articles/s07.md +12 -0
- 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 +294 -1794
- package/package.json +14 -12
- package/parserEntryWorker.js +20919 -0
- package/plugins/VERSION +1 -1
- package/plugins/claude/.claude-plugin/plugin.json +1 -1
- package/plugins/claude/commands/context.md +95 -18
- 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 +95 -18
- 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 +95 -18
- 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 +95 -18
- package/plugins/skills/context-code-indexer/SKILL.md +19 -44
- package/plugins/skills/context-code-indexer/context-indexer.yaml +217 -234
- 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 -324
- 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/articles/c01.md +23 -0
- package/plugins/skills/context-code-indexer/templates/articles/c02.md +17 -0
- package/plugins/skills/context-code-indexer/templates/articles/c03.md +11 -0
- package/plugins/skills/context-code-indexer/templates/articles/c04.md +12 -0
- package/plugins/skills/context-code-indexer/templates/articles/c05.md +13 -0
- package/plugins/skills/context-code-indexer/templates/articles/c07.md +34 -0
- package/plugins/skills/context-code-indexer/templates/articles/d01.md +12 -0
- package/plugins/skills/context-code-indexer/templates/articles/d02.md +13 -0
- package/plugins/skills/context-code-indexer/templates/articles/d03.md +13 -0
- package/plugins/skills/context-code-indexer/templates/articles/d04.md +17 -0
- package/plugins/skills/context-code-indexer/templates/articles/f01.md +31 -0
- package/plugins/skills/context-code-indexer/templates/articles/f02.md +12 -0
- package/plugins/skills/context-code-indexer/templates/articles/f03.md +17 -0
- package/plugins/skills/context-code-indexer/templates/articles/f04.md +13 -0
- package/plugins/skills/context-code-indexer/templates/articles/f05.md +13 -0
- package/plugins/skills/context-code-indexer/templates/articles/f06.md +13 -0
- package/plugins/skills/context-code-indexer/templates/articles/f07.md +12 -0
- package/plugins/skills/context-code-indexer/templates/articles/f08.md +15 -0
- package/plugins/skills/context-code-indexer/templates/articles/f09.md +13 -0
- package/plugins/skills/context-code-indexer/templates/articles/f10.md +13 -0
- package/plugins/skills/context-code-indexer/templates/articles/f11.md +16 -0
- package/plugins/skills/context-code-indexer/templates/articles/f12.md +13 -0
- package/plugins/skills/context-code-indexer/templates/articles/l01.md +15 -0
- package/plugins/skills/context-code-indexer/templates/articles/l02.md +15 -0
- package/plugins/skills/context-code-indexer/templates/articles/l03.md +26 -0
- package/plugins/skills/context-code-indexer/templates/articles/l04.md +13 -0
- package/plugins/skills/context-code-indexer/templates/articles/l05.md +14 -0
- package/plugins/skills/context-code-indexer/templates/articles/q03.md +12 -0
- package/plugins/skills/context-code-indexer/templates/articles/q05.md +12 -0
- package/plugins/skills/context-code-indexer/templates/articles/q06.md +12 -0
- package/plugins/skills/context-code-indexer/templates/articles/s01.md +14 -0
- package/plugins/skills/context-code-indexer/templates/articles/s02.md +13 -0
- package/plugins/skills/context-code-indexer/templates/articles/s03.md +15 -0
- package/plugins/skills/context-code-indexer/templates/articles/s04.md +14 -0
- package/plugins/skills/context-code-indexer/templates/articles/s05.md +13 -0
- package/plugins/skills/context-code-indexer/templates/articles/s06.md +13 -0
- package/plugins/skills/context-code-indexer/templates/articles/s07.md +14 -0
- 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/contract-source.md +49 -0
- 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/derived-generated-source.md +15 -0
- 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/monorepo-container.md +9 -0
- 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 +65 -65
- 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 -109
- 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/templates/articles/c01.md +11 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/c02.md +15 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/c03.md +9 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/c04.md +10 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/c05.md +11 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/c06.md +11 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/c07.md +10 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/d01.md +10 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/d02.md +11 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/d03.md +11 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/d04.md +23 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/f01.md +11 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/f05.md +11 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/f06.md +11 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/f08.md +13 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/f09.md +11 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/l01.md +12 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/l02.md +13 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/l03.md +24 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/l04.md +11 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/l05.md +12 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/q01.md +15 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/q02.md +14 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/q03.md +10 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/q04.md +15 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/q05.md +10 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/q06.md +10 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/q07.md +15 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/s01.md +12 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/s02.md +10 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/s03.md +12 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/s04.md +12 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/s05.md +11 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/s06.md +11 -0
- package/plugins/skills/context-markdown-indexer/templates/articles/s07.md +12 -0
- 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 +50 -419
- 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 +9 -1
- 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/templates/articles/c01.md +11 -0
- package/plugins/skills/context-note-indexer/templates/articles/c02.md +15 -0
- package/plugins/skills/context-note-indexer/templates/articles/c03.md +9 -0
- package/plugins/skills/context-note-indexer/templates/articles/c04.md +10 -0
- package/plugins/skills/context-note-indexer/templates/articles/c05.md +11 -0
- package/plugins/skills/context-note-indexer/templates/articles/c06.md +11 -0
- package/plugins/skills/context-note-indexer/templates/articles/c07.md +10 -0
- package/plugins/skills/context-note-indexer/templates/articles/d01.md +10 -0
- package/plugins/skills/context-note-indexer/templates/articles/d02.md +11 -0
- package/plugins/skills/context-note-indexer/templates/articles/d03.md +11 -0
- package/plugins/skills/context-note-indexer/templates/articles/d04.md +15 -0
- package/plugins/skills/context-note-indexer/templates/articles/f01.md +11 -0
- package/plugins/skills/context-note-indexer/templates/articles/f06.md +11 -0
- package/plugins/skills/context-note-indexer/templates/articles/f08.md +13 -0
- package/plugins/skills/context-note-indexer/templates/articles/f09.md +11 -0
- package/plugins/skills/context-note-indexer/templates/articles/l01.md +12 -0
- package/plugins/skills/context-note-indexer/templates/articles/l02.md +13 -0
- package/plugins/skills/context-note-indexer/templates/articles/l03.md +24 -0
- package/plugins/skills/context-note-indexer/templates/articles/l04.md +11 -0
- package/plugins/skills/context-note-indexer/templates/articles/l05.md +12 -0
- package/plugins/skills/context-note-indexer/templates/articles/q01.md +15 -0
- package/plugins/skills/context-note-indexer/templates/articles/q02.md +14 -0
- package/plugins/skills/context-note-indexer/templates/articles/q03.md +10 -0
- package/plugins/skills/context-note-indexer/templates/articles/q04.md +15 -0
- package/plugins/skills/context-note-indexer/templates/articles/q05.md +10 -0
- package/plugins/skills/context-note-indexer/templates/articles/q06.md +10 -0
- package/plugins/skills/context-note-indexer/templates/articles/q07.md +15 -0
- package/plugins/skills/context-note-indexer/templates/articles/s01.md +12 -0
- package/plugins/skills/context-note-indexer/templates/articles/s04.md +12 -0
- package/plugins/skills/context-note-indexer/templates/articles/s05.md +11 -0
- package/plugins/skills/context-note-indexer/templates/articles/s06.md +11 -0
- package/plugins/skills/context-note-indexer/templates/articles/s07.md +12 -0
- 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 +50 -419
- 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 +9 -1
- 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/templates/articles/c01.md +11 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/c02.md +15 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/c03.md +9 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/c04.md +10 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/c05.md +11 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/c06.md +11 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/c07.md +10 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/d01.md +10 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/d02.md +11 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/d03.md +11 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/d04.md +15 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/f01.md +11 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/f06.md +11 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/f08.md +13 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/f09.md +11 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/l01.md +12 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/l02.md +13 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/l03.md +24 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/l04.md +11 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/l05.md +12 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/q01.md +15 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/q02.md +14 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/q03.md +10 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/q04.md +15 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/q05.md +10 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/q06.md +10 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/q07.md +15 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/s01.md +12 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/s04.md +12 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/s05.md +11 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/s06.md +11 -0
- package/plugins/skills/context-sessions-indexer/templates/articles/s07.md +12 -0
- 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/inspect-task-recovery.yaml +5 -0
- package/providers/context/actions/prepare-production-stage.yaml +5 -0
- package/providers/context/actions/record-workspace-version.yaml +5 -0
- package/providers/context/actions/register-source-batch.yaml +1 -1
- package/providers/context/actions/resume-workspace-task.yaml +5 -0
- 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 +13 -7
- package/providers/context/graphs/indexer.yaml +129 -587
- package/providers/context/graphs/workspace.yaml +41 -37
- package/providers/context/manifest.json +173 -800
- 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/package-output.md +13 -4
- package/providers/context/resources/dialogue/source-boundary.md +9 -1
- package/providers/context/resources/dialogue/workflow-mode-after-creation.md +15 -17
- 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 +137 -18
- package/providers/context/resources/manuals/guides/markdown-indexer-skill-authoring.md +65 -0
- package/providers/context/resources/manuals/guides/package-outputs.md +213 -47
- package/providers/context/resources/manuals/reference/package-templates.md +39 -65
- package/providers/context/resources/manuals/reference/project-api.md +53 -0
- 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/close-and-build.md +52 -0
- package/providers/context/resources/procedures/homogeneous-source-review.md +123 -0
- package/providers/context/resources/procedures/knowledge-review.md +1 -1
- package/providers/context/resources/procedures/knowledge-updates.md +137 -18
- package/providers/context/resources/procedures/package-output.md +20 -1
- package/providers/context/resources/procedures/parallel-agent-batch.md +39 -0
- 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 +9 -0
- package/providers/context/resources/procedures/source-capture-detailed.md +36 -2
- package/providers/context/resources/procedures/task-recovery.md +66 -0
- package/providers/context/resources/procedures/verify-and-repair.md +5 -0
- package/providers/context/resources/procedures/work-start-report.md +91 -259
- package/providers/context/resources/templates/indexer-agent-worker.md +26 -0
- package/providers/context/resources/templates/recovery-issue.md +54 -0
- package/providers/context/resources/templates/work-start-report.md +57 -169
- package/providers/context/schemas/approved-revision-result.schema.json +61 -2
- package/providers/context/schemas/indexer-agent-step-result.schema.json +132 -2013
- package/providers/context/schemas/source-batch-input.schema.json +8 -15
- package/providers/context/skills/record-workspace-version/SKILL.md +46 -0
- package/providers/context/skills/recover-workspace/SKILL.md +15 -0
- package/providers/context/skills/resolve-current-indexer-gate/SKILL.md +11 -50
- package/providers/context/skills/run-indexer-agent-step/SKILL.md +19 -374
- package/providers/context/skills/run-indexer-lifecycle/SKILL.md +28 -205
- package/providers/context/skills/work-production-stage/SKILL.md +35 -0
- package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-c01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-c03-page.md +0 -168
- package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-c04-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-c05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-c07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-d02-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-d04-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-f09-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-l01-page.md +0 -304
- package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-l04-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-q03-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-q05-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-s01-page.md +0 -264
- package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-s06-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-c01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-c03-page.md +0 -168
- package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-c04-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-c05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-c07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-d02-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-d04-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-f09-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-q03-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-q05-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-s01-page.md +0 -264
- package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-s02-page.md +0 -240
- package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-s03-page.md +0 -304
- package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-s06-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-c01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-c03-page.md +0 -168
- package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-c04-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-c05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-c07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-d02-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-d04-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-f09-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-q03-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-q05-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-s01-page.md +0 -264
- package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-s06-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-s07-page.md +0 -264
- package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-c01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-c03-page.md +0 -168
- package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-c04-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-c05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-c07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-d04-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-f09-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-l01-page.md +0 -304
- package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-q03-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-q05-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-q06-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-c01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-c03-page.md +0 -168
- package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-c04-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-c05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-c07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-d04-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-f09-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-l02-page.md +0 -304
- package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-l03-page.md +0 -648
- package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-l05-page.md +0 -264
- package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-q03-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-q05-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-c01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-c03-page.md +0 -168
- package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-c04-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-c05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-c07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-d04-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-f06-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-f09-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-q03-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-q05-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-s02-page.md +0 -240
- package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-c01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-c03-page.md +0 -168
- package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-c04-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-c05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-c07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-d02-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-d04-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-f09-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-q03-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-q05-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-s01-page.md +0 -264
- package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-s06-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-s07-page.md +0 -264
- package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-c01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-c03-page.md +0 -168
- package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-c04-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-c05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-c07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-d04-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-f06-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-f09-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-q03-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-q05-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-s02-page.md +0 -240
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c02-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c03-page.md +0 -168
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c04-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-d02-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-d03-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-d04-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-f09-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-q03-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-q05-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-s01-page.md +0 -264
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-s03-page.md +0 -304
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-s04-page.md +0 -264
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-s05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-s06-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-c01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-c03-page.md +0 -168
- package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-c04-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-c05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-c07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-d02-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-d04-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-f09-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-q03-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-q05-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-s01-page.md +0 -264
- package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-s06-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-s07-page.md +0 -264
- package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-c01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-c03-page.md +0 -168
- package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-c04-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-c05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-c07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-d02-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-d04-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-f09-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-l04-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-q03-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-q05-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-s01-page.md +0 -264
- package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-s02-page.md +0 -240
- package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-s03-page.md +0 -304
- package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-s06-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-c01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-c03-page.md +0 -168
- package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-c04-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-c05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-c07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-d01-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-d04-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-f09-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-f11-page.md +0 -328
- package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-q03-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-q05-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-c01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-c03-page.md +0 -168
- package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-c04-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-c05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-c07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-d04-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-f09-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-l01-page.md +0 -304
- package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-l04-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-q03-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-q05-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-c01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-c03-page.md +0 -168
- package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-c04-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-c05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-c07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-d04-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-f09-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-l01-page.md +0 -304
- package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-l03-page.md +0 -648
- package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-l04-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-q03-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-q05-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-c01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-c03-page.md +0 -168
- package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-c04-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-c05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-c07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-d02-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-d04-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-f09-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-q03-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-q05-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-s01-page.md +0 -264
- package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-s05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-s06-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c02-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c03-page.md +0 -168
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c04-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-d02-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-d03-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-d04-page.md +0 -360
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f01-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f02-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f03-page.md +0 -368
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f04-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f05-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f06-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f07-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f08-page.md +0 -296
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f09-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f10-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f11-page.md +0 -328
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f12-page.md +0 -232
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-q03-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-q05-page.md +0 -200
- package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-s04-page.md +0 -264
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/decision-record-c06-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/documentation-site-c01-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/documentation-site-l05-page.md +0 -262
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-c01-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-c02-page.md +0 -358
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-c03-page.md +0 -166
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-d01-page.md +0 -198
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-d02-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-d03-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-q01-page.md +0 -358
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-s04-page.md +0 -262
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/faq-support-c05-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/faq-support-q07-page.md +0 -358
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/incident-review-c05-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/incident-review-c06-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/incident-review-q07-page.md +0 -358
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/product-requirements-c02-page.md +0 -358
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/product-requirements-c03-page.md +0 -166
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/public-api-reference-f05-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/public-api-reference-l02-page.md +0 -294
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/public-api-reference-s02-page.md +0 -198
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/public-api-reference-s03-page.md +0 -262
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/release-migration-guide-c06-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/release-migration-guide-f09-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/release-migration-guide-l01-page.md +0 -262
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/release-migration-guide-l03-page.md +0 -646
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/release-migration-guide-l05-page.md +0 -262
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-c05-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-d04-page.md +0 -358
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-f09-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-q05-page.md +0 -198
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-q06-page.md +0 -198
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-s07-page.md +0 -262
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/standard-policy-d03-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/standard-policy-d04-page.md +0 -358
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/standard-policy-f08-page.md +0 -294
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/standard-policy-l03-page.md +0 -646
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-c01-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-c04-page.md +0 -198
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-c07-page.md +0 -198
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-d01-page.md +0 -198
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-d02-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-d04-page.md +0 -358
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-f01-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-f06-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-f08-page.md +0 -294
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-l03-page.md +0 -646
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-l04-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-s01-page.md +0 -262
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-s05-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-s06-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/test-validation-q01-page.md +0 -358
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/test-validation-q02-page.md +0 -326
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/test-validation-q03-page.md +0 -198
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/test-validation-q04-page.md +0 -358
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/test-validation-q05-page.md +0 -198
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +0 -358
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +0 -230
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +0 -262
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +0 -294
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +0 -646
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +0 -262
- package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +0 -198
- package/indexers/bundles/context-markdown-indexer/tests/fixtures/migration-equivalence.json +0 -186
- package/indexers/bundles/context-note-indexer/templates/article-programs/decision-record-c06-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-c01-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-c02-page.md +0 -358
- package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-c03-page.md +0 -166
- package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-d01-page.md +0 -198
- package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-d02-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-d03-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-q01-page.md +0 -358
- package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-s04-page.md +0 -262
- package/indexers/bundles/context-note-indexer/templates/article-programs/faq-support-c05-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/faq-support-q07-page.md +0 -358
- package/indexers/bundles/context-note-indexer/templates/article-programs/incident-review-c05-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/incident-review-c06-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/incident-review-q07-page.md +0 -358
- package/indexers/bundles/context-note-indexer/templates/article-programs/product-requirements-c02-page.md +0 -358
- package/indexers/bundles/context-note-indexer/templates/article-programs/product-requirements-c03-page.md +0 -166
- package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-c05-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-d04-page.md +0 -358
- package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-f09-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-q05-page.md +0 -198
- package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-q06-page.md +0 -198
- package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-s07-page.md +0 -262
- package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-c01-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-c04-page.md +0 -198
- package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-c07-page.md +0 -198
- package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-d01-page.md +0 -198
- package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-d02-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-d04-page.md +0 -358
- package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-f01-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-f06-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-f08-page.md +0 -294
- package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-l03-page.md +0 -646
- package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-l04-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-s01-page.md +0 -262
- package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-s05-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-s06-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/test-validation-q01-page.md +0 -358
- package/indexers/bundles/context-note-indexer/templates/article-programs/test-validation-q02-page.md +0 -326
- package/indexers/bundles/context-note-indexer/templates/article-programs/test-validation-q03-page.md +0 -198
- package/indexers/bundles/context-note-indexer/templates/article-programs/test-validation-q04-page.md +0 -358
- package/indexers/bundles/context-note-indexer/templates/article-programs/test-validation-q05-page.md +0 -198
- package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +0 -358
- package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +0 -230
- package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +0 -262
- package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +0 -294
- package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +0 -646
- package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +0 -262
- package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +0 -198
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/decision-record-c06-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-c01-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-c02-page.md +0 -358
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-c03-page.md +0 -166
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-d01-page.md +0 -198
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-d02-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-d03-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-q01-page.md +0 -358
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-s04-page.md +0 -262
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/faq-support-c05-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/faq-support-q07-page.md +0 -358
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/incident-review-c05-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/incident-review-c06-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/incident-review-q07-page.md +0 -358
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/product-requirements-c02-page.md +0 -358
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/product-requirements-c03-page.md +0 -166
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-c05-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-d04-page.md +0 -358
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-f09-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-q05-page.md +0 -198
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-q06-page.md +0 -198
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-s07-page.md +0 -262
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-c01-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-c04-page.md +0 -198
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-c07-page.md +0 -198
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-d01-page.md +0 -198
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-d02-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-d04-page.md +0 -358
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-f01-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-f06-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-f08-page.md +0 -294
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-l03-page.md +0 -646
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-l04-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-s01-page.md +0 -262
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-s05-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-s06-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/test-validation-q01-page.md +0 -358
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/test-validation-q02-page.md +0 -326
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/test-validation-q03-page.md +0 -198
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/test-validation-q04-page.md +0 -358
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/test-validation-q05-page.md +0 -198
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +0 -358
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +0 -230
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +0 -262
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +0 -294
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +0 -646
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +0 -262
- package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +0 -198
- 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 -416
- 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 -835
- 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 -416
- 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 -835
- 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 -416
- 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 -835
- package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-c01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-c03-page.md +0 -168
- package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-c04-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-c05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-c07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-d02-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-d04-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-f09-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-l01-page.md +0 -304
- package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-l04-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-q03-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-q05-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-s01-page.md +0 -264
- package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-s06-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/api-service-c01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/api-service-c03-page.md +0 -168
- package/plugins/skills/context-code-indexer/templates/article-programs/api-service-c04-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/api-service-c05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/api-service-c07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/api-service-d02-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/api-service-d04-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/api-service-f09-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/api-service-q03-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/api-service-q05-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/api-service-s01-page.md +0 -264
- package/plugins/skills/context-code-indexer/templates/article-programs/api-service-s02-page.md +0 -240
- package/plugins/skills/context-code-indexer/templates/article-programs/api-service-s03-page.md +0 -304
- package/plugins/skills/context-code-indexer/templates/article-programs/api-service-s06-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-c01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-c03-page.md +0 -168
- package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-c04-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-c05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-c07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-d02-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-d04-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-f09-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-q03-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-q05-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-s01-page.md +0 -264
- package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-s06-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-s07-page.md +0 -264
- package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-c01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-c03-page.md +0 -168
- package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-c04-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-c05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-c07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-d04-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-f09-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-l01-page.md +0 -304
- package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-q03-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-q05-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-q06-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/component-library-c01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/component-library-c03-page.md +0 -168
- package/plugins/skills/context-code-indexer/templates/article-programs/component-library-c04-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/component-library-c05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/component-library-c07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/component-library-d04-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/component-library-f09-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/component-library-l02-page.md +0 -304
- package/plugins/skills/context-code-indexer/templates/article-programs/component-library-l03-page.md +0 -648
- package/plugins/skills/context-code-indexer/templates/article-programs/component-library-l05-page.md +0 -264
- package/plugins/skills/context-code-indexer/templates/article-programs/component-library-q03-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/component-library-q05-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-c01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-c03-page.md +0 -168
- package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-c04-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-c05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-c07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-d04-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-f06-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-f09-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-q03-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-q05-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-s02-page.md +0 -240
- package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-c01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-c03-page.md +0 -168
- package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-c04-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-c05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-c07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-d02-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-d04-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-f09-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-q03-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-q05-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-s01-page.md +0 -264
- package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-s06-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-s07-page.md +0 -264
- package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-c01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-c03-page.md +0 -168
- package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-c04-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-c05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-c07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-d04-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-f06-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-f09-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-q03-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-q05-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-s02-page.md +0 -240
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c02-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c03-page.md +0 -168
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c04-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-d02-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-d03-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-d04-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-f09-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-q03-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-q05-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-s01-page.md +0 -264
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-s03-page.md +0 -304
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-s04-page.md +0 -264
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-s05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-s06-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-c01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-c03-page.md +0 -168
- package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-c04-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-c05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-c07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-d02-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-d04-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-f09-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-q03-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-q05-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-s01-page.md +0 -264
- package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-s06-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-s07-page.md +0 -264
- package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-c01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-c03-page.md +0 -168
- package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-c04-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-c05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-c07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-d02-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-d04-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-f09-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-l04-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-q03-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-q05-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-s01-page.md +0 -264
- package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-s02-page.md +0 -240
- package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-s03-page.md +0 -304
- package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-s06-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-c01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-c03-page.md +0 -168
- package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-c04-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-c05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-c07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-d01-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-d04-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-f09-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-f11-page.md +0 -328
- package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-q03-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-q05-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-c01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-c03-page.md +0 -168
- package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-c04-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-c05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-c07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-d04-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-f09-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-l01-page.md +0 -304
- package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-l04-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-q03-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-q05-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-c01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-c03-page.md +0 -168
- package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-c04-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-c05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-c07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-d04-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-f09-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-l01-page.md +0 -304
- package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-l03-page.md +0 -648
- package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-l04-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-q03-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-q05-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-c01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-c03-page.md +0 -168
- package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-c04-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-c05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-c07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-d02-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-d04-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-f09-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-q03-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-q05-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-s01-page.md +0 -264
- package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-s05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-s06-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c02-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c03-page.md +0 -168
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c04-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-d02-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-d03-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-d04-page.md +0 -360
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f01-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f02-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f03-page.md +0 -368
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f04-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f05-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f06-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f07-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f08-page.md +0 -296
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f09-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f10-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f11-page.md +0 -328
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f12-page.md +0 -232
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-q03-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-q05-page.md +0 -200
- package/plugins/skills/context-code-indexer/templates/article-programs/web-application-s04-page.md +0 -264
- 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 -416
- 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 -835
- package/plugins/skills/context-markdown-indexer/templates/article-programs/decision-record-c06-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/documentation-site-c01-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/documentation-site-l05-page.md +0 -262
- package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-c01-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-c02-page.md +0 -358
- package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-c03-page.md +0 -166
- package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-d01-page.md +0 -198
- package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-d02-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-d03-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-q01-page.md +0 -358
- package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-s04-page.md +0 -262
- package/plugins/skills/context-markdown-indexer/templates/article-programs/faq-support-c05-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/faq-support-q07-page.md +0 -358
- package/plugins/skills/context-markdown-indexer/templates/article-programs/incident-review-c05-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/incident-review-c06-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/incident-review-q07-page.md +0 -358
- package/plugins/skills/context-markdown-indexer/templates/article-programs/product-requirements-c02-page.md +0 -358
- package/plugins/skills/context-markdown-indexer/templates/article-programs/product-requirements-c03-page.md +0 -166
- package/plugins/skills/context-markdown-indexer/templates/article-programs/public-api-reference-f05-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/public-api-reference-l02-page.md +0 -294
- package/plugins/skills/context-markdown-indexer/templates/article-programs/public-api-reference-s02-page.md +0 -198
- package/plugins/skills/context-markdown-indexer/templates/article-programs/public-api-reference-s03-page.md +0 -262
- package/plugins/skills/context-markdown-indexer/templates/article-programs/release-migration-guide-c06-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/release-migration-guide-f09-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/release-migration-guide-l01-page.md +0 -262
- package/plugins/skills/context-markdown-indexer/templates/article-programs/release-migration-guide-l03-page.md +0 -646
- package/plugins/skills/context-markdown-indexer/templates/article-programs/release-migration-guide-l05-page.md +0 -262
- package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-c05-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-d04-page.md +0 -358
- package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-f09-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-q05-page.md +0 -198
- package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-q06-page.md +0 -198
- package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-s07-page.md +0 -262
- package/plugins/skills/context-markdown-indexer/templates/article-programs/standard-policy-d03-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/standard-policy-d04-page.md +0 -358
- package/plugins/skills/context-markdown-indexer/templates/article-programs/standard-policy-f08-page.md +0 -294
- package/plugins/skills/context-markdown-indexer/templates/article-programs/standard-policy-l03-page.md +0 -646
- package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-c01-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-c04-page.md +0 -198
- package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-c07-page.md +0 -198
- package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-d01-page.md +0 -198
- package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-d02-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-d04-page.md +0 -358
- package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-f01-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-f06-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-f08-page.md +0 -294
- package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-l03-page.md +0 -646
- package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-l04-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-s01-page.md +0 -262
- package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-s05-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-s06-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/test-validation-q01-page.md +0 -358
- package/plugins/skills/context-markdown-indexer/templates/article-programs/test-validation-q02-page.md +0 -326
- package/plugins/skills/context-markdown-indexer/templates/article-programs/test-validation-q03-page.md +0 -198
- package/plugins/skills/context-markdown-indexer/templates/article-programs/test-validation-q04-page.md +0 -358
- package/plugins/skills/context-markdown-indexer/templates/article-programs/test-validation-q05-page.md +0 -198
- package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +0 -358
- package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +0 -230
- package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +0 -262
- package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +0 -294
- package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +0 -646
- package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +0 -262
- package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +0 -198
- package/plugins/skills/context-markdown-indexer/tests/fixtures/migration-equivalence.json +0 -186
- package/plugins/skills/context-note-indexer/templates/article-programs/decision-record-c06-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-c01-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-c02-page.md +0 -358
- package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-c03-page.md +0 -166
- package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-d01-page.md +0 -198
- package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-d02-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-d03-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-q01-page.md +0 -358
- package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-s04-page.md +0 -262
- package/plugins/skills/context-note-indexer/templates/article-programs/faq-support-c05-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/faq-support-q07-page.md +0 -358
- package/plugins/skills/context-note-indexer/templates/article-programs/incident-review-c05-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/incident-review-c06-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/incident-review-q07-page.md +0 -358
- package/plugins/skills/context-note-indexer/templates/article-programs/product-requirements-c02-page.md +0 -358
- package/plugins/skills/context-note-indexer/templates/article-programs/product-requirements-c03-page.md +0 -166
- package/plugins/skills/context-note-indexer/templates/article-programs/runbook-c05-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/runbook-d04-page.md +0 -358
- package/plugins/skills/context-note-indexer/templates/article-programs/runbook-f09-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/runbook-q05-page.md +0 -198
- package/plugins/skills/context-note-indexer/templates/article-programs/runbook-q06-page.md +0 -198
- package/plugins/skills/context-note-indexer/templates/article-programs/runbook-s07-page.md +0 -262
- package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-c01-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-c04-page.md +0 -198
- package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-c07-page.md +0 -198
- package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-d01-page.md +0 -198
- package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-d02-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-d04-page.md +0 -358
- package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-f01-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-f06-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-f08-page.md +0 -294
- package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-l03-page.md +0 -646
- package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-l04-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-s01-page.md +0 -262
- package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-s05-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-s06-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/test-validation-q01-page.md +0 -358
- package/plugins/skills/context-note-indexer/templates/article-programs/test-validation-q02-page.md +0 -326
- package/plugins/skills/context-note-indexer/templates/article-programs/test-validation-q03-page.md +0 -198
- package/plugins/skills/context-note-indexer/templates/article-programs/test-validation-q04-page.md +0 -358
- package/plugins/skills/context-note-indexer/templates/article-programs/test-validation-q05-page.md +0 -198
- package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +0 -358
- package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +0 -230
- package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +0 -262
- package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +0 -294
- package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +0 -646
- package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +0 -262
- package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +0 -198
- package/plugins/skills/context-sessions-indexer/templates/article-programs/decision-record-c06-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-c01-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-c02-page.md +0 -358
- package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-c03-page.md +0 -166
- package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-d01-page.md +0 -198
- package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-d02-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-d03-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-q01-page.md +0 -358
- package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-s04-page.md +0 -262
- package/plugins/skills/context-sessions-indexer/templates/article-programs/faq-support-c05-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/faq-support-q07-page.md +0 -358
- package/plugins/skills/context-sessions-indexer/templates/article-programs/incident-review-c05-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/incident-review-c06-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/incident-review-q07-page.md +0 -358
- package/plugins/skills/context-sessions-indexer/templates/article-programs/product-requirements-c02-page.md +0 -358
- package/plugins/skills/context-sessions-indexer/templates/article-programs/product-requirements-c03-page.md +0 -166
- package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-c05-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-d04-page.md +0 -358
- package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-f09-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-q05-page.md +0 -198
- package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-q06-page.md +0 -198
- package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-s07-page.md +0 -262
- package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-c01-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-c04-page.md +0 -198
- package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-c07-page.md +0 -198
- package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-d01-page.md +0 -198
- package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-d02-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-d04-page.md +0 -358
- package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-f01-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-f06-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-f08-page.md +0 -294
- package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-l03-page.md +0 -646
- package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-l04-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-s01-page.md +0 -262
- package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-s05-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-s06-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/test-validation-q01-page.md +0 -358
- package/plugins/skills/context-sessions-indexer/templates/article-programs/test-validation-q02-page.md +0 -326
- package/plugins/skills/context-sessions-indexer/templates/article-programs/test-validation-q03-page.md +0 -198
- package/plugins/skills/context-sessions-indexer/templates/article-programs/test-validation-q04-page.md +0 -358
- package/plugins/skills/context-sessions-indexer/templates/article-programs/test-validation-q05-page.md +0 -198
- package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +0 -358
- package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +0 -230
- package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +0 -262
- package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +0 -294
- package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +0 -646
- package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +0 -262
- package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +0 -198
- 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 -124
- 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 -416
- 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 -835
- 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 -110
|
@@ -6,6 +6,22 @@ mediaType: text/markdown
|
|
|
6
6
|
|
|
7
7
|
# Close and build
|
|
8
8
|
|
|
9
|
+
At completed-scope delivery, follow the version-recording Route. The coordinator
|
|
10
|
+
writes the semantic changelog from formal diffs and the conversation, including
|
|
11
|
+
the triggering source and an explicitly known user (Git name is the default).
|
|
12
|
+
Record after Close and package/template approval, before the final build, so the
|
|
13
|
+
selected outputs are built with the new version once. Build records hashes without
|
|
14
|
+
increasing versions. Never count temporary progress or a build retry as a change.
|
|
15
|
+
|
|
16
|
+
Before an authorized external publication, run `context version publish-check
|
|
17
|
+
--format json`. If `needs_version` is true, inspect with `context version inspect
|
|
18
|
+
--publish --format json`, record a patch changelog using a `dist` trigger, and
|
|
19
|
+
rebuild. Do not increment again if the workspace version already changed.
|
|
20
|
+
If `unchanged` is true, there is no new delivery. Only after a successful external
|
|
21
|
+
publication, use `context version published --hash <checked-hash> --receipt
|
|
22
|
+
<successful-publication-reference> --format json`. Failure does not advance that
|
|
23
|
+
baseline. These commands do not upload, publish or grant publishing authority.
|
|
24
|
+
|
|
9
25
|
Close deterministically reconciles approved Markdown and current relationship
|
|
10
26
|
inputs into `knowledge/structure.yaml`. It compacts repeated machine fields out
|
|
11
27
|
of each Markdown page and validates the hydrated result. When an approved page
|
|
@@ -39,3 +55,39 @@ review decision in this conversation, together with its reviewed scope. Omit
|
|
|
39
55
|
the section when no report was user-reviewed. Do not reconstruct it by scanning
|
|
40
56
|
`.tmp`, invent a shareable URL, or classify fully managed or force approval as
|
|
41
57
|
user review.
|
|
58
|
+
|
|
59
|
+
Report every selected output separately: KB root, website `dist/<base>-site/`,
|
|
60
|
+
and LLMS file when selected. Distinguish generated, failed and not selected; do not
|
|
61
|
+
claim the whole delivery complete if a selected channel is missing. For a website,
|
|
62
|
+
include a local preview command (or a URL only after verifying the server), reading
|
|
63
|
+
navigation coverage, and the directory a separate hosting tool would deploy.
|
|
64
|
+
Preview example: `python3 -m http.server 8000 --bind 127.0.0.1 --directory dist/<base>-site/`.
|
|
65
|
+
Provide this command without starting a server unless the user requests a running
|
|
66
|
+
preview. Use the build receipt for output paths and validation results; extra
|
|
67
|
+
HTTP probes, ad hoc manifest queries and another verify are diagnostic tools,
|
|
68
|
+
not mandatory version-recording or successful-build steps. Follow the returned
|
|
69
|
+
Route directly instead of polling status after every successful action.
|
|
70
|
+
Explain that users may request website output later; it reuses existing approved
|
|
71
|
+
articles rather than requiring a new workspace or full source indexing.
|
|
72
|
+
|
|
73
|
+
## Website deployment handoff after every successful build
|
|
74
|
+
|
|
75
|
+
After every successful website build, including intermediate delivery and an
|
|
76
|
+
unchanged output reused by build, tell the user the website can be deployed with
|
|
77
|
+
a deployment skill. Include the actual `dist/<base>-site/` directory and whether
|
|
78
|
+
it contains only the currently delivered scope. This notice does not wait for the
|
|
79
|
+
whole knowledge task to finish and does not block its next Route.
|
|
80
|
+
|
|
81
|
+
Reuse existing publishing configuration and the user's chosen target. Otherwise,
|
|
82
|
+
inspect the available deployment skills, recommend a compatible static-site skill,
|
|
83
|
+
or let the user specify one. Do not invent installed skills or a deployed URL.
|
|
84
|
+
If no compatible skill is available, report that and provide the site directory
|
|
85
|
+
for the user's deployment tool. Do not install a deployment dependency by default.
|
|
86
|
+
|
|
87
|
+
When publishing is already authorized for that target, follow the selected skill
|
|
88
|
+
with the built site directory; otherwise offer deployment and wait for the user's
|
|
89
|
+
publishing instruction. Preserve the configured base path; rebuild if the target
|
|
90
|
+
requires a different base. Pass only the website output, not sources, private
|
|
91
|
+
workspace state or the entire KB package. Report success only after checking the
|
|
92
|
+
hosting result and published URL. A failed deployment leaves the local build valid;
|
|
93
|
+
report the deployment failure and its next step separately.
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: procedure.homogeneous-source-review
|
|
3
|
+
kind: procedure
|
|
4
|
+
mediaType: text/markdown
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Review large homogeneous source groups before bulk work
|
|
8
|
+
|
|
9
|
+
Apply during source exploration, the work-start report, Provider selection and
|
|
10
|
+
before advancing into parser preparation, including an existing workspace's
|
|
11
|
+
resume. Reuse confirmed decisions; this is the existing conversational scope
|
|
12
|
+
review, not a new CLI approval flag or a semantic classifier in the CLI.
|
|
13
|
+
|
|
14
|
+
## Find a real group, not just a large repository
|
|
15
|
+
|
|
16
|
+
More than 100 files in a candidate group triggers a bounded homogeneity check,
|
|
17
|
+
not automatic exclusion or a count-only stop. Use the supplied source inventory
|
|
18
|
+
or authorized read-only file listing. Do not run symbol extraction to discover
|
|
19
|
+
whether symbol extraction is needed. Record the source/repository and pinned
|
|
20
|
+
revision, actual module/directory boundaries, counted paths, bytes when available,
|
|
21
|
+
and representative file paths. Distinguish tracked source, captured copies,
|
|
22
|
+
generated files and externally resolved dependencies; a path containing another
|
|
23
|
+
repository name does not prove a new external checkout.
|
|
24
|
+
|
|
25
|
+
Read a small diverse sample across relevant subdirectories, sizes and naming
|
|
26
|
+
families. Establish a shared structure, generator, schema, repeated role or
|
|
27
|
+
mechanical pattern from content. Examples include IDL definitions, schema-based
|
|
28
|
+
configuration, generated clients/models, repeated migrations, and ordinary
|
|
29
|
+
handwritten adapters or handlers with the same structural pattern. A common
|
|
30
|
+
extension, a directory label, age, or boilerplate header alone is not sufficient.
|
|
31
|
+
Do not call every TypeScript file homogeneous or treat all configuration as
|
|
32
|
+
low-value. If samples differ substantially, split by evidenced characteristics
|
|
33
|
+
or proceed normally; report uncertainty instead of claiming full inspection.
|
|
34
|
+
|
|
35
|
+
For a confirmed group above 100 files with an unsettled treatment, pause before
|
|
36
|
+
dependent bulk reading/parsing. Combine all currently known groups into one scope
|
|
37
|
+
proposal. Do not ask per file or create 100-file approval batches. Groups below
|
|
38
|
+
this threshold can still warrant discussion when their size or cost is material;
|
|
39
|
+
file count is not a memory safety limit.
|
|
40
|
+
|
|
41
|
+
## Present one concrete choice per group
|
|
42
|
+
|
|
43
|
+
Show a compact directory tree and table with:
|
|
44
|
+
|
|
45
|
+
- Repository/source, revision, exact directory or file-set boundary and whether
|
|
46
|
+
it is the whole source or a subset; physical file count versus distinct items.
|
|
47
|
+
- Observed shared characteristics and two or three linked sample files with
|
|
48
|
+
short descriptions of their content. State sampling coverage honestly.
|
|
49
|
+
- Connection to this task's questions, known callers/consumers and unresolved
|
|
50
|
+
dependencies; distinguish a recommendation from a confirmed exclusion.
|
|
51
|
+
- Likely output, reading/parsing cost and the evidence for any estimate.
|
|
52
|
+
|
|
53
|
+
Offer these treatments together, recommending one based on the user's task:
|
|
54
|
+
|
|
55
|
+
| Choice | Consequence |
|
|
56
|
+
| --- | --- |
|
|
57
|
+
| Full indexing | Normal extraction, planning and writing over the selected group. It may yield multiple articles. Explain the extra work without asserting it is always low-value. |
|
|
58
|
+
| Overview and lookup entry | List the boundary, inspect representative content and entrypoints, and plan one overview with directory/file lookup routes and concrete search instructions. Defer detailed extraction of the rest. Never first parse every file and then summarize it. |
|
|
59
|
+
| Omit the source | Remove the entire source from this task's required production scope through the supported requirement/configuration flow. Do not delete captured files, caches or accepted knowledge. |
|
|
60
|
+
| Exclude this subset | Keep the repository but exclude the explicitly selected directories/files from production scope. Clarify whether any are still required as supporting dependencies. |
|
|
61
|
+
|
|
62
|
+
Only show subset exclusion as applicable when it is a subset; do not make the
|
|
63
|
+
user distinguish two identical choices for a whole-source group. Users can give
|
|
64
|
+
one policy for several groups or different choices per group. Record the exact
|
|
65
|
+
scope of a shared answer. Generic managed/no-review authorization, source-read
|
|
66
|
+
permission and permission to skip report feedback do not select a treatment.
|
|
67
|
+
Reuse an explicit applicable treatment or explicit delegation of this scope
|
|
68
|
+
choice. Otherwise ask and wait; elapsed time is not approval. Independent work
|
|
69
|
+
outside the affected scope can continue if the current workflow supports it.
|
|
70
|
+
|
|
71
|
+
Do not invent "one minute per group", token savings or a cost-benefit score.
|
|
72
|
+
When comparable measurements exist, state the measured phase, input size,
|
|
73
|
+
cold/cache conditions and uncertainty; separate parsing from Agent reading,
|
|
74
|
+
writing and review. Without them state that duration is not reliably estimated.
|
|
75
|
+
|
|
76
|
+
## Carry the answer into real execution
|
|
77
|
+
|
|
78
|
+
Update the existing work-start report with the group boundaries, sample evidence,
|
|
79
|
+
chosen treatment, user authorization and next action. Reuse that report and the
|
|
80
|
+
conversation on retry; it is not itself a runtime execution receipt. Persist
|
|
81
|
+
scope changes only through the existing requirement/configuration Actions and
|
|
82
|
+
schemas. Exact exclusions use repository-relative paths, not invented wildcard
|
|
83
|
+
fields. Retain unrelated requirements and accepted work. A source required by
|
|
84
|
+
another requirement may remain active; disclose that instead of promising it
|
|
85
|
+
will no longer be parsed.
|
|
86
|
+
|
|
87
|
+
For full indexing, continue the current Route. For overview, resolve the actual
|
|
88
|
+
production boundary and suitable existing Provider before proceeding: the
|
|
89
|
+
selected entrypoints and samples support the overview; the remaining group is
|
|
90
|
+
for lookup, not an exhaustive production target. Use directory-scoped routes
|
|
91
|
+
when a per-file list would dominate the article. Include purpose, observed
|
|
92
|
+
patterns, representative examples, source version, lookup/search procedure,
|
|
93
|
+
limits of what was read and the next evidence request. Keep symbol/API facts
|
|
94
|
+
unread as unknown. Do not forge a complete deep inventory, hand-write approved
|
|
95
|
+
knowledge, or silently relabel the full scope as a summary profile.
|
|
96
|
+
|
|
97
|
+
Check the resulting configuration before a command that prepares parser facts.
|
|
98
|
+
In particular, contract-led profiles can still parse their entire registered
|
|
99
|
+
boundary before article planning. Merely asking for one article does not reduce
|
|
100
|
+
that work. If the current configuration route cannot express the selected
|
|
101
|
+
narrow boundary or overview treatment, describe that concrete limitation and
|
|
102
|
+
keep the affected bulk action paused; do not revert to full indexing or edit
|
|
103
|
+
runtime receipts to make the choice appear applied.
|
|
104
|
+
|
|
105
|
+
On continuation, unchanged groups with explicit decisions do not prompt again.
|
|
106
|
+
New large groups, expansion beyond the agreed directory/file set, or changed
|
|
107
|
+
characteristics/cost that invalidate the decision warrant a focused amendment.
|
|
108
|
+
A content hash change within the agreed scope is not by itself a new question.
|
|
109
|
+
If first discovered while a command is running, report the observation and
|
|
110
|
+
safely interrupt the owned process when possible, preserve state and consult
|
|
111
|
+
the latest Route before continuing. Do not launch a competing run or delete
|
|
112
|
+
state. An uninterruptible stage must be reported, not called paused already.
|
|
113
|
+
|
|
114
|
+
## Report progress with the correct denominator
|
|
115
|
+
|
|
116
|
+
Keep source capture, module exploration, parser capability entries, file batches
|
|
117
|
+
and delivered articles separate. A seven-file JSON entry does not mean that an
|
|
118
|
+
IDL repository now contains seven relevant files. Report both the source and
|
|
119
|
+
capability for each count; merging four results is not four completed modules.
|
|
120
|
+
Only use completed/total modules when module boundaries and their completion
|
|
121
|
+
have been observed. Before that, say module boundaries are being identified.
|
|
122
|
+
Never infer percentage or scope reduction from time or RSS. RSS is not Node heap
|
|
123
|
+
usage and being below a previous failure measurement does not establish safety.
|
|
@@ -11,7 +11,7 @@ Open one report for the complete current candidate set and apply only a payload
|
|
|
11
11
|
that matches its collection scope and candidate-set digest.
|
|
12
12
|
|
|
13
13
|
Before Review, Context checks both sides of approved page identity: whether a
|
|
14
|
-
candidate path is already owned by another `
|
|
14
|
+
candidate path is already owned by another `article_id`, and whether
|
|
15
15
|
the candidate `view_ref` is already approved at another path. Either conflict
|
|
16
16
|
blocks Review. Follow the returned identity-coordination route: the default
|
|
17
17
|
mechanical repair preserves the approved identity and approved path, then
|
|
@@ -22,18 +22,130 @@ and continues through Review and delivery. Expression-only changes need no
|
|
|
22
22
|
source capture or Parser. Preserve prior confirmed contributions; distinguish
|
|
23
23
|
actual behavior, a confirmed decision, and a proposal that is not implemented.
|
|
24
24
|
|
|
25
|
-
##
|
|
25
|
+
## First-task intake budget
|
|
26
|
+
|
|
27
|
+
Before registration and capture, the Agent uses the user's task instructions and
|
|
28
|
+
reads batch metadata titles across the explicitly supplied document list. Lark
|
|
29
|
+
metadata requests accept at most 200 entries each, not 200 words or 200 documents
|
|
30
|
+
overall. H1/H2 may be reused only when metadata returns them without
|
|
31
|
+
body retrieval; Lark batch metadata returns titles, not headings. Batch failure
|
|
32
|
+
falls back to at most 10 unresolved document title lookups total, unless a shared
|
|
33
|
+
authentication failure makes those calls redundant. The Agent does not fetch
|
|
34
|
+
source bodies, outlines, images or attachments. Missing title metadata is
|
|
35
|
+
optional: preserve the original URL without falling back to body retrieval or
|
|
36
|
+
changing credentials. Resolve intent from the conversation; refine provisional
|
|
37
|
+
chapters and module boundaries from evidence after formal capture.
|
|
38
|
+
|
|
39
|
+
## Agent-planned writing order
|
|
40
|
+
|
|
41
|
+
Within the tasks available in the current Route, the Agent may choose a writing
|
|
42
|
+
order from the reader's needs and relationships between topics. There is no
|
|
43
|
+
fixed code-first or document-first rule. Prefer foundational concepts and shared
|
|
44
|
+
terminology before walkthroughs or summaries that benefit from them, when this
|
|
45
|
+
reduces rework. Independent topics can proceed without waiting; adjust the order
|
|
46
|
+
as writing progresses instead of maintaining a separate scheduling artifact.
|
|
47
|
+
|
|
48
|
+
This is an Agent working preference, not a new dependency or completion gate.
|
|
49
|
+
Do not add dependency fields, fetch extra material, or delay useful work merely
|
|
50
|
+
to establish an order. Keep current task boundaries, source permissions and
|
|
51
|
+
submission rules; do not pull future batches forward or change the CLI Route.
|
|
52
|
+
|
|
53
|
+
## Workspace versions and changelog
|
|
54
|
+
|
|
55
|
+
`package.json.version` is the workspace SemVer. At completed-scope delivery the
|
|
56
|
+
workflow asks the Agent to inspect formal changes and record an increasing version
|
|
57
|
+
with a concise changelog. Added modules or expanded material coverage increment
|
|
58
|
+
minor; corrections, existing-module updates, navigation and persistent status
|
|
59
|
+
changes increment patch. Major requires an explicit user instruction. Temporary
|
|
60
|
+
progress under `.tmp/` never causes a version increase.
|
|
61
|
+
|
|
62
|
+
Version recording runs at completed-scope delivery after Review, Close and package
|
|
63
|
+
configuration/template approval, before the final build. The record response
|
|
64
|
+
returns the next workspace Route, so no extra status call is needed. Build retries
|
|
65
|
+
reuse the recorded version when formal content is unchanged. Intermediate batches
|
|
66
|
+
do not each receive a version.
|
|
67
|
+
|
|
68
|
+
The workspace AGENTS.md and version-writing instructions require each entry's
|
|
69
|
+
details to stay within 1500 visible characters, including punctuation across the
|
|
70
|
+
title, changes, trigger descriptions and actor display name, excluding protocol
|
|
71
|
+
keys, version and date. The Agent compresses longer drafts before submission,
|
|
72
|
+
preserving main changes, impact and triggers instead of truncating text or splitting
|
|
73
|
+
the iteration into extra versions. This is an Agent writing rule, not a prose-quality
|
|
74
|
+
CLI gate.
|
|
75
|
+
|
|
76
|
+
`context version inspect --format json` returns changed paths and a digest. The
|
|
77
|
+
coordinator submits `context version record --input <file> --format json` with:
|
|
26
78
|
|
|
27
|
-
|
|
28
|
-
|
|
79
|
+
```yaml
|
|
80
|
+
expected_digest: "<digest returned by inspect>"
|
|
81
|
+
version: 0.2.0
|
|
82
|
+
title: Add module recovery guidance
|
|
83
|
+
changes:
|
|
84
|
+
- Document recovery conditions and the supported retry flow.
|
|
85
|
+
triggers:
|
|
86
|
+
- kind: module
|
|
87
|
+
description: Additional module material requested in this iteration.
|
|
88
|
+
actor:
|
|
89
|
+
kind: lark
|
|
90
|
+
name: Example User
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
`actor` is optional; omit it to use local Git `user.name` when configured. Use a
|
|
94
|
+
Lark display name only when explicitly known from the conversation. Trigger kinds
|
|
95
|
+
are `initial`, `note`, `sessions`, `mr`, `module`, `document`, `navigation`,
|
|
96
|
+
`repair`, `dist`, and `other`. Agent-written fields describe the actual diff and
|
|
97
|
+
conversation; they must not expose credentials, raw transcripts or private IDs.
|
|
98
|
+
|
|
99
|
+
The CLI writes `changelog.yaml`, generated `CHANGELOG.md`, `package.json` and the
|
|
100
|
+
`.context-version.json` content baseline together. Keep these formal files with
|
|
101
|
+
the workspace; do not hand-edit generated baselines. Git-managed and unignored
|
|
102
|
+
new files are compared (without Git, non-runtime workspace files are compared).
|
|
103
|
+
Version metadata itself, `dist`, `.tmp` and dependencies do not cause changes.
|
|
104
|
+
|
|
105
|
+
Successful builds record version and per-package hashes in `.context-builds.json`.
|
|
106
|
+
They do not increase versions. Before publishing, `context version publish-check
|
|
107
|
+
--format json` compares against `.context-published.json`. A same-version changed
|
|
108
|
+
output requires a patch using `version inspect --publish` and a `dist` trigger,
|
|
109
|
+
then a rebuild. Record `version published --hash <checked-hash> --receipt
|
|
110
|
+
<successful-publication-reference> --format json` only after external success.
|
|
111
|
+
No command commits, tags or uploads automatically.
|
|
112
|
+
|
|
113
|
+
Website history is available at `changelog.html`: cards are newest first, the
|
|
114
|
+
latest three expanded and older cards collapsed. The History button beside the
|
|
115
|
+
theme switch and footer update timestamps link there. KB and LLMS outputs carry
|
|
116
|
+
the same workspace version and changelog.
|
|
117
|
+
|
|
118
|
+
## Customize the knowledge map at any time
|
|
119
|
+
|
|
120
|
+
For a knowledge-map-only change, use the existing `context task adjust
|
|
121
|
+
--input <file|-> --format json` action with `knowledge_map`. Supply its
|
|
29
122
|
current `expected_revision`, explicit `upsert` entries and `remove` keys. Each
|
|
30
123
|
entry retains its stable key, parent, title and order; optional targets use
|
|
31
124
|
article identity and section key. The current structure preview supplies those
|
|
32
|
-
identities.
|
|
125
|
+
identities. Read the persistent `src/knowledge-map.yaml`; use
|
|
126
|
+
`expected_revision: null` only when no knowledge map exists.
|
|
33
127
|
After adjustment, follow status to rebuild affected packages. This changes the
|
|
34
128
|
reading organization without capturing sources or rewriting approved prose.
|
|
35
129
|
Do not directly edit generated package navigation or use titles as identities.
|
|
36
130
|
|
|
131
|
+
Users can ask in conversation to move a topic, rename a directory, change order,
|
|
132
|
+
or organize the same articles for another reader task. Handle this during ongoing
|
|
133
|
+
production or after completion through the same adjustment; no active Indexer
|
|
134
|
+
task, source recapture or new mode choice is required. Finish or revoke active
|
|
135
|
+
worker assignments before changing the map. Preserve unrelated entries and page
|
|
136
|
+
identities. The map controls website navigation and LLMS organization together.
|
|
137
|
+
|
|
138
|
+
For each new or changed article, the Agent decides whether to retain its current
|
|
139
|
+
placement, add another placement, move it, or create a warranted category. Check
|
|
140
|
+
these choices against the user's settled organization before structure approval
|
|
141
|
+
and delivery. New articles must be bound even if the map revision has not changed;
|
|
142
|
+
modifying a title alone is not a reason to change article identity. Never satisfy
|
|
143
|
+
coverage by mechanically placing every new page under an unrelated catch-all.
|
|
144
|
+
Build reports missing bindings for the Agent to resolve; it does not classify
|
|
145
|
+
content. Moving a menu entry does not change the article URL.
|
|
146
|
+
|
|
147
|
+
## Edit one section or review part of a batch
|
|
148
|
+
|
|
37
149
|
The current approved-revision Route accepts either full `markdown` or explicit
|
|
38
150
|
`sections` edits. Use an existing `writing_context.current_sections` ID and an
|
|
39
151
|
ordered `content` list of `{ "markdown": "new text" }` and/or
|
|
@@ -41,6 +153,13 @@ ordered `content` list of `{ "markdown": "new text" }` and/or
|
|
|
41
153
|
selected section's source references remain intact. Use full Markdown when
|
|
42
154
|
changing structure, adding a page or when a section has no unambiguous ID.
|
|
43
155
|
|
|
156
|
+
To change a fragment's citations, include `references` alongside its `section_id`:
|
|
157
|
+
each entry supplies `source_ref` and `locator` (`path`, `start_line`, `end_line`).
|
|
158
|
+
Context computes the region fingerprint. This uses the same revision submission,
|
|
159
|
+
with at most three source positions per fragment. Full Markdown may include a
|
|
160
|
+
`sections` list of reference edits; local section edits may change content,
|
|
161
|
+
references, or both. Omission preserves citations; an empty list removes them.
|
|
162
|
+
|
|
44
163
|
For an optional check, append `--preview` to the current `action complete-current`
|
|
45
164
|
command with the same revision and input file. It validates and returns the
|
|
46
165
|
assembled page and previous text without accepting the edit. Submit the same
|
|
@@ -314,17 +433,17 @@ Indexer's read scope. Its `task adjust` scope also supplies the explicit
|
|
|
314
433
|
`requirement_ref`. This extends the current page's available sources and keeps
|
|
315
434
|
queued pages; it does not silently start another task or another Indexer.
|
|
316
435
|
|
|
317
|
-
###
|
|
318
|
-
|
|
319
|
-
When
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
empty
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
436
|
+
### Revising material reused from another article
|
|
437
|
+
|
|
438
|
+
When a supporting article changes, revise the affected explanation using
|
|
439
|
+
`context revise`. Read the relevant approved text and, where needed, its original
|
|
440
|
+
sources. Keep direct source regions on the affected output fragments; do not
|
|
441
|
+
recreate an article dependency graph or copy facts and evidence IDs.
|
|
442
|
+
|
|
443
|
+
Revision section edits may supply `references` as `source_ref` plus a
|
|
444
|
+
`locator` containing `path`, `start_line`, and `end_line`. Context computes the
|
|
445
|
+
regional digest. Omitted references preserve the current fragment's citations;
|
|
446
|
+
an explicit empty list removes them, and deleting a fragment removes its
|
|
447
|
+
citations. Each fragment may cite at most three source positions. Register and
|
|
448
|
+
authorize new material before citing it, then follow normal Review, close and
|
|
449
|
+
build. Article links alone do not authorize reading new sources or prove a claim.
|
|
@@ -6,11 +6,14 @@ mediaType: text/markdown
|
|
|
6
6
|
|
|
7
7
|
# Package output
|
|
8
8
|
|
|
9
|
+
Before editing, read `context.sdk.package-outputs`, especially its Agent configuration
|
|
10
|
+
and delivery recipe. It contains the concrete SDK declarations and preview steps.
|
|
11
|
+
|
|
9
12
|
Package selection decides how approved knowledge is presented to downstream
|
|
10
13
|
agents or text consumers. Explain the available Context package kinds and their
|
|
11
14
|
directory shape before asking the user to choose.
|
|
12
15
|
|
|
13
|
-
|
|
16
|
+
Using the settled multi-select choice or current session authority, declare the packages in `src/index.ts` using the SDK schema
|
|
14
17
|
resource. The current Route's `configuration.contract` lists the supported
|
|
15
18
|
output choices, required fields, mechanical defaults, and follow-up status
|
|
16
19
|
command; do not infer another factory or hidden default. Templates may customize presentation, but they must not overwrite
|
|
@@ -46,3 +49,19 @@ external links and accepts responsibility for publishing and access. Use a
|
|
|
46
49
|
confirmed immutable HTTPS prefix where possible; do not infer or probe an
|
|
47
50
|
unknown host convention. Explicit omission keeps unresolved links and must be
|
|
48
51
|
described as such.
|
|
52
|
+
|
|
53
|
+
For a new workspace without explicit output preferences, use KB + website. Enable
|
|
54
|
+
`site: { title: <workspace title>, lang: <workspace language> }` on the same
|
|
55
|
+
`kbPackage` in `src/index.ts`; selecting LLMS also adds `llmsPackage`. Omit `site`
|
|
56
|
+
when the user deselects the website. Existing declarations are not automatically
|
|
57
|
+
changed. A request to generate a documentation website follows this same route,
|
|
58
|
+
including after initial delivery. Inspect existing declarations before editing;
|
|
59
|
+
do not register the request itself as source material or re-index unchanged knowledge.
|
|
60
|
+
|
|
61
|
+
Validate reading targets before build. Website navigation uses the approved reading
|
|
62
|
+
structure; repair missing bindings through the current structure adjustment action.
|
|
63
|
+
Build cost is rendering and local search generation, not another Indexer run.
|
|
64
|
+
Report measured cost only; do not promise a fixed duration for all workspaces.
|
|
65
|
+
Website failure preserves the previous package and requires repair or an explicit
|
|
66
|
+
change of output choice. Publishing is a separate action handled by the user's
|
|
67
|
+
chosen deployment tool; producing a website never authorizes deployment.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: procedure.parallel-agent-batch
|
|
3
|
+
kind: procedure
|
|
4
|
+
mediaType: text/markdown
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Coordinate issued batch directories
|
|
8
|
+
|
|
9
|
+
CLI owns stage boundaries and determines which batches are eligible. The Agent
|
|
10
|
+
chooses how to finish the issued work. Enable `--multi-agent` only when this host
|
|
11
|
+
can coordinate child Agents and current permissions allow them. Otherwise use
|
|
12
|
+
the default single batch; do not simulate workers or seek extra permissions just
|
|
13
|
+
to parallelize. A capability declaration does not waive any user decision.
|
|
14
|
+
|
|
15
|
+
Assign disjoint output directories from the issued batches. Give each worker
|
|
16
|
+
its task goals, relevant shared guidance, authorized source entrypoints and
|
|
17
|
+
designated draft paths. Workers can read source text and write their assigned
|
|
18
|
+
drafts. They do not change CLI-owned materials, formal articles, shared runtime
|
|
19
|
+
state or a peer's drafts. One coordinator submits to Context and performs all
|
|
20
|
+
shared-state CLI writes; workers return completed paths and unresolved issues.
|
|
21
|
+
|
|
22
|
+
The host's capacity and the tasks determine scheduling; there is no fixed worker
|
|
23
|
+
count, mandatory attempt ledger or new handoff schema. Use host completion
|
|
24
|
+
notifications and ordinary bounded waits. Do not poll full Context status to
|
|
25
|
+
check worker progress, or confuse a finished draft with a received article.
|
|
26
|
+
|
|
27
|
+
The coordinator checks the outputs against their tasks, resolves cross-article
|
|
28
|
+
terminology and source ambiguity where needed, and submits any completed subset
|
|
29
|
+
through the stage file contract. Keep task input handles as supplied by CLI.
|
|
30
|
+
Do not require every worker to finish before submitting independent work.
|
|
31
|
+
|
|
32
|
+
If a worker fails or loses context, retain completed files and take over or
|
|
33
|
+
redispatch only its unfinished work. Stop the old worker before another writer
|
|
34
|
+
uses the same output paths, and ignore late results from revoked work. Ordinary
|
|
35
|
+
host errors are not source exclusions or evidence that a task is complete.
|
|
36
|
+
|
|
37
|
+
When capability is unavailable, omit `--multi-agent` on the next call. Already
|
|
38
|
+
issued tasks and drafts stay valid. Source changes or task replacement use the
|
|
39
|
+
CLI's existing task-local refresh and repair protocol, not skill-version checks.
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: procedure.production-requirements
|
|
3
|
+
kind: procedure
|
|
4
|
+
mediaType: text/markdown
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Long-term production requirements
|
|
8
|
+
|
|
9
|
+
Use the reader purpose and source boundaries already confirmed by the user.
|
|
10
|
+
Ask for missing decisions before writing; registering a source does not authorize
|
|
11
|
+
unrelated modules. This is not the work-start report: the report follows the
|
|
12
|
+
lightweight investigation and must still wait for user feedback.
|
|
13
|
+
|
|
14
|
+
Write `src/indexers.yaml` with this minimal shape, replacing the example values
|
|
15
|
+
with the user's actual purpose and registered source reference:
|
|
16
|
+
|
|
17
|
+
```yaml
|
|
18
|
+
requirements:
|
|
19
|
+
- id: service-readers
|
|
20
|
+
purpose: Explain the service responsibilities and supported usage
|
|
21
|
+
target_scope:
|
|
22
|
+
targets:
|
|
23
|
+
- source_ref: repo:service
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
Optional long-term decisions are `reader_goals` and `questions` (text lists),
|
|
27
|
+
`coverage_domains` (domain to `required`, `optional` or `out-of-scope`), and
|
|
28
|
+
`evidence_source_scope` with the same `targets` shape for authorized supporting
|
|
29
|
+
sources. Existing `module_refs` are reading focus, not a module-to-path permission
|
|
30
|
+
map. Use an ordinary task brief for relevant directories; no additional module
|
|
31
|
+
mapping or scope receipt is required.
|
|
32
|
+
|
|
33
|
+
An explicit exclusion belongs inside its requirement:
|
|
34
|
+
|
|
35
|
+
```yaml
|
|
36
|
+
exclusions:
|
|
37
|
+
- scope:
|
|
38
|
+
targets:
|
|
39
|
+
- source_ref: repo:service
|
|
40
|
+
paths: [generated]
|
|
41
|
+
reason: Generated outputs are outside the requested reader purpose
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
`paths` contains exact source-relative files or directories, not glob patterns;
|
|
45
|
+
omit it only for a confirmed exclusion of the whole selected source scope.
|
|
46
|
+
Do not automatically exclude something merely because it is large or costly.
|
|
47
|
+
|
|
48
|
+
Do not add Provider selections, versions, hashes, run identifiers, candidate
|
|
49
|
+
receipts or task assignments. Those are not long-term requirements. Skills and
|
|
50
|
+
writing batches are declared in the temporary investigation plan.
|
|
51
|
+
|
|
52
|
+
After editing, run `context status --format json` and consume its current Route.
|
|
53
|
+
|
|
54
|
+
When article targets and source grouping are already clear, put the existing
|
|
55
|
+
plan fields (`capabilities`, `articles`, optional `indexer_usage`) in a file under
|
|
56
|
+
`.tmp/agent-work/`, omitting only `stage`, which does not exist yet. Each article
|
|
57
|
+
contains `path`, `question`, `sources` and `batch`, with optional `brief` and
|
|
58
|
+
`after`. Add `--input <that-file>` to the returned `action prepare-current`
|
|
59
|
+
command to prepare those tasks without a separate investigation-plan submission.
|
|
60
|
+
This does not approve the report or permit writing before user feedback.
|
|
61
|
+
When targets are unclear, use normal preparation and investigate the skeletons.
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: procedure.production-stage-files
|
|
3
|
+
kind: procedure
|
|
4
|
+
mediaType: text/markdown
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Production stage files
|
|
8
|
+
|
|
9
|
+
The stage entry links CLI-owned requirements, planned skill guidance and task
|
|
10
|
+
directories. Read relevant source text before writing; a skeleton is navigation,
|
|
11
|
+
not semantic evidence. Skill names guide work, not article ownership or versions.
|
|
12
|
+
|
|
13
|
+
Choose relevant code directories while planning or writing. A task brief may
|
|
14
|
+
name useful reading scope; module labels do not imply directory permissions.
|
|
15
|
+
No module mapping file, version receipt or article-level scope fields are needed.
|
|
16
|
+
Read related code as needed within the user's authorized sources.
|
|
17
|
+
|
|
18
|
+
Write results under the returned Agent directory. All submission paths are
|
|
19
|
+
relative to that stage directory, even when the manifest is in `submissions/`.
|
|
20
|
+
Copy the CLI's submission template, keep completed tasks only, and keep each
|
|
21
|
+
task's prefilled `input`. Submit the manifest using the returned command.
|
|
22
|
+
Do not edit submitted files until the command returns.
|
|
23
|
+
|
|
24
|
+
A complete article uses `content` (Markdown) and `references` (YAML/JSON).
|
|
25
|
+
Markdown has reader-facing title and description frontmatter, followed by the
|
|
26
|
+
complete article with stable `context:section` markers. References contain
|
|
27
|
+
`sections`, each with its matching `id` and `references` list. A reference is
|
|
28
|
+
`source_ref` plus `locator: {path, start_line, end_line}` from actual authorized
|
|
29
|
+
text. CLI computes source digests. A fragment may cite at most three distinct
|
|
30
|
+
source positions; an article may have multiple fragments.
|
|
31
|
+
|
|
32
|
+
A revision uses `edits` instead of `content`/`references`. The file contains an
|
|
33
|
+
`edits` list. Each item maps `replace: [old-fragment-ids]` to `with: [...]`, whose
|
|
34
|
+
entries contain `id` and the changed `markdown` and/or `references`.
|
|
35
|
+
Omitted fields retain the previous value only for the same fragment identity.
|
|
36
|
+
New identities require both fields. Empty `with` deletes the named fragments.
|
|
37
|
+
A split or merge explicitly names old and new identities; merging cannot
|
|
38
|
+
silently delete intervening article text. Insert with empty `replace` and
|
|
39
|
+
`after: <existing-id>`, or `after: null` before the first fragment.
|
|
40
|
+
Fragment Markdown excludes its outer markers, which CLI generates.
|
|
41
|
+
|
|
42
|
+
The same edits format can repair a failed complete draft retained temporarily
|
|
43
|
+
by CLI. If that draft is missing or structurally unusable, resubmit a corrected
|
|
44
|
+
complete article. Failed tasks report a file/fragment when available; accepted
|
|
45
|
+
tasks remain saved even if preparation of the next directory fails.
|
|
46
|
+
|
|
47
|
+
The default is one batch. Supply `--multi-agent` only when this caller supports
|
|
48
|
+
coordinating multiple batch directories. Omitting it safely downgrades scheduling
|
|
49
|
+
without invalidating already-issued tasks or overwriting worker drafts.
|
|
50
|
+
|
|
51
|
+
If the user explicitly asks to receive completed articles before the remaining
|
|
52
|
+
work finishes, run `context run --deliver --format json`. This pauses writing,
|
|
53
|
+
not approval: follow the returned Review, close and build routes. A successful
|
|
54
|
+
build resumes the same stage; a failed build retains the pause and all tasks.
|
|
55
|
+
To cancel that pause explicitly, use `context run --resume-writing --format json`.
|
|
56
|
+
It preserves approved articles, candidates and existing task input handles.
|
|
57
|
+
Partial delivery must include the approved articles needed by its local links.
|
|
@@ -10,6 +10,15 @@ A source boundary is a user decision about which repositories, modules, or
|
|
|
10
10
|
documents may become approved knowledge. It affects extraction scope,
|
|
11
11
|
provenance, output paths, and freshness checks.
|
|
12
12
|
|
|
13
|
+
For the first production task, confirm the reader purpose and authorized material
|
|
14
|
+
scope, reusing choices already explicit in the conversation. A supplied checklist
|
|
15
|
+
is task guidance unless the user also selects it as source material. Register and
|
|
16
|
+
capture the confirmed sources so lightweight investigation can produce code
|
|
17
|
+
skeletons and document overviews. The formal work-start report belongs after that
|
|
18
|
+
investigation and planning, before bulk writing; its presence or digest is never
|
|
19
|
+
source-registration evidence or user approval. Do not broaden source authorization
|
|
20
|
+
while gathering the plan.
|
|
21
|
+
|
|
13
22
|
Do not infer this boundary by using the current directory, monorepo layout,
|
|
14
23
|
package names, or Git remotes to select additional sources. Once the user has named a concrete local module
|
|
15
24
|
or path, resolving its unique local directory and reading that checkout's Git
|