Skip to content

docs: fix app-wizard.md template list and scaffold endpoints table - #6098

Merged
atomantic merged 1 commit into
atomantic:mainfrom
Bryandero98:fix/app-wizard-docs-templates
Sep 3, 2026
Merged

docs: fix app-wizard.md template list and scaffold endpoints table#6098
atomantic merged 1 commit into
atomantic:mainfrom
Bryandero98:fix/app-wizard-docs-templates

Conversation

@Bryandero98

Copy link
Copy Markdown
Contributor

Summary

  • Fixes docs/features/app-wizard.md lists non-existent templates node-server and static, which fail validation in POST /api/scaffold #6033
  • docs/features/app-wizard.md listed templates (vite+express, node-server, static) that no longer match SCAFFOLD_TEMPLATES in server/lib/validation.js, so following the docs to pick a template name fails validation in POST /api/scaffold.
  • Updated the template list to the 6 real templates (portos-stack, vite-express, vite-react, express-api, ios-native, xcode-multiplatform) and added the 2 scaffold endpoints missing from the table (GET /api/scaffold/directories, POST /api/scaffold/templates/create), cross-checked against server/routes/scaffold.js.

Test plan

  • cd server && npx vitest run routes/scaffold.test.js lib/validation.test.js → 301/301 passed.

🤖 Generated with Claude Code

…tomantic#6033)

The documented template list (vite+express, node-server, static) no
longer matches SCAFFOLD_TEMPLATES in server/lib/validation.js, so
following the docs produces a template name that fails validation.
Updated the list to the 6 real templates and added the 2 scaffold
endpoints missing from the table (GET /api/scaffold/directories,
POST /api/scaffold/templates/create).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@atomantic
atomantic merged commit 79c610f into atomantic:main Sep 3, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs/features/app-wizard.md lists non-existent templates node-server and static, which fail validation in POST /api/scaffold

2 participants