You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add batch scaffold script for clean mode (~100ms vs minutes)
Replace ~15 individual tool calls with a single bash script execution.
Includes progress bar with percentage and estimated time remaining.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3. Copy `.claude/` contents from the starter kit — but only commands with `scope: project` in their YAML frontmatter (skills, agents, hooks, and settings.json are copied in full)
316
-
4. Create project-docs/ with ARCHITECTURE.md, INFRASTRUCTURE.md, DECISIONS.md templates
317
-
5. Create tests/ with CHECKLIST.md and ISSUES_FOUND.md
318
-
6. Create the clean CLAUDE.md (security rules only, as shown above)
319
-
7. Create CLAUDE.local.md template
320
-
8. Create .env (empty), .env.example (NODE_ENV + PORT only)
321
-
9. Create .gitignore and .dockerignore with standard entries
322
-
10. Create a minimal README.md
323
-
11. Initialize git and create initial commit
324
-
12. Report what was created
314
+
2.**Run the batch scaffold script** — this replaces all individual file creation with a single command:
0 commit comments