ingest_repo
Parse a repository’s package.json, Tailwind/Vite config, route files, and existing tests via static analysis to create a rebuild spec from actual code, no LLM calls.
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 |