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
10 changes: 5 additions & 5 deletions openspec/changes/mapgen-studio-no-hardcoded-defaults/tasks.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## 1. Implementation

- [ ] 1.1 Delete `apps/mapgen-studio/src/ui/data/defaultConfig.ts`; confirm no
- [x] 1.1 Delete `apps/mapgen-studio/src/ui/data/defaultConfig.ts`; confirm no
remaining importers (app or tests) besides the retargeted shape tests.
- [ ] 1.2 Rewrite the two legacy-shape blocks in
- [x] 1.2 Rewrite the two legacy-shape blocks in
`test/config/defaultConfigSchema.test.ts` to assert against
`STANDARD_RECIPE_CONFIG`, preserving the semantic-surface guards
(expected key sets, no raw op envelopes, no legacy stage keys).

## 2. Verification

- [ ] 2.1 `bun run openspec -- validate mapgen-studio-no-hardcoded-defaults --strict`
- [ ] 2.2 tsc + mapgen-studio vitest green
- [ ] 2.3 `rg` sweep: no app-side literal pipeline-default duplicates remain.
- [x] 2.1 `bun run openspec -- validate mapgen-studio-no-hardcoded-defaults --strict`
- [x] 2.2 tsc + mapgen-studio vitest green
- [x] 2.3 `rg` sweep: no app-side literal pipeline-default duplicates remain.