feat(remix_cli): ship Fortal as an application-owned preset - #180
Open
leoafarias wants to merge 12 commits into
Open
feat(remix_cli): ship Fortal as an application-owned preset#180leoafarias wants to merge 12 commits into
leoafarias wants to merge 12 commits into
Conversation
This was referenced Sep 4, 2026
leoafarias
marked this pull request as ready for review
September 4, 2026 20:01
leoafarias
marked this pull request as draft
September 4, 2026 20:11
leoafarias
force-pushed
the
feat/fortal-presets
branch
2 times, most recently
from
September 4, 2026 20:53
8e8f8a4 to
aa541eb
Compare
leoafarias
marked this pull request as ready for review
September 4, 2026 21:25
leoafarias
force-pushed
the
feat/fortal-presets
branch
from
September 7, 2026 14:39
aa541eb to
a97050e
Compare
5 tasks
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.
Description
This native GitHub stack contains #177, #180, and #178, from bottom to top.
This PR targets #177. The Sidebar PR #178 follows this PR.
Applications can install the Fortal theme and recipes with
remix init --preset fortal.They own the installed source and depend on Remix for behavior.
The repository retains analyzed Fortal source and derives the bundled templates from it.
Schema 1 projects retain the default preset. Recipes accept an instance
styleoverride.This PR prepares Remix beta.9 and requires that version in both registries.
Published versions through beta.8 lack the exported types required by generated Fortal adapters.
CI installs both presets with checkout Remix. CLI publication requires hosted consumer checks.
The release instructions include CLI bootstrap and the later Fortal discontinuation.
The CLI validation and Windows fixes in #177 also apply to this preset.
Fresh Flutter applications exposed nine lint findings in copied Fortal theme source.
The theme now uses inherited fields with typed getters and unnamed library declarations.
The source generator and bundled templates match, and the consumer fixture enforces the relevant lint rules.
The guide now documents schema 2, checkout installation, preset differences, token mapping, and generated-code lint exclusions.
It also explains scope placement below the application host and default dialog centering.
Related Issues
Related to #177 and #178.
Checklist
Validation
68c78e2f2, including both preset consumers and the real Windows SDK test.Breaking Change
remix_fortalversions.Existing published Fortal versions remain available. Package discontinuation follows successful hosted CLI validation.
This PR does not publish packages or discontinue Fortal.