Ingest repo
ingest_repoAnalyze an existing codebase's package.json, config files, routes, and tests to build a clean 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routes | Yes | ||
| savedTo | Yes | ||
| signals | Yes | ||
| openCases | Yes | ||
| buildConfig | Yes | ||
| monorepoHint | No | ||
| existingTests | Yes | ||
| resolvedMonorepoChoice | No |