Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/features/onboarding/steps/scaffold.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ The project directory is empty. Generate a sample application for {{FRAMEWORK}}:
- Create a runnable entry point with a main function or equivalent
- Include at least one user-facing feature or behavior that can later be controlled by a feature flag (e.g. a greeting message, a theme, an output format, or a premium feature gate)
- Include a README.md with a one-liner on how to run the app
- If the project directory is not already a git repository, initialize one (`git init` and an initial commit) so that IDE agents can operate in the project directory