ingest_repo
Parses configuration files, routes, and tests from a code repository to produce a rebuild specification for coding agents.
Instructions
Parse package.json, tailwind/vite config, route files, and existing tests via static analysis. No LLM call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the repo to ingest | |
| interactive | No | When true and 0 routes are found at a monorepo-shaped path, ask via elicitation which candidate directory is the real app, then ingest that instead |