| name | generated-repo-surfaces |
| description | Use when changing generated workflows, OpenAPI artifacts, project-structure blocks, or repo-local skills. |
| paths | ["tools/project-structure-gen/**","tools/openapi-gen/**","tools/workflow-fragments/**",".github/workflows/**","required-workflows.json","packages/api-core/openapi.json"] |
Generated Repo Surfaces
Do not hand-maintain generated artifacts when a generator exists. Edit the
source fragment or config, then run the matching generate/check command.
Commands
bun run workflows:generate / bun run workflows:check
bun run structure:generate / bun run structure:check
bun run openapi:generate / bun run openapi:check
bun run skills:generate / bun run skills:check
CI runs bun run check:generated:portable (workflows + openapi). Full
bun run check:generated (skills + structure) is local-only because .agent/* is gitignored.