Feat/frontend base flow#97
Merged
Merged
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
d28d7ca to
88d7d87
Compare
Contributor
Dependency scan report
|
Preserve prompt ordering by tracking order dependencies along paths and reorder pre-walk slots topologically. Deduplicate non-UI IfQuestion expansions by (questionID, condition) and collapse branches that share the same next target to avoid exponential path growth. Add helpers and tests.
Register a set of frontend generators in the CLI registry. Also: - Merge existing .prettierignore with canonical defaults and dedupe - Use AppendStringSet in biome config to append files.ignore safely - Add src/vite-env.d.ts, include it in react manifest, and guard against missing #root before rendering
Select framework-specific templates and .env content based on the ctx.Answers["framework"] value for analytics, auth, feature-flag and sentry generators. Also add Next-specific GA4/PostHog snippets, write framework-specific .env.example files, add @tailwindcss/postcss devDep and fix the PostCSS plugin key, and allow skipping the pre-push hook via SKIP_HOOKS env variable.
Adjust files.includes to use **/dir patterns and hard-exclude !!**/.dot to match Biome 2.x rules. Bump generator manifests and docs (biome_config 0.2.4, panda_css 0.1.2, react_app 0.5.2), downgrade @types/react-dom to ^19.2.3, and update bin/dot binary.
- Add AppendFile to VirtualProjectState to append content to a file, creating it if missing and inserting a newline when appending - Update generators to use AppendFile for .env.example instead of overwriting - Add fallback env snippets in else branches to include GA4, Plausible, PostHog and other provider hints.
d242bdd to
471d75c
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Closes #
Type of change
Changes
Testing
Checklist
Screenshots