Start a new backend repo
Prepare
Choose backend for the V1 backend generator. For a V2 platform application, request the app target instead. Supply the destination path, package scope, and services you need.
Request the task
text
Use e11-scaffold to create a backend repository for account export. Target: backend. Collect the service names, SDK choices, and destination before generation.Verify the result
Review the generated dependency versions and package scripts. Run the generator’s reported verification commands. Initialise Foundry in the generated Git checkout.
sh
cd <generated-repository>
e11 init
e11 doctor
git add .foundry/project.toml .foundry/pricing.json .foundry/profiles.toml .gitignore
git commit -m "chore: configure Foundry"Continue
text
Use e11-agent-architect to review the generated repository and identify the domain code to add.