@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
|
@@ -21,11 +21,85 @@ close is required, run deterministic close before build. Current close derives
|
|
|
21
21
|
final verify gate without rewriting approved Markdown. References, changelog,
|
|
22
22
|
package index, and section fingerprint rebuilds are not current close output.
|
|
23
23
|
|
|
24
|
-
##
|
|
24
|
+
## Default New-Workspace Outputs: Knowledge Base + Website
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
Output channels support multiple selection. In a new workspace without explicit
|
|
27
|
+
preferences, the Agent proposes and configures KB + website as the default. Honor
|
|
28
|
+
user feedback, session authority and existing workspace declarations; LLMS is an
|
|
29
|
+
additional selectable channel. This is an Agent configuration default, not an SDK
|
|
30
|
+
change that silently enables websites for existing packages.
|
|
31
|
+
|
|
32
|
+
### Static documentation website
|
|
33
|
+
|
|
34
|
+
To include the default browser-readable site, enable `site` on the same
|
|
35
|
+
package. The normal `context build` produces both the Agent KB and a standalone
|
|
36
|
+
`dist/<base>-site/` directory containing `index.html`, article HTML,
|
|
37
|
+
local search, scripts, styles and the selected bundled resources.
|
|
38
|
+
|
|
39
|
+
`<base>` is the package name with one trailing `-kb` removed, when present.
|
|
40
|
+
For example, `project-kb` produces `dist/project-kb/` and `dist/project-site/`;
|
|
41
|
+
`project` produces `dist/project/` and `dist/project-site/`. Output directories
|
|
42
|
+
must not collide with another package or website. `site.base` controls URL
|
|
43
|
+
prefixes only, not filesystem output paths.
|
|
44
|
+
|
|
45
|
+
```ts
|
|
46
|
+
kbPackage({
|
|
47
|
+
name: "project-kb",
|
|
48
|
+
template: "src/package-templates/kb",
|
|
49
|
+
site: { title: "Project knowledge", lang: "en-US", base: "/" },
|
|
50
|
+
});
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
`site` is opt-in; omission keeps the existing KB-only output. Optional fields
|
|
54
|
+
are `title` (defaults to the package name), `description`, `lang` (defaults to
|
|
55
|
+
`en-US`), and `base` (defaults to `/`; use `/docs/` when hosted under that path).
|
|
56
|
+
The website uses a full-width VitePress theme with system fonts, compact navigation,
|
|
57
|
+
a wide reading area and a smaller article outline. It starts in
|
|
58
|
+
light mode regardless of the operating system; an explicit reader choice is
|
|
59
|
+
remembered in browser storage. Search runs locally, without a search service.
|
|
60
|
+
Mermaid renders in the browser with a restrained theme; invalid diagrams retain
|
|
61
|
+
their source instead of blocking publication. Code samples and raw HTML are
|
|
62
|
+
displayed as content, not executed as Vue components or scripts.
|
|
63
|
+
|
|
64
|
+
The accepted `src/knowledge-map.yaml` controls sidebar organization. Entries
|
|
65
|
+
bind to `artifact_ref` and optionally `section_key`; the builder resolves these
|
|
66
|
+
against this package's selected approved articles. Navigation labels and parent
|
|
67
|
+
groups do not determine website paths. One article may have several navigation
|
|
68
|
+
placements while keeping one URL. Pending/excluded targets generate warnings
|
|
69
|
+
and no invented link. Every selected article with an artifact identity must have
|
|
70
|
+
a valid reading target before packaging, including packages without a website.
|
|
71
|
+
Missing bindings or invalid section references block the staged output and
|
|
72
|
+
return the missing article list plus a navigation-only task adjustment input.
|
|
73
|
+
Category nodes can remain empty while future articles are planned. The builder
|
|
74
|
+
does not infer business categories or alter article content.
|
|
75
|
+
|
|
76
|
+
Top navigation contains the first-level reading directories. Selecting
|
|
77
|
+
a section shows only its descendants in the left sidebar; opening an article
|
|
78
|
+
directly selects its section. Skills and their Markdown references remain
|
|
79
|
+
reachable as linked read-only pages, but have no automatically added navigation
|
|
80
|
+
section. A reader-facing usage guide can link them where appropriate.
|
|
81
|
+
Section landing pages have stable URLs separate from article URLs.
|
|
82
|
+
|
|
83
|
+
`dist/<base>-site/context-site-map.json` records each article's approved path, KB path and
|
|
84
|
+
site path, plus the projected menu and unresolved targets. URLs are derived from
|
|
85
|
+
article identity; legacy pages without `artifact_ref` use their approved path,
|
|
86
|
+
so moving those legacy files changes their URL. The shared knowledge map,
|
|
87
|
+
KB layout and production Markdown remain unchanged.
|
|
88
|
+
|
|
89
|
+
Article pages include a small source footer from recorded article source references and the source registry. Repository entries link to the recorded revision and module (or an explicitly referenced file); document entries link to their registered HTTP(S) URL. Unrecorded associations are not inferred from prose. Source-footer changes participate in the website build fingerprint without modifying knowledge Markdown.
|
|
90
|
+
|
|
91
|
+
The website reuses resource delivery already performed for the KB: bundled
|
|
92
|
+
resources are copied into the site's `resources/`; Git raw links remain remote,
|
|
93
|
+
and explicit resource omission remains omission. It does not copy source trees
|
|
94
|
+
or capture audits. Website generation completes in a sibling staging directory
|
|
95
|
+
before either output is published, so a failed website build preserves the
|
|
96
|
+
previous KB and website. The website is not included in the KB directory.
|
|
97
|
+
Disabling the option removes the old site on the next successful package build.
|
|
98
|
+
|
|
99
|
+
Preview through an HTTP static server. Deploy the **contents of `dist/<base>-site/`** using
|
|
100
|
+
the user's chosen static hosting tool; no hosting SDK, login, deployment or
|
|
101
|
+
platform-specific skill is part of Context's build. Keep hosting credentials
|
|
102
|
+
out of package templates and published content.
|
|
29
103
|
|
|
30
104
|
Typical output:
|
|
31
105
|
|
|
@@ -211,7 +285,9 @@ Typical output:
|
|
|
211
285
|
|
|
212
286
|
```text
|
|
213
287
|
dist/<package-name>/
|
|
214
|
-
|
|
288
|
+
├── llms.txt # knowledge-map index
|
|
289
|
+
├── llms-full.txt # consolidated approved text
|
|
290
|
+
└── llms/pages/<identity>.txt # individual approved articles
|
|
215
291
|
```
|
|
216
292
|
|
|
217
293
|
Choose this when the user wants:
|
|
@@ -232,49 +308,139 @@ knowledge/
|
|
|
232
308
|
└── ...
|
|
233
309
|
```
|
|
234
310
|
|
|
235
|
-
##
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
311
|
+
## Agent configuration and delivery recipe
|
|
312
|
+
|
|
313
|
+
Use this guide when the user asks to generate a documentation website, selects
|
|
314
|
+
outputs in the work-start report, or the current Route asks for package output.
|
|
315
|
+
Read the current Route and existing `src/index.ts` first. Reuse settled choices;
|
|
316
|
+
follow its configuration/read-acknowledgement contract rather than replaying a
|
|
317
|
+
previous revision. The Agent edits SDK configuration; the user need not write code.
|
|
318
|
+
|
|
319
|
+
1. Record all selected channels together. For new workspaces with no explicit
|
|
320
|
+
preference, use KB + website. Preserve existing declarations and explicit
|
|
321
|
+
KB-only, LLMS-only or deferred-delivery choices.
|
|
322
|
+
2. Configure the existing KB declaration below, substituting the actual name,
|
|
323
|
+
title and workspace language. Retain its sources, phases, selection and resource
|
|
324
|
+
policy. This is one KB package with an additional website channel, not two KBs.
|
|
325
|
+
3. If LLMS is selected, add its declaration and import in the same edit. Ensure
|
|
326
|
+
both template directories exist and resolve generic-template review using the
|
|
327
|
+
current Route. Do not independently ask approval for each already selected channel.
|
|
328
|
+
4. Refresh `context status --format json`. Follow the returned continuation for
|
|
329
|
+
knowledge-map adjustment, required review, close, verification and build.
|
|
330
|
+
Missing article bindings require explicit targets from current CLI diagnostics;
|
|
331
|
+
do not classify articles from `wikis/` or `codeindex/` directory names alone.
|
|
332
|
+
5. Run `context build` when ready. Verify each selected output and report its
|
|
333
|
+
actual location; a failed selected website is not completed delivery.
|
|
334
|
+
6. Preview the generated website directory through a local HTTP server. Verify HTTP succeeds
|
|
335
|
+
before giving its URL. Publishing requires the user's chosen hosting tool and
|
|
336
|
+
authorization; do not install a hosting SDK merely to build the website.
|
|
245
337
|
|
|
246
|
-
```
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
dist/<name>-llms/
|
|
262
|
-
└── llms.txt
|
|
263
|
-
|
|
264
|
-
This is best if you need one text bundle for model/RAG import.
|
|
265
|
-
|
|
266
|
-
We can also skip package output for now and keep only knowledge/.
|
|
267
|
-
|
|
268
|
-
Which one should I declare first?
|
|
338
|
+
```ts
|
|
339
|
+
import { defineProject, kbPackage, llmsPackage } from "@c4a/context";
|
|
340
|
+
|
|
341
|
+
// Edit only the packages field of the existing defineProject declaration.
|
|
342
|
+
// Keep the actual project's other declarations intact.
|
|
343
|
+
const packages = [
|
|
344
|
+
kbPackage({
|
|
345
|
+
name: "project-kb",
|
|
346
|
+
template: "src/package-templates/kb",
|
|
347
|
+
site: { title: "Project knowledge", lang: "en-US", base: "/" },
|
|
348
|
+
}),
|
|
349
|
+
// Include this entry only when LLMS text is selected.
|
|
350
|
+
llmsPackage({ name: "project-llms", template: "src/package-templates/llms" }),
|
|
351
|
+
];
|
|
352
|
+
// Existing defineProject({ ...existing declarations, packages }).
|
|
269
353
|
```
|
|
270
354
|
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
355
|
+
The configuration is a small source edit, not custom frontend implementation.
|
|
356
|
+
Website output reuses approved articles, knowledge map and packaged assets;
|
|
357
|
+
rendering/search generation adds build time and size, not another indexing pass.
|
|
358
|
+
Measure actual cost instead of quoting a universal estimate.
|
|
359
|
+
|
|
360
|
+
| User request | Agent action |
|
|
361
|
+
| --- | --- |
|
|
362
|
+
| KB + website | One `kbPackage` with `site` enabled |
|
|
363
|
+
| KB only / disable website | Omit `site` on that KB and rebuild; old site output is removed |
|
|
364
|
+
| Add website later | Add `site` to existing KB, repair missing reading bindings, rebuild |
|
|
365
|
+
| Website only for distribution | Explain the KB is still built; share only the sibling website directory |
|
|
366
|
+
| Also produce LLMS | Add `llmsPackage` alongside the KB in the same change |
|
|
367
|
+
| Keep current knowledge only | Postpone packaging; do not label it completed package delivery |
|
|
368
|
+
|
|
369
|
+
```sh
|
|
370
|
+
python3 -m http.server 8000 --bind 127.0.0.1 --directory dist/project-site
|
|
371
|
+
```
|
|
275
372
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
373
|
+
The completion report lists KB root, website directory and LLMS file separately,
|
|
374
|
+
with generated/failed/not-selected status. Include website navigation coverage,
|
|
375
|
+
verified preview URL when running, and any remaining errors. The website contains
|
|
376
|
+
source cards and article update times; it does not imply an article history browser.
|
|
377
|
+
|
|
378
|
+
## How To Present The Choice
|
|
379
|
+
|
|
380
|
+
Include a compact multi-select list in the work-start report, and reuse it later:
|
|
381
|
+
|
|
382
|
+
- [x] Agent knowledge-base package — default for a new workspace.
|
|
383
|
+
- [x] Documentation website — default with the KB, local preview or later hosting.
|
|
384
|
+
- [ ] LLMS text — optional model-context or RAG input.
|
|
385
|
+
|
|
386
|
+
Explicit choices override defaults. When current Route authority requires a user
|
|
387
|
+
decision, ask once for the combination rather than a sequence of mutually exclusive
|
|
388
|
+
questions. If the host tool supports only single selection, let the user state the
|
|
389
|
+
combination in text instead of presenting it as multi-select. There is no `both`
|
|
390
|
+
factory, separate website skill, or second permission per selected output.
|
|
391
|
+
|
|
392
|
+
## Website deployment handoff after every successful build
|
|
393
|
+
|
|
394
|
+
After every successful website build, including intermediate delivery and an
|
|
395
|
+
unchanged output reused by build, tell the user the website can be deployed with
|
|
396
|
+
a deployment skill. Include the actual `dist/<base>-site/` directory and whether
|
|
397
|
+
it contains only the currently delivered scope. This notice does not wait for the
|
|
398
|
+
whole knowledge task to finish and does not block its next Route.
|
|
399
|
+
|
|
400
|
+
Reuse existing publishing configuration and the user's chosen target. Otherwise,
|
|
401
|
+
inspect the available deployment skills, recommend a compatible static-site skill,
|
|
402
|
+
or let the user specify one. Do not invent installed skills or a deployed URL.
|
|
403
|
+
If no compatible skill is available, report that and provide the site directory
|
|
404
|
+
for the user's deployment tool. Do not install a deployment dependency by default.
|
|
405
|
+
|
|
406
|
+
When publishing is already authorized for that target, follow the selected skill
|
|
407
|
+
with the built site directory; otherwise offer deployment and wait for the user's
|
|
408
|
+
publishing instruction. Preserve the configured base path; rebuild if the target
|
|
409
|
+
requires a different base. Pass only the website output, not sources, private
|
|
410
|
+
workspace state or the entire KB package. Report success only after checking the
|
|
411
|
+
hosting result and published URL. A failed deployment leaves the local build valid;
|
|
412
|
+
report the deployment failure and its next step separately.
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
### Persistent knowledge map and report proposals
|
|
416
|
+
|
|
417
|
+
`src/knowledge-map.yaml` is the persistent knowledge map; retain it after delivery.
|
|
418
|
+
Its protocol is `context.knowledge-map/v1`; structure and adjustment inputs use
|
|
419
|
+
`knowledge_map`, and SDK functions use `KnowledgeMap` naming. It organizes website
|
|
420
|
+
navigation and LLMS without changing article identities or section bindings.
|
|
421
|
+
|
|
422
|
+
The work-start report explains the proposed directory and chapters, followed by
|
|
423
|
+
a text wireframe of the website. Material changes are communicated with the updated
|
|
424
|
+
report link and a short explanation. This does not build a temporary website or
|
|
425
|
+
create a persistent article-plan file. Website packaging uses the accepted knowledge map
|
|
426
|
+
and approved articles; the report is not a configuration input.
|
|
427
|
+
|
|
428
|
+
### Website LLM Docs
|
|
429
|
+
|
|
430
|
+
Every website build also builds LLMS from the same selected approved articles and
|
|
431
|
+
knowledge map. The final top-navigation item is always **LLM Docs**, opening
|
|
432
|
+
`llms/index.html`. This page links to `llms.txt`, the structured index,
|
|
433
|
+
`llms-full.txt`, the complete approved text, and raw Markdown text articles under
|
|
434
|
+
`llms/pages/`. These files ship inside the sibling website directory and use the configured site base.
|
|
435
|
+
No separate LLMS package declaration or additional build command is required.
|
|
436
|
+
Website LLMS text files include a UTF-8 BOM so browsers can identify the encoding
|
|
437
|
+
when a static host omits the charset. Hosting should serve them as
|
|
438
|
+
`text/plain; charset=utf-8`. The HTML landing page shows one index/full-text
|
|
439
|
+
toolbar followed by the knowledge map; Changelog is available in the site navbar.
|
|
440
|
+
|
|
441
|
+
The index preserves knowledge-map grouping, order and repeated placements. The
|
|
442
|
+
full text includes each selected article only once, in first-placement order.
|
|
443
|
+
Only approved selected content is exported. A map or article change invalidates
|
|
444
|
+
both website and LLMS outputs; failure preserves the previous staged package.
|
|
445
|
+
Standalone `llmsPackage()` uses the same map organization and supplies the full
|
|
446
|
+
text and raw article files alongside its template-rendered `llms.txt` index.
|
|
@@ -238,19 +238,15 @@ rejects it.
|
|
|
238
238
|
The default kb template includes:
|
|
239
239
|
|
|
240
240
|
- `skills/knowledge-query/SKILL.md`, a reusable skill that teaches agents to
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
relationships, and report gaps instead of inventing unsupported answers. The
|
|
244
|
-
build inventory also exposes `structure.relationship_coverage` so a consumer
|
|
245
|
-
can distinguish an observed zero-edge result from unknown relationship
|
|
246
|
-
coverage. The
|
|
241
|
+
navigate copied knowledge pages, cite relevant text and its exported source
|
|
242
|
+
attribution, and report gaps instead of inventing unsupported answers. The
|
|
247
243
|
default entry OKF root is `wikis/`; packages that select additional internal
|
|
248
244
|
collections expose
|
|
249
245
|
`guides/`, `rules/`, or `feats/` indexes when those roots are selected.
|
|
250
246
|
- `skills/knowledge-query/scripts/search.mjs`, a dependency-free BM25 fallback
|
|
251
247
|
for exact terms, mixed keyword queries, and large Markdown indexes. It chunks
|
|
252
248
|
mechanically, returns inspectable paths and line ranges, and never replaces
|
|
253
|
-
source-backed
|
|
249
|
+
reading the relevant source-backed explanation.
|
|
254
250
|
- `wikis/index.md`, the editable OKF bundle entry page for the generated
|
|
255
251
|
`dist/<package-name>/wikis/` directory.
|
|
256
252
|
|
|
@@ -267,10 +263,8 @@ The generated
|
|
|
267
263
|
KB entry surface. Internal collections are mapped into OKF roots during build:
|
|
268
264
|
`codeindex`, `business`, and `product` go to `wikis/`; `architecture`, `sop`,
|
|
269
265
|
`faq`, `decision`, and `incident` go to `guides/`; `standards` and `test` go to
|
|
270
|
-
`rules/`; and `feats` goes to `feats/`.
|
|
271
|
-
|
|
272
|
-
or constrain that knowledge, but directory placement alone does not establish
|
|
273
|
-
a relationship.
|
|
266
|
+
`rules/`; and `feats` goes to `feats/`. These roots organize articles by content
|
|
267
|
+
type; directory placement does not establish a relationship or a subject graph.
|
|
274
268
|
|
|
275
269
|
Default navigation rules:
|
|
276
270
|
|
|
@@ -313,54 +307,36 @@ wants project-specific behavior beyond knowledge lookup.
|
|
|
313
307
|
|
|
314
308
|
## Context OKF Profiles
|
|
315
309
|
|
|
316
|
-
Approved Markdown under `knowledge/` and
|
|
317
|
-
`knowledge/structure.yaml`
|
|
318
|
-
|
|
319
|
-
-
|
|
320
|
-
`
|
|
321
|
-
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
-
|
|
331
|
-
|
|
332
|
-
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
`source_ref` attribution. `knowledge/` is never rewritten by this projection.
|
|
347
|
-
|
|
348
|
-
Accepted section `source_ref` forms:
|
|
349
|
-
|
|
350
|
-
```text
|
|
351
|
-
src-N#symbol:<file>:<symbol-id>:<kind>@<digest>
|
|
352
|
-
src-N#span:<heading-hint> L<start>-<end>@<span-hash>
|
|
353
|
-
```
|
|
354
|
-
|
|
355
|
-
The code symbol form includes the source-relative file so same-name symbols in
|
|
356
|
-
different files resolve to one exact symbol-index row. Consumers should still
|
|
357
|
-
treat the complete `source_ref` as opaque. Production pages do not expose
|
|
358
|
-
Candidate fingerprints, Indexer digests, or `code_origin`.
|
|
359
|
-
|
|
360
|
-
`#span:` refs retain source snapshot line ranges for human review, diffing, and
|
|
361
|
-
stable re-pinning. They resolve against the stored file/Lark snapshot or the saved
|
|
362
|
-
Note/Sessions Markdown, not the code symbol index. A session's optional commit/MR
|
|
363
|
-
association stays in its source file; knowledge does not duplicate those fields.
|
|
310
|
+
Approved Markdown under `knowledge/` and the article index in
|
|
311
|
+
`knowledge/structure.yaml` have separate responsibilities:
|
|
312
|
+
|
|
313
|
+
- Markdown owns `title`, `type`, `description` and the ISO UTC `timestamp`.
|
|
314
|
+
`resource` and `tags` are optional reader metadata, not required identities.
|
|
315
|
+
- Structure owns stable `article_id`, `path`, `collection`, `visibility`,
|
|
316
|
+
and fragment `sections` with their region `references`.
|
|
317
|
+
- Markdown fragment markers contain only their stable ID:
|
|
318
|
+
`<!-- context:section id="usage" -->` and `<!-- /context:section -->`.
|
|
319
|
+
Structure records each corresponding ID and at most three source positions
|
|
320
|
+
per fragment, not three per article.
|
|
321
|
+
- A reference contains `source_ref`, `locator: { path, start_line, end_line }`
|
|
322
|
+
and the Host-computed regional `content_digest`. Do not duplicate this in
|
|
323
|
+
Markdown frontmatter or comments.
|
|
324
|
+
- Neither Markdown nor structure keeps a node graph, parser fact ledger,
|
|
325
|
+
evidence-binding table or a second copy of article prose.
|
|
326
|
+
- Article moves retain identity through Context's existing revision workflow.
|
|
327
|
+
Direct Markdown copies alone do not include complete provenance.
|
|
328
|
+
|
|
329
|
+
Package pages under `dist/<package-name>/` retain reader metadata and receive
|
|
330
|
+
a generated Sources section derived from the article references and source
|
|
331
|
+
registry. Repository links include file and line ranges; document links retain
|
|
332
|
+
the captured document attribution. This export does not rewrite `knowledge/`.
|
|
333
|
+
The build inventory maps exported pages back to their approved article paths.
|
|
334
|
+
|
|
335
|
+
Source snapshots and regional baselines remain machine-managed. Update checks
|
|
336
|
+
compare cited regions, relocating unchanged text only when its new position is
|
|
337
|
+
unambiguous. Missing, changed or ambiguous regions require review; an unchanged
|
|
338
|
+
region does not prove that uncited new material is irrelevant. A session's
|
|
339
|
+
optional commit/MR association stays with its source document.
|
|
364
340
|
|
|
365
341
|
The kb package root may contain agent files such as `AGENTS.md` and `skills/`.
|
|
366
342
|
The OKF-compatible surface is the selected `wikis/`, `guides/`, `rules/`, and
|
|
@@ -383,12 +359,10 @@ The OKF-compatible surface is the selected `wikis/`, `guides/`, `rules/`, and
|
|
|
383
359
|
file includes `selected_by` entries such as `{ "kind": "collection" }`,
|
|
384
360
|
`{ "kind": "okf_root" }`, `{ "kind": "include" }`, or `{ "kind": "default" }`,
|
|
385
361
|
and a `production_metadata` object for selected page-level production fields.
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
relationship citations inside the package instead of assuming the workspace
|
|
391
|
-
`knowledge/structure.yaml` file is bundled.
|
|
362
|
+
The `structure.articles` projection retains selected article identities and
|
|
363
|
+
fragment source references. It does not contain graph nodes or typed edges.
|
|
364
|
+
Published Markdown includes readable source attribution derived from these
|
|
365
|
+
references; the Agent does not maintain a second source list in the page.
|
|
392
366
|
|
|
393
367
|
For KB packages, the inventory records `package.distribution` as
|
|
394
368
|
`layout: "flat"`, `knowledge_namespace: null`, and the four package-relative
|
|
@@ -71,6 +71,51 @@ worksets, Candidate creation, Review application and delivery. Code, Markdown,
|
|
|
71
71
|
Note and Sessions Providers can use authorized supporting documents without
|
|
72
72
|
creating a second capture or knowledge pipeline.
|
|
73
73
|
|
|
74
|
+
### Batch capture from the source registry
|
|
75
|
+
|
|
76
|
+
When all registered Lark documents are intended for this project and share capture
|
|
77
|
+
settings, read the registry once instead of copying its module names into
|
|
78
|
+
`src/index.ts`. For the standard `src/index.ts` entry:
|
|
79
|
+
|
|
80
|
+
```ts
|
|
81
|
+
import { fileURLToPath } from "node:url";
|
|
82
|
+
import {
|
|
83
|
+
allSources, captureLark, defineProject, loadSourcesRegistry, source,
|
|
84
|
+
} from "@c4a/context";
|
|
85
|
+
|
|
86
|
+
const workspaceRoot = fileURLToPath(new URL("../", import.meta.url));
|
|
87
|
+
const registry = await loadSourcesRegistry({ rootDir: workspaceRoot });
|
|
88
|
+
const documents = registry.larks.map(entry =>
|
|
89
|
+
source(entry.name, { type: "lark" }),
|
|
90
|
+
);
|
|
91
|
+
|
|
92
|
+
export default defineProject({
|
|
93
|
+
sources: [...allSources("repo"), ...documents],
|
|
94
|
+
phases: documents.map(document => captureLark({ source: document })),
|
|
95
|
+
packages: [],
|
|
96
|
+
});
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
Merge this pattern into existing declarations; preserve unrelated phases and
|
|
100
|
+
package outputs. Adjust the root calculation if the entry lives elsewhere.
|
|
101
|
+
Registry loading only reads local registrations; it does not fetch documents.
|
|
102
|
+
|
|
103
|
+
- `sources/lark/index.yaml` owns document identities, URLs and titles. The project
|
|
104
|
+
selects those identities and declares capture settings. This example includes
|
|
105
|
+
future registrations too; use it only when the entire registered set is intended.
|
|
106
|
+
- For a subset, filter registry entries by the intended namespace or names before
|
|
107
|
+
mapping. Apply exceptional resource settings within the same map instead of
|
|
108
|
+
declaring a second phase for the same document.
|
|
109
|
+
- File documents use `registry.files`, `source(entry.name, { type: "file" })`
|
|
110
|
+
and `captureFile`. Group by actual processor needs; do not apply `mdxJsonDocs()`
|
|
111
|
+
indiscriminately to all file sources.
|
|
112
|
+
- `allSources("lark")` selects a collection; its array contains a collection
|
|
113
|
+
reference, not individual documents. It neither expands capture phases nor
|
|
114
|
+
supports mapping its entries into `captureLark`.
|
|
115
|
+
- The map declares one phase per document. It does not fetch URLs, change capture
|
|
116
|
+
permissions, or request parallel execution. Run the declared phases through the
|
|
117
|
+
existing CLI flow so each document retains independent refresh and retry behavior.
|
|
118
|
+
|
|
74
119
|
## `customPhase`
|
|
75
120
|
|
|
76
121
|
```ts
|
|
@@ -89,6 +134,7 @@ kbPackage({
|
|
|
89
134
|
name: "component-kb",
|
|
90
135
|
template: "src/package-templates/kb",
|
|
91
136
|
select: { collections: ["codeindex", "architecture"] },
|
|
137
|
+
site: { title: "Component knowledge", lang: "en-US", base: "/" },
|
|
92
138
|
});
|
|
93
139
|
|
|
94
140
|
llmsPackage({
|
|
@@ -101,6 +147,13 @@ llmsPackage({
|
|
|
101
147
|
Package selection reads approved `knowledge/` only. `dist/` is generated and
|
|
102
148
|
may be rebuilt; it is not an authoring source.
|
|
103
149
|
|
|
150
|
+
`kbPackage.site` optionally adds a VitePress website at `dist/<base>-site/` in
|
|
151
|
+
the same build, beside the KB directory. `<base>` removes one trailing `-kb`
|
|
152
|
+
from the package name, if present. Omit it for KB-only output. It accepts `title`, `description`,
|
|
153
|
+
`lang` and a deployment `base` path. Knowledge map is projected from
|
|
154
|
+
`src/knowledge-map.yaml` independently of KB directories; see
|
|
155
|
+
[Package Outputs](../guides/package-outputs.md#optional-static-documentation-website).
|
|
156
|
+
|
|
104
157
|
## Indexer registry
|
|
105
158
|
|
|
106
159
|
When this file is absent, the configuration Route supplies the initial schema:
|
|
@@ -141,13 +141,12 @@ Each item contains:
|
|
|
141
141
|
| `sourcePath` | Approved knowledge path before OKF output mapping, for example `architecture/entity/button.md`. |
|
|
142
142
|
| `approved_path` | Alias for `sourcePath`. |
|
|
143
143
|
| `dist_path` | Alias for `path`. |
|
|
144
|
+
| `article_id` | Stable article identity from the approved article index. |
|
|
144
145
|
| `internalCollection` | Internal approved collection, for example `architecture`. |
|
|
145
146
|
| `internal_collection` | Alias for `internalCollection`. |
|
|
146
147
|
| `collection` | Internal approved collection; alias for `internalCollection`. |
|
|
147
148
|
| `okf_root` | OKF output root, for example `wikis`, `guides`, `rules`, or `feats`. |
|
|
148
149
|
| `okf_root_path` | Final flat package-relative OKF root. |
|
|
149
|
-
| `node_ref` | Stable NodeRef from approved frontmatter, for example `entity/button`. |
|
|
150
|
-
| `view_ref` | Stable ViewRef from approved frontmatter, for example `architecture:entity/button`. |
|
|
151
150
|
| `pathWithinCollection` | Path below the OKF root, for example `architecture/entity/button.md`. |
|
|
152
151
|
| `href` | Link relative to the template file currently being rendered. Use this in custom templates. |
|
|
153
152
|
| `hrefFromTemplate` | Alias for `href`. |
|
|
@@ -157,7 +156,7 @@ Each item contains:
|
|
|
157
156
|
| `type` | OKF `type` from frontmatter. |
|
|
158
157
|
| `description` | OKF `description` from frontmatter, when present. |
|
|
159
158
|
| `timestamp` | OKF `timestamp` from frontmatter, when present. |
|
|
160
|
-
| `source` | First
|
|
159
|
+
| `source` | First actual source reference from the article index, or the group name. |
|
|
161
160
|
| `group` | First path segment under the OKF root. |
|
|
162
161
|
| `parentPath` | Parent path below the OKF root. |
|
|
163
162
|
| `depth` | Segment count below the OKF root. |
|
|
@@ -18,7 +18,7 @@ Record new factual contributions as managed sources before expanding source
|
|
|
18
18
|
ownership; an editing instruction alone is not a permanent factual source.
|
|
19
19
|
|
|
20
20
|
Return the full revised Markdown in the supplied output schema, preserving the
|
|
21
|
-
page's
|
|
21
|
+
page's stable fragment markers and metadata. Do not silently
|
|
22
22
|
turn paraphrased text into a verbatim quotation. Do not directly write knowledge
|
|
23
23
|
files. Context prepares a Candidate and routes it through the existing Review,
|
|
24
24
|
apply, close, and build steps. Managed mode delegates Review, not source truth.
|
|
@@ -27,18 +27,18 @@ If Context reports that the approved page changed, read that version and restart
|
|
|
27
27
|
the revision. Never overwrite a concurrent edit with the old page snapshot.
|
|
28
28
|
|
|
29
29
|
When `target.base_digest` is null, this is a new page in the confirmed update scope.
|
|
30
|
-
The supplied Markdown contains
|
|
30
|
+
The supplied Markdown contains its initial metadata. Article identity stays in the structure.
|
|
31
31
|
Read the specified source material and write the complete page with source-bound
|
|
32
32
|
sections, using the existing purpose and page forms. Do not treat the initial
|
|
33
33
|
heading as an already written page.
|
|
34
34
|
|
|
35
|
-
Use `target.source_refs` as the
|
|
35
|
+
Use `target.source_refs` as the allowed source scope, not as a list to copy onto the page. It can include explicitly
|
|
36
36
|
selected supporting material absent from the old Markdown. Read that material
|
|
37
37
|
before using it, add only its relevant explanation, and cite it in the affected
|
|
38
38
|
sections. A session rationale is not proof of runtime behavior.
|
|
39
39
|
|
|
40
40
|
When `target.previous_path` is present, the user explicitly selected a page move.
|
|
41
|
-
Keep its stable
|
|
41
|
+
Keep its stable article identity and fragment IDs. The supplied Markdown already rebases its
|
|
42
42
|
relative links for `target.path`; do not put them back at the old location.
|
|
43
43
|
Explain the move in the review summary. Approval moves the page and updates
|
|
44
44
|
incoming Markdown navigation together; do not create a second copy or manually
|
|
@@ -49,13 +49,22 @@ For selected `note` inputs, read [note guidance](note.md). For `sessions`,
|
|
|
49
49
|
read [sessions guidance](sessions.md). Read only the applicable source guide.
|
|
50
50
|
|
|
51
51
|
|
|
52
|
-
Read `writing_context` for the
|
|
53
|
-
|
|
52
|
+
Read `writing_context` for the confirmed reader requirements, current sections,
|
|
53
|
+
authorized source entries and any available skill guidance from this temporary
|
|
54
|
+
work session. A missing skill selection does not invalidate the approved page
|
|
55
|
+
or require restoring a former Provider registration. These inputs apply to
|
|
56
|
+
direct page corrections too.
|
|
54
57
|
Preserve the current page form; choose a different form only for an explicit
|
|
55
58
|
change of purpose. Do not replace API tables with generic explanatory prose.
|
|
56
59
|
The current sections are approved content, not freshly extracted API facts.
|
|
57
|
-
|
|
58
|
-
|
|
60
|
+
Ordinary source updates do not automatically parse the repository or generate
|
|
61
|
+
API tables. Read the changed material relevant to the requested correction;
|
|
62
|
+
use a suitable scoped analysis capability when needed. Do not wait for a
|
|
63
|
+
Provider selection, version check or program block before revising ordinary
|
|
64
|
+
prose. Keep actual source citations and the current revision baseline.
|
|
65
|
+
|
|
66
|
+
When an explicit regeneration request supplies `program_blocks`, they contain
|
|
67
|
+
API tables computed from scoped Parser facts with the deterministic renderer. Select only the
|
|
59
68
|
relevant blocks and place their exact `token` inside the corresponding sourced
|
|
60
69
|
section. The CLI expands it at submission; do not retype its rows. Do not use an
|
|
61
70
|
unrelated declaration merely because it shares a module. If a needed block is
|
|
@@ -101,11 +110,21 @@ For a small change, submit `sections` instead of `markdown`. Select exact IDs fr
|
|
|
101
110
|
`writing_context.current_sections`; each edit contains `section_id` and `content`,
|
|
102
111
|
an ordered array of `{ "markdown": "replacement text" }` or
|
|
103
112
|
`{ "program": "exact token from program_blocks" }`. The CLI retains untouched
|
|
104
|
-
sections
|
|
113
|
+
sections and page identity. Omitted references preserve the previous citations. Do not include
|
|
105
114
|
section wrappers in replacement text. Use full Markdown for new pages, changed
|
|
106
115
|
structure or pages without unambiguous section IDs. Both forms use the current
|
|
107
116
|
Action schema and the same source and baseline validation.
|
|
108
117
|
|
|
118
|
+
When a fragment's support changes, include `references` with its actual
|
|
119
|
+
`source_ref` and `locator` (`path`, `start_line`, `end_line`). Each fragment allows
|
|
120
|
+
up to three positions; Context reads the captured region and computes its digest.
|
|
121
|
+
For full Markdown, optional `sections` contains only `{ section_id, references }`
|
|
122
|
+
entries; for local edits it can accompany `content` or update references alone.
|
|
123
|
+
An explicit empty list removes that fragment's citations. Deleted fragments lose
|
|
124
|
+
their references; new fragments need their own selected sources, not copied IDs.
|
|
125
|
+
Uniquely moved unchanged text can retain its fingerprint at its new position;
|
|
126
|
+
changed or ambiguous regions remain visible for review, not silently refreshed.
|
|
127
|
+
|
|
109
128
|
For example, after substituting IDs/tokens from this Route:
|
|
110
129
|
|
|
111
130
|
```json
|
|
@@ -131,29 +150,3 @@ If the user explicitly requires a different presentation, explain the difference
|
|
|
131
150
|
and resolve that choice before accepting it. Do not rerun unchanged Repair to
|
|
132
151
|
force a format the program deliberately omits. Check the actual resulting page;
|
|
133
152
|
accepted tasks or an empty Composer result alone do not demonstrate a correction.
|
|
134
|
-
|
|
135
|
-
## Changed supporting articles
|
|
136
|
-
|
|
137
|
-
`knowledge_input` separates approved interpretation from source-bound facts.
|
|
138
|
-
Recheck the relevant interpretation when an upstream article changes; ordinary
|
|
139
|
-
revision refreshes its version only after Review. Waiting input does not make
|
|
140
|
-
old statements current, and a wording-only edit must retain the review warning.
|
|
141
|
-
|
|
142
|
-
For a split, merge or removed upstream, use the existing `context task adjust
|
|
143
|
-
--input - --format json` with `instruction` and `knowledge_dependencies`:
|
|
144
|
-
|
|
145
|
-
```json
|
|
146
|
-
{"instruction":"Rebind the affected explanation to the approved replacement","knowledge_dependencies":{"dependencies":[{"artifact_ref":"<approved article identity>","section_refs":[],"required":true}]}}
|
|
147
|
-
```
|
|
148
|
-
|
|
149
|
-
Select identities from the authorized approved article catalog; do not guess
|
|
150
|
-
paths or promote prose into parser facts. Read the new current Route's
|
|
151
|
-
`knowledge_input`, then repeat the adjustment with the same dependencies plus
|
|
152
|
-
`sections`: each item has the retained `section_key`, selected `fact_refs` and
|
|
153
|
-
`evidence_refs`. These are a full support replacement for those sections, not an
|
|
154
|
-
append. Use only the supplied replacement facts or still-valid direct facts.
|
|
155
|
-
An empty dependency list explicitly removes the old relationship; the remaining
|
|
156
|
-
explanation still needs valid direct evidence. Revise the text to match the
|
|
157
|
-
selection before submitting. The CLI checks identity, scope and version; the
|
|
158
|
-
Agent and Review judge the explanation. Pending upstream approval remains a
|
|
159
|
-
concrete task to finish or adjust, not a reason to clear the warning manually.
|