@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
|
@@ -2,5 +2,5 @@ schema: agent-graph.resource.file.v1
|
|
|
2
2
|
id: context.indexer.provider-guide
|
|
3
3
|
kind: procedure
|
|
4
4
|
mediaType: text/markdown
|
|
5
|
-
path:
|
|
6
|
-
description: Current
|
|
5
|
+
path: resources/manuals/guides/indexer-provider-and-customization.md
|
|
6
|
+
description: Current requirements, lightweight Indexer guidance, stage-directory writing and temporary storage boundaries.
|
|
@@ -10,14 +10,12 @@ Context reports one root diagnostic with counts and keeps derived findings in a
|
|
|
10
10
|
separate detail view. Codes are stable machine identifiers; this document gives
|
|
11
11
|
the shared recovery boundary.
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
candidate or an explicit evidence-maintenance decision. Projection-only
|
|
13
|
+
Invalid stored structure requires a corrected candidate. Projection-only
|
|
15
14
|
failures can be repaired by deterministic close. Content-quality suggestions,
|
|
16
15
|
including suspected unfilled placeholders, are advisory: they do not change a
|
|
17
16
|
successful CLI outcome or add a gate. The existing Agent or user Review decides
|
|
18
17
|
whether the content needs revision.
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
permit changed source content to bypass replacement Review.
|
|
19
|
+
Changed, missing or ambiguously relocated source regions identify articles to
|
|
20
|
+
inspect through the normal revision workflow. Warnings do not add a separate
|
|
21
|
+
maintenance gate, silently rewrite articles or confirm that the prose is current.
|
|
@@ -10,10 +10,17 @@ Explain output shapes before SDK factory names. Offer:
|
|
|
10
10
|
|
|
11
11
|
- an Agent knowledge-base package with `AGENTS.md`, a knowledge-query Skill,
|
|
12
12
|
approved OKF roots, and adaptive indexes;
|
|
13
|
+
- a searchable documentation website with the approved knowledge map, source cards and local-time update timestamps;
|
|
13
14
|
- one LLM text bundle for model context or RAG import.
|
|
14
15
|
|
|
16
|
+
These are multi-select channels, not exclusive options. For a new workspace with
|
|
17
|
+
no explicit preference, propose KB + website as the default in the work-start
|
|
18
|
+
report. Reuse that decision or session delegation at packaging; do not ask again
|
|
19
|
+
for each channel. Preserve an existing workspace's configured output choices.
|
|
20
|
+
A user can add a website later by asking to generate a documentation website.
|
|
21
|
+
|
|
15
22
|
The user may postpone packaging and keep the approved Markdown in `knowledge/`.
|
|
16
|
-
|
|
23
|
+
When a user decision is required by the current Route and no session authority exists, collect the choices together; postponing is not a
|
|
17
24
|
package declaration or a completed delivery. Do not write a `none` factory or
|
|
18
25
|
claim that `packages: []` records a finished output choice.
|
|
19
26
|
|
|
@@ -35,6 +42,8 @@ explicit omission only when the author asks for another delivery policy. Git
|
|
|
35
42
|
raw uses an immutable derived URL or an author-provided HTTPS `urlPrefix`;
|
|
36
43
|
publishing and access remain the author's responsibility.
|
|
37
44
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
45
|
+
Map KB + website to one `kbPackage` with `site` configured, and LLM text to an
|
|
46
|
+
additional `llmsPackage`. There is no `both` factory. If only a website is wanted,
|
|
47
|
+
explain that it is built alongside the KB and only the sibling `dist/<base>-site/` directory needs
|
|
48
|
+
to be distributed. The Agent makes the small SDK configuration edit; users do
|
|
49
|
+
not need to write webpage code. Do not add a separate confirmation per output.
|
|
@@ -6,6 +6,12 @@ mediaType: text/markdown
|
|
|
6
6
|
|
|
7
7
|
# Source-boundary dialogue
|
|
8
8
|
|
|
9
|
+
Confirm the reader purpose and source boundary, reusing explicit choices already
|
|
10
|
+
provided by the user. Read a supplied plan as task guidance, not automatically as
|
|
11
|
+
source material. Register and capture confirmed sources for lightweight
|
|
12
|
+
investigation; the work-start report follows planning and must receive feedback
|
|
13
|
+
before bulk writing. Source registration carries no report path or digest.
|
|
14
|
+
|
|
9
15
|
Describe the boundary in user terms before showing a registration command. For
|
|
10
16
|
code, distinguish a whole repository/subspace from one concrete package or
|
|
11
17
|
subdirectory. For documents, distinguish one file, a local document directory,
|
|
@@ -23,7 +29,9 @@ Do not invent `-A`, `-B`, or sequence suffixes. If today's batch exists, append
|
|
|
23
29
|
the newly confirmed module to it.
|
|
24
30
|
|
|
25
31
|
When the current request already lists exact local modules or documents, do not
|
|
26
|
-
repeat
|
|
32
|
+
repeat those source names as a separate question in either ordinary or fully managed
|
|
33
|
+
mode. Their presence does not by itself settle reader purpose, output language,
|
|
34
|
+
delivery choices or other required work-start information.
|
|
27
35
|
Resolve each named module to one unique existing local path inside the
|
|
28
36
|
user-scoped root, then pass that path in the batch payload. Repository paths are
|
|
29
37
|
relative to the Context project root; the CLI may mechanically read their Git
|
|
@@ -6,22 +6,20 @@ mediaType: text/markdown
|
|
|
6
6
|
|
|
7
7
|
# Workflow mode after workspace creation
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
asked
|
|
12
|
-
choice,
|
|
9
|
+
Explain the modes only when the conversation has no explicit choice and no mode
|
|
10
|
+
question has already been asked. Reuse an explicit choice in a task brief the
|
|
11
|
+
user asked you to execute, including fully managed authorization. Do not repeat
|
|
12
|
+
the choice after capture or continuation, or persist session authority in files.
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
provides HTML reports for the user to inspect. The current product estimate is
|
|
16
|
-
that these review rounds make the overall workflow about 40% slower, with the
|
|
17
|
-
exact difference depending on workspace size and user response time.
|
|
18
|
-
- Fully managed mode skips delegatable content-review surfaces and continues
|
|
19
|
-
with the same revision-bound resolution Actions. It is faster, but gives the
|
|
20
|
-
user fewer opportunities to control or adjust intermediate content.
|
|
14
|
+
Describe both modes neutrally in the user's language:
|
|
21
15
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
16
|
+
- Ordinary review pauses at review decisions and provides HTML reports, giving
|
|
17
|
+
the user opportunities to inspect content, catch deviations and adjust direction.
|
|
18
|
+
- Fully managed operation delegates eligible reviews to the Agent and continues
|
|
19
|
+
with the same revision-bound Actions, reducing manual involvement. The user
|
|
20
|
+
has fewer opportunities to inspect intermediate results before delivery.
|
|
21
|
+
|
|
22
|
+
Neither mode bypasses source boundaries, external permissions, evidence checks,
|
|
23
|
+
verification failures or non-delegatable decisions. Do not promise a percentage
|
|
24
|
+
speed difference. When a choice is needed, ask which mode the user prefers for
|
|
25
|
+
this conversation.
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.sdk.code-indexer-skill-authoring
|
|
3
|
+
kind: procedure
|
|
4
|
+
mediaType: text/markdown
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Code Indexer Skill authoring
|
|
8
|
+
|
|
9
|
+
An Indexer exposes the source skeleton and guides source-grounded writing.
|
|
10
|
+
Read [planning and writing guidance](./indexer-provider-and-customization.md)
|
|
11
|
+
for the current workflow. Do not recreate routing inside a Skill.
|
|
12
|
+
|
|
13
|
+
## Skill responsibilities
|
|
14
|
+
|
|
15
|
+
Describe the supported technology, activation signals, useful reader questions,
|
|
16
|
+
and how to investigate an authorized module. A module may use several Skills for
|
|
17
|
+
different concerns. There is no exclusive primary owner, version pin, integrity
|
|
18
|
+
receipt or production registration prerequisite. Skill names and optional usage
|
|
19
|
+
configuration are temporary planning guidance, not article metadata.
|
|
20
|
+
|
|
21
|
+
Keep `SKILL.md` focused on discovery and decisions. Put optional detailed writing
|
|
22
|
+
guidance and reusable scripts beside it, with relative links and clear triggers.
|
|
23
|
+
Distribution metadata does not impose workspace version validation.
|
|
24
|
+
|
|
25
|
+
## Skeleton first
|
|
26
|
+
|
|
27
|
+
During planning, prefer directories, manifests, registration points and bounded
|
|
28
|
+
search. Either let the Agent inspect these directly or offer a fast helper suited
|
|
29
|
+
to the stack. Report matching names, known counts and file locations. Do not
|
|
30
|
+
require complete symbol extraction, call graphs or reading every implementation
|
|
31
|
+
before proposing articles.
|
|
32
|
+
|
|
33
|
+
Distinguish file-list counts from syntax-derived feature counts. A helper with a
|
|
34
|
+
budget must identify inspected and uninspected scope, return a continuation when
|
|
35
|
+
available, and label partial counts. Never present a stopped scan as a full total.
|
|
36
|
+
Representative deeper reading is optional when it clarifies a topic boundary.
|
|
37
|
+
|
|
38
|
+
Signals suggest topics; they do not prove semantics. A route registration can
|
|
39
|
+
suggest an API topic, but not its error behavior or business meaning. Prefer
|
|
40
|
+
reader questions to a mechanical page for each directory, symbol or heading.
|
|
41
|
+
Keep module directories explicit in task guidance when needed, without adding
|
|
42
|
+
a separate persisted boundary protocol or a new validation gate.
|
|
43
|
+
|
|
44
|
+
## Writing and evidence
|
|
45
|
+
|
|
46
|
+
Once the current report is confirmed, read the source needed for each assigned
|
|
47
|
+
article. Describe contracts, state changes, failure behavior and integration
|
|
48
|
+
points where relevant. Optional parsing can help locate declarations; it is not
|
|
49
|
+
proof of runtime behavior. Preserve expressions without executing project code,
|
|
50
|
+
distinguish declaration defaults from implementation defaults, and state unknowns.
|
|
51
|
+
|
|
52
|
+
Use the current stage's Markdown and reference-file schemas. Each fragment cites
|
|
53
|
+
at most three actual source locations; the CLI computes regional digests. Split
|
|
54
|
+
an explanation when it needs separate evidence, not to fill a fixed template.
|
|
55
|
+
Reuse stable article and fragment identities when revising. Supporting documents,
|
|
56
|
+
notes or sessions may contribute to the same article without becoming code facts.
|
|
57
|
+
|
|
58
|
+
The Agent plans batches and chooses reading order within the work released by
|
|
59
|
+
the CLI. If supported, workers write assigned drafts and the coordinator submits
|
|
60
|
+
completed subsets. Do not require every batch to finish before submission.
|
|
61
|
+
Use the existing missing-material and repair outputs, not a per-member ledger,
|
|
62
|
+
another content audit or a Skill-specific retry protocol.
|
|
63
|
+
|
|
64
|
+
## Optional scripts
|
|
65
|
+
|
|
66
|
+
Scripts serve a concrete repeated task; they are not mandatory for every stack.
|
|
67
|
+
Take explicit authorized paths and bounded options, keep source files read-only,
|
|
68
|
+
and return concise output or a file in the supplied temporary area. Do not execute
|
|
69
|
+
repository code, read credentials, traverse unrelated directories or contact
|
|
70
|
+
external services implicitly. Full parsing belongs to selected writing tasks.
|
|
71
|
+
Report unsupported syntax and incomplete traversal separately from zero matches.
|
|
72
|
+
|
|
73
|
+
## Validation and distribution
|
|
74
|
+
|
|
75
|
+
Test supported technology with anonymous fixtures: feature discovery, bounded
|
|
76
|
+
stopping, unsupported input, repeated names in different paths, and final article
|
|
77
|
+
references. For generated API explanations, verify defaults, shared types and
|
|
78
|
+
unresolved cross-file links in the final page as well as the parser output.
|
|
79
|
+
Use relevant fixtures, not a mandatory matrix for unrelated technologies.
|
|
80
|
+
|
|
81
|
+
Verify packaged relative links and executable helpers. Keep community examples
|
|
82
|
+
free of company-specific services; organization and project knowledge belongs in
|
|
83
|
+
their own Skills. Publishing or installing a Skill requires the appropriate
|
|
84
|
+
authorization and does not add a hash or version check to knowledge production.
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.sdk.indexer-provider-and-customization
|
|
3
|
+
kind: procedure
|
|
4
|
+
mediaType: text/markdown
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Indexer guidance for planning and writing
|
|
8
|
+
|
|
9
|
+
Follow the current Route returned by `context run` or `context status --format json`.
|
|
10
|
+
The CLI prepares a stage directory and returns its instructions, schemas and
|
|
11
|
+
submission command. Use those files instead of copying long content into arguments.
|
|
12
|
+
|
|
13
|
+
## Responsibilities
|
|
14
|
+
|
|
15
|
+
An Indexer helps expose the source skeleton and guides source-grounded writing.
|
|
16
|
+
It is not a mandatory full symbol scan or a semantic classifier owned by the CLI.
|
|
17
|
+
Use a visible Skill directly, or its bounded CLI-assisted discovery, as appropriate
|
|
18
|
+
for the technology. Multiple Indexers may explain different aspects of one module.
|
|
19
|
+
There is no mandatory primary-owner selection or Provider resolution stage.
|
|
20
|
+
|
|
21
|
+
At the start of this continuous work, declare the available relevant Skills and
|
|
22
|
+
whether the Agent can schedule sub-agents. Use the capability schema supplied in
|
|
23
|
+
the stage directory. A new session must declare its actual capabilities; do not
|
|
24
|
+
inherit another session's parallel scheduling claim. Skill names and optional
|
|
25
|
+
configuration are guidance, not version pins or evidence of completed reading.
|
|
26
|
+
Do not inspect caches, compare Skill hashes, resolve exact versions or create a
|
|
27
|
+
second installation registry. Installation and enabling Skills belong to the Host.
|
|
28
|
+
|
|
29
|
+
## Confirmed requirements
|
|
30
|
+
|
|
31
|
+
The configuration Route names the required file and supplies its schema. The
|
|
32
|
+
requirements-only registry records reader goals and authorized sources, not
|
|
33
|
+
production assignments. For example, replace the source and goals with the
|
|
34
|
+
user's actual scope:
|
|
35
|
+
|
|
36
|
+
```yaml
|
|
37
|
+
protocol: context.indexer.registry/v1
|
|
38
|
+
requirements:
|
|
39
|
+
- id: integration-guide
|
|
40
|
+
purpose: Help application developers understand and integrate the system.
|
|
41
|
+
reader_goals: [understand-system, integrate-system]
|
|
42
|
+
coverage_domains:
|
|
43
|
+
architecture: required
|
|
44
|
+
target_scope:
|
|
45
|
+
targets:
|
|
46
|
+
- source_ref: repo:sample
|
|
47
|
+
evidence_source_scope:
|
|
48
|
+
targets:
|
|
49
|
+
- source_ref: repo:sample
|
|
50
|
+
indexers: []
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
Use registered source identities, not guessed paths or URLs. Keep any confirmed
|
|
54
|
+
exclusions and supporting-source boundaries. Sources needed for another requirement
|
|
55
|
+
are not globally excluded. Module directory boundaries can be supplied in task
|
|
56
|
+
instructions by the Agent or CLI; do not invent persistent article fields or
|
|
57
|
+
extra module-path validation. A module name alone does not identify its directory.
|
|
58
|
+
|
|
59
|
+
## Lightweight investigation and planning
|
|
60
|
+
|
|
61
|
+
For code, inspect directories, manifests and registration points. Return names,
|
|
62
|
+
known counts and locations, not every symbol, call graph or implementation detail.
|
|
63
|
+
Discovery has a bounded budget. Report incomplete coverage honestly; partial
|
|
64
|
+
feature counts are not totals. Read representative code only when it helps make
|
|
65
|
+
the plan. Deep extraction belongs to writing the selected topic.
|
|
66
|
+
|
|
67
|
+
For documents, start with titles, bounded introductory text and heading outlines.
|
|
68
|
+
Read more when necessary. Reuse code topics or existing articles where the content
|
|
69
|
+
belongs, without forcing business concepts into physical directory names. Notes
|
|
70
|
+
and sessions can directly suggest a new article or an amendment to an existing one.
|
|
71
|
+
|
|
72
|
+
Submit article paths, reader questions, source associations and writing batches
|
|
73
|
+
using the supplied planning schema. Record selected Skill names and configuration
|
|
74
|
+
in the temporary plan's `indexer_usage`; the CLI can return it during planning
|
|
75
|
+
and writing. It is not persisted on articles, sections or production results.
|
|
76
|
+
Known one-to-one tasks can use the direct-writing path without an extra semantic
|
|
77
|
+
planning submission. Do not create an inventory-member disposition ledger.
|
|
78
|
+
|
|
79
|
+
Present the final work-start report after the relevant source overviews and plan
|
|
80
|
+
are ready, before bulk writing. Wait for the user's confirmation, including in
|
|
81
|
+
managed mode. Do not add approval for internal batch counts or Skill choices.
|
|
82
|
+
|
|
83
|
+
## Directory-based writing
|
|
84
|
+
|
|
85
|
+
The CLI determines which batches are ready and supplies their material and
|
|
86
|
+
acceptance rules. Within that authorized work the Agent chooses reading order,
|
|
87
|
+
writing order and, when supported, sub-agent scheduling. Without sub-agent support,
|
|
88
|
+
work serially through the returned batch. Workers may write their assigned draft
|
|
89
|
+
files; the coordinator submits completed subsets and owns shared CLI writes.
|
|
90
|
+
|
|
91
|
+
Write Markdown and references into the stage's temporary output directory. Submit
|
|
92
|
+
the short file manifest with stage-relative paths. Whole-article submissions and
|
|
93
|
+
section repairs use the returned schemas. Read the receipt for accepted tasks,
|
|
94
|
+
precise errors and next ready work; do not resubmit accepted content unnecessarily.
|
|
95
|
+
Multiple authorized sources may support an article. A new task or changed plan
|
|
96
|
+
must still respect confirmed requirements and the work-start report boundary.
|
|
97
|
+
|
|
98
|
+
## Storage and continuation
|
|
99
|
+
|
|
100
|
+
Drafts, capability declarations, plans, candidates, acceptance receipts and
|
|
101
|
+
transaction state remain in `.tmp`. Only formal knowledge, necessary source
|
|
102
|
+
material and long-term requirements belong in durable project content.
|
|
103
|
+
With intact temporary state the current work can resume or retry safely. After
|
|
104
|
+
clearing `.tmp` or cloning elsewhere, start new production from formal knowledge
|
|
105
|
+
and sources; do not reconstruct the old workflow. There is no historical protocol
|
|
106
|
+
migration or compatibility path.
|
|
107
|
+
|
|
108
|
+
Source authorization, real references, safe file reads and concurrent-write
|
|
109
|
+
protection still apply. Skill identity is not a production acceptance condition.
|
|
110
|
+
|
|
111
|
+
## When maintaining a Skill
|
|
112
|
+
|
|
113
|
+
For an explicitly requested Skill change, use the
|
|
114
|
+
[code Skill authoring guide](./code-indexer-skill-authoring.md) or
|
|
115
|
+
[document Skill authoring guide](./markdown-indexer-skill-authoring.md).
|
|
116
|
+
These are authoring references, not additional reading required for routine
|
|
117
|
+
knowledge production.
|
|
@@ -22,18 +22,130 @@ and continues through Review and delivery. Expression-only changes need no
|
|
|
22
22
|
source capture or Parser. Preserve prior confirmed contributions; distinguish
|
|
23
23
|
actual behavior, a confirmed decision, and a proposal that is not implemented.
|
|
24
24
|
|
|
25
|
-
##
|
|
25
|
+
## First-task intake budget
|
|
26
|
+
|
|
27
|
+
Before registration and capture, the Agent uses the user's task instructions and
|
|
28
|
+
reads batch metadata titles across the explicitly supplied document list. Lark
|
|
29
|
+
metadata requests accept at most 200 entries each, not 200 words or 200 documents
|
|
30
|
+
overall. H1/H2 may be reused only when metadata returns them without
|
|
31
|
+
body retrieval; Lark batch metadata returns titles, not headings. Batch failure
|
|
32
|
+
falls back to at most 10 unresolved document title lookups total, unless a shared
|
|
33
|
+
authentication failure makes those calls redundant. The Agent does not fetch
|
|
34
|
+
source bodies, outlines, images or attachments. Missing title metadata is
|
|
35
|
+
optional: preserve the original URL without falling back to body retrieval or
|
|
36
|
+
changing credentials. Resolve intent from the conversation; refine provisional
|
|
37
|
+
chapters and module boundaries from evidence after formal capture.
|
|
38
|
+
|
|
39
|
+
## Agent-planned writing order
|
|
40
|
+
|
|
41
|
+
Within the tasks available in the current Route, the Agent may choose a writing
|
|
42
|
+
order from the reader's needs and relationships between topics. There is no
|
|
43
|
+
fixed code-first or document-first rule. Prefer foundational concepts and shared
|
|
44
|
+
terminology before walkthroughs or summaries that benefit from them, when this
|
|
45
|
+
reduces rework. Independent topics can proceed without waiting; adjust the order
|
|
46
|
+
as writing progresses instead of maintaining a separate scheduling artifact.
|
|
47
|
+
|
|
48
|
+
This is an Agent working preference, not a new dependency or completion gate.
|
|
49
|
+
Do not add dependency fields, fetch extra material, or delay useful work merely
|
|
50
|
+
to establish an order. Keep current task boundaries, source permissions and
|
|
51
|
+
submission rules; do not pull future batches forward or change the CLI Route.
|
|
52
|
+
|
|
53
|
+
## Workspace versions and changelog
|
|
54
|
+
|
|
55
|
+
`package.json.version` is the workspace SemVer. At completed-scope delivery the
|
|
56
|
+
workflow asks the Agent to inspect formal changes and record an increasing version
|
|
57
|
+
with a concise changelog. Added modules or expanded material coverage increment
|
|
58
|
+
minor; corrections, existing-module updates, navigation and persistent status
|
|
59
|
+
changes increment patch. Major requires an explicit user instruction. Temporary
|
|
60
|
+
progress under `.tmp/` never causes a version increase.
|
|
61
|
+
|
|
62
|
+
Version recording runs at completed-scope delivery after Review, Close and package
|
|
63
|
+
configuration/template approval, before the final build. The record response
|
|
64
|
+
returns the next workspace Route, so no extra status call is needed. Build retries
|
|
65
|
+
reuse the recorded version when formal content is unchanged. Intermediate batches
|
|
66
|
+
do not each receive a version.
|
|
67
|
+
|
|
68
|
+
The workspace AGENTS.md and version-writing instructions require each entry's
|
|
69
|
+
details to stay within 1500 visible characters, including punctuation across the
|
|
70
|
+
title, changes, trigger descriptions and actor display name, excluding protocol
|
|
71
|
+
keys, version and date. The Agent compresses longer drafts before submission,
|
|
72
|
+
preserving main changes, impact and triggers instead of truncating text or splitting
|
|
73
|
+
the iteration into extra versions. This is an Agent writing rule, not a prose-quality
|
|
74
|
+
CLI gate.
|
|
75
|
+
|
|
76
|
+
`context version inspect --format json` returns changed paths and a digest. The
|
|
77
|
+
coordinator submits `context version record --input <file> --format json` with:
|
|
26
78
|
|
|
27
|
-
|
|
28
|
-
|
|
79
|
+
```yaml
|
|
80
|
+
expected_digest: "<digest returned by inspect>"
|
|
81
|
+
version: 0.2.0
|
|
82
|
+
title: Add module recovery guidance
|
|
83
|
+
changes:
|
|
84
|
+
- Document recovery conditions and the supported retry flow.
|
|
85
|
+
triggers:
|
|
86
|
+
- kind: module
|
|
87
|
+
description: Additional module material requested in this iteration.
|
|
88
|
+
actor:
|
|
89
|
+
kind: lark
|
|
90
|
+
name: Example User
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
`actor` is optional; omit it to use local Git `user.name` when configured. Use a
|
|
94
|
+
Lark display name only when explicitly known from the conversation. Trigger kinds
|
|
95
|
+
are `initial`, `note`, `sessions`, `mr`, `module`, `document`, `navigation`,
|
|
96
|
+
`repair`, `dist`, and `other`. Agent-written fields describe the actual diff and
|
|
97
|
+
conversation; they must not expose credentials, raw transcripts or private IDs.
|
|
98
|
+
|
|
99
|
+
The CLI writes `changelog.yaml`, generated `CHANGELOG.md`, `package.json` and the
|
|
100
|
+
`.context-version.json` content baseline together. Keep these formal files with
|
|
101
|
+
the workspace; do not hand-edit generated baselines. Git-managed and unignored
|
|
102
|
+
new files are compared (without Git, non-runtime workspace files are compared).
|
|
103
|
+
Version metadata itself, `dist`, `.tmp` and dependencies do not cause changes.
|
|
104
|
+
|
|
105
|
+
Successful builds record version and per-package hashes in `.context-builds.json`.
|
|
106
|
+
They do not increase versions. Before publishing, `context version publish-check
|
|
107
|
+
--format json` compares against `.context-published.json`. A same-version changed
|
|
108
|
+
output requires a patch using `version inspect --publish` and a `dist` trigger,
|
|
109
|
+
then a rebuild. Record `version published --hash <checked-hash> --receipt
|
|
110
|
+
<successful-publication-reference> --format json` only after external success.
|
|
111
|
+
No command commits, tags or uploads automatically.
|
|
112
|
+
|
|
113
|
+
Website history is available at `changelog.html`: cards are newest first, the
|
|
114
|
+
latest three expanded and older cards collapsed. The History button beside the
|
|
115
|
+
theme switch and footer update timestamps link there. KB and LLMS outputs carry
|
|
116
|
+
the same workspace version and changelog.
|
|
117
|
+
|
|
118
|
+
## Customize the knowledge map at any time
|
|
119
|
+
|
|
120
|
+
For a knowledge-map-only change, use the existing `context task adjust
|
|
121
|
+
--input <file|-> --format json` action with `knowledge_map`. Supply its
|
|
29
122
|
current `expected_revision`, explicit `upsert` entries and `remove` keys. Each
|
|
30
123
|
entry retains its stable key, parent, title and order; optional targets use
|
|
31
124
|
article identity and section key. The current structure preview supplies those
|
|
32
|
-
identities.
|
|
125
|
+
identities. Read the persistent `src/knowledge-map.yaml`; use
|
|
126
|
+
`expected_revision: null` only when no knowledge map exists.
|
|
33
127
|
After adjustment, follow status to rebuild affected packages. This changes the
|
|
34
128
|
reading organization without capturing sources or rewriting approved prose.
|
|
35
129
|
Do not directly edit generated package navigation or use titles as identities.
|
|
36
130
|
|
|
131
|
+
Users can ask in conversation to move a topic, rename a directory, change order,
|
|
132
|
+
or organize the same articles for another reader task. Handle this during ongoing
|
|
133
|
+
production or after completion through the same adjustment; no active Indexer
|
|
134
|
+
task, source recapture or new mode choice is required. Finish or revoke active
|
|
135
|
+
worker assignments before changing the map. Preserve unrelated entries and page
|
|
136
|
+
identities. The map controls website navigation and LLMS organization together.
|
|
137
|
+
|
|
138
|
+
For each new or changed article, the Agent decides whether to retain its current
|
|
139
|
+
placement, add another placement, move it, or create a warranted category. Check
|
|
140
|
+
these choices against the user's settled organization before structure approval
|
|
141
|
+
and delivery. New articles must be bound even if the map revision has not changed;
|
|
142
|
+
modifying a title alone is not a reason to change article identity. Never satisfy
|
|
143
|
+
coverage by mechanically placing every new page under an unrelated catch-all.
|
|
144
|
+
Build reports missing bindings for the Agent to resolve; it does not classify
|
|
145
|
+
content. Moving a menu entry does not change the article URL.
|
|
146
|
+
|
|
147
|
+
## Edit one section or review part of a batch
|
|
148
|
+
|
|
37
149
|
The current approved-revision Route accepts either full `markdown` or explicit
|
|
38
150
|
`sections` edits. Use an existing `writing_context.current_sections` ID and an
|
|
39
151
|
ordered `content` list of `{ "markdown": "new text" }` and/or
|
|
@@ -41,6 +153,13 @@ ordered `content` list of `{ "markdown": "new text" }` and/or
|
|
|
41
153
|
selected section's source references remain intact. Use full Markdown when
|
|
42
154
|
changing structure, adding a page or when a section has no unambiguous ID.
|
|
43
155
|
|
|
156
|
+
To change a fragment's citations, include `references` alongside its `section_id`:
|
|
157
|
+
each entry supplies `source_ref` and `locator` (`path`, `start_line`, `end_line`).
|
|
158
|
+
Context computes the region fingerprint. This uses the same revision submission,
|
|
159
|
+
with at most three source positions per fragment. Full Markdown may include a
|
|
160
|
+
`sections` list of reference edits; local section edits may change content,
|
|
161
|
+
references, or both. Omission preserves citations; an empty list removes them.
|
|
162
|
+
|
|
44
163
|
For an optional check, append `--preview` to the current `action complete-current`
|
|
45
164
|
command with the same revision and input file. It validates and returns the
|
|
46
165
|
assembled page and previous text without accepting the edit. Submit the same
|
|
@@ -314,17 +433,17 @@ Indexer's read scope. Its `task adjust` scope also supplies the explicit
|
|
|
314
433
|
`requirement_ref`. This extends the current page's available sources and keeps
|
|
315
434
|
queued pages; it does not silently start another task or another Indexer.
|
|
316
435
|
|
|
317
|
-
###
|
|
318
|
-
|
|
319
|
-
When
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
empty
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
436
|
+
### Revising material reused from another article
|
|
437
|
+
|
|
438
|
+
When a supporting article changes, revise the affected explanation using
|
|
439
|
+
`context revise`. Read the relevant approved text and, where needed, its original
|
|
440
|
+
sources. Keep direct source regions on the affected output fragments; do not
|
|
441
|
+
recreate an article dependency graph or copy facts and evidence IDs.
|
|
442
|
+
|
|
443
|
+
Revision section edits may supply `references` as `source_ref` plus a
|
|
444
|
+
`locator` containing `path`, `start_line`, and `end_line`. Context computes the
|
|
445
|
+
regional digest. Omitted references preserve the current fragment's citations;
|
|
446
|
+
an explicit empty list removes them, and deleting a fragment removes its
|
|
447
|
+
citations. Each fragment may cite at most three source positions. Register and
|
|
448
|
+
authorize new material before citing it, then follow normal Review, close and
|
|
449
|
+
build. Article links alone do not authorize reading new sources or prove a claim.
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: context.sdk.markdown-indexer-skill-authoring
|
|
3
|
+
kind: procedure
|
|
4
|
+
mediaType: text/markdown
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Markdown Indexer Skill authoring
|
|
8
|
+
|
|
9
|
+
Use the shared [planning and writing guidance](./indexer-provider-and-customization.md).
|
|
10
|
+
Document Skills help interpret captured articles; notes and sessions have their
|
|
11
|
+
own guidance but can support the same reader topic. No unique primary owner,
|
|
12
|
+
version lock or per-document disposition ledger is required.
|
|
13
|
+
|
|
14
|
+
## Captured sources
|
|
15
|
+
|
|
16
|
+
Start from authorized captured Markdown and its source identity. Capture proves
|
|
17
|
+
which bytes are available, not what they mean. Titles, headings and filenames are
|
|
18
|
+
navigation aids, not proof that the Agent has read the body.
|
|
19
|
+
|
|
20
|
+
Do not fetch new documents, follow external links or widen source authorization
|
|
21
|
+
implicitly. Request missing material through the current workflow. Keep the
|
|
22
|
+
distinction between a source being unavailable and its contents being irrelevant.
|
|
23
|
+
|
|
24
|
+
## Planning
|
|
25
|
+
|
|
26
|
+
Read the supplied titles, bounded introductions and complete H2/H3 outlines.
|
|
27
|
+
The Agent may read additional sections or the full document when needed, then
|
|
28
|
+
chooses article targets and writing batches. Do not require full-body reading of
|
|
29
|
+
every document or a separate planning submission for an already explicit target.
|
|
30
|
+
|
|
31
|
+
Consult code topics and existing article descriptions and references. Reuse a
|
|
32
|
+
topic when its reader question fits, or propose a clearer business topic instead
|
|
33
|
+
of forcing a document under a code directory. One document may support several
|
|
34
|
+
articles and several authorized documents may support one article.
|
|
35
|
+
|
|
36
|
+
The final work-start report follows the relevant source overview and plan, and
|
|
37
|
+
must wait for the user before bulk writing, including in managed mode.
|
|
38
|
+
|
|
39
|
+
## Writing and repairs
|
|
40
|
+
|
|
41
|
+
Read the actual passages needed for the article. Distinguish authoritative rules,
|
|
42
|
+
examples, decisions and proposals; a session suggestion is not an implemented
|
|
43
|
+
behavior. Write Markdown and references in the supplied temporary directory and
|
|
44
|
+
submit the short stage-relative manifest. Title and description belong to the
|
|
45
|
+
article, not an internal layout-mapping tuple.
|
|
46
|
+
|
|
47
|
+
Keep stable article and fragment identities when revising. Each fragment cites
|
|
48
|
+
at most three actual source regions. The CLI handles source digests and safety;
|
|
49
|
+
the Agent judges whether the evidence supports the explanation. For a local
|
|
50
|
+
failure, use the returned fragment identifier or position to repair the affected
|
|
51
|
+
part. Completed independent tasks can be submitted without the rest of the batch.
|
|
52
|
+
|
|
53
|
+
Do not inflate page counts, produce a page for every heading, or turn missing
|
|
54
|
+
evidence into speculative prose. A genuine material gap remains unfinished work;
|
|
55
|
+
an explicit exclusion uses the existing exclusion mechanism. Neither requires
|
|
56
|
+
a new reconciliation ledger or additional content-review stage.
|
|
57
|
+
|
|
58
|
+
## Useful fixtures
|
|
59
|
+
|
|
60
|
+
Cover an ordinary one-to-one article, multi-document synthesis, reuse of an
|
|
61
|
+
existing topic, fragment repair, source line changes, links and images, and
|
|
62
|
+
missing material for the document forms the Skill supports. Verify both source
|
|
63
|
+
fidelity and the final page. Keep examples anonymous and check packaged links.
|
|
64
|
+
Drafts and scheduling details remain temporary; deleting `.tmp` starts fresh
|
|
65
|
+
production from formal knowledge and available sources, not a workflow migration.
|