Scaffold a bridge project repo
scaffold_bridge_projectCreate a runnable starter repository for a bridge project with health endpoint, tests, CI, docker-compose, README, and build log to turn project gaps into demonstrable code.
Instructions
Generates a runnable starter repository for a bridge project: a Go, Python (FastAPI) or TypeScript service with a /health endpoint and a passing test, CI, a docker-compose for the stack's databases and brokers, a README carrying the build plan, results table and resume-bullet templates, and a BUILD_LOG. Java gets a Spring Initializr command. Pass a project from analyze_gaps or suggest_bridge_projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jd_text | No | Used to name routes after the company's domain | |
| project | Yes | ||
| language | No | Defaults to the stack's main language | |
| overwrite | No | ||
| output_dir | No | Local mode: parent folder. Defaults to ~/ResumeForge/projects | |
| github_username | No |