Генерация контекста репозитория для маршрутизации
documentation
vc-generate-context is a Claude Code skill that generates or updates the authoritative repository context at process/context/all-context.md, which acts as a routing layer shared between Codex and Claude. It operates in three modes: a full scan when the context file is missing, a delta update when it already exists, and setup-delegation when invoked by vc-setup with a pre-approved groups list. The skill inspects active plans, architecture files, package scripts, and grouped docs under process/context/, then produces all-context.md alongside all-{group}.md files for every detected context group. Results are validated by validate-all-context.mjs and validate-context-discovery.mjs — validation failures are treated as blockers before the context is considered refreshed. It is built for teams that need a portable, always-current project knowledge base accessible to multiple AI agents.
- #context-generation
- #repository-knowledge
- #project-documentation
- #context-routing