docs(mapgen-studio-no-hardcoded-defaults): mark all tasks as executed#1627
Merged
Conversation
This was referenced Jun 12, 2026
refactor(studio): decompose App.tsx non-React corpus into feature modules and shared utilities
#1608
Merged
Merged
|
Railway preview (MapGen Studio): not provisioned for this PR. Policy (Graphite stacks): previews are created only for the top-of-stack PR by default.
Debug: |
This was referenced Jun 12, 2026
Owner
Author
This was referenced Jun 12, 2026
This was referenced Jun 12, 2026
Merged
mateicanavra
force-pushed
the
design/no-hardcoded-defaults
branch
from
June 12, 2026 20:44
9aaa324 to
5c5cd1e
Compare
Owner
Author
Merge activity
|
mateicanavra
changed the base branch from
design/spacing-substrate
to
graphite-base/1627
June 12, 2026 21:34
…ate (no-hardcoded-overrides law) src/ui/data/defaultConfig.ts was a 330-line literal copy of the standard recipe's default pipeline config that the app never imported (defaults flow from the generated STANDARD_RECIPE_CONFIG artifact via buildDefaultConfig). Its only consumers were two shape-guard test blocks, now retargeted at the artifact — which exposed real drift: the hand copy never tracked the ecology pedology/features config groups. 144 tests + tsc green. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mateicanavra
force-pushed
the
design/no-hardcoded-defaults
branch
from
June 12, 2026 21:36
5c5cd1e to
49c148e
Compare
This was referenced Jun 12, 2026
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.

All implementation and verification tasks for the
mapgen-studio-no-hardcoded-defaultschange have been completed:defaultConfig.tsand confirmed no remaining importers outside the retargeted shape testsdefaultConfigSchema.test.tsto assert againstSTANDARD_RECIPE_CONFIG, preserving semantic-surface guardsrgsweep that no app-side literal pipeline-default duplicates remain