mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-18 00:56:30 +03:00
Expand concept system: modes, ratings, re-roll, breadth strategy
Catalog: mode-aligned staging surfaces (persuade/operate/read/experience), star ratings on approvals feeding challenger draw weights, family retirements, authoring strategy and territory guide, rework and breadth authoring rounds, composition mining from rejected worlds. Seed: six challengers (two per tier), --reroll chains, --mode staging filter, rating-weighted draws. New-work: Present/visualize/re-roll flow, image-gen requirement, register-neutral vocabulary. Pipeline: per-mode staging prompts with split frames, hero-from-board reference generation, render-safety guards. Labs: ratings UI, unrated filter, mode chips, composition approve-guard. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
144cee5c36
commit
7557935fdb
+3
-1
@@ -633,6 +633,8 @@ function generateCFConfig(buildDir) {
|
||||
/docs/teach /docs/init 301
|
||||
/anti-patterns /slop#catalog 301
|
||||
/visual-mode /slop#see-it 301
|
||||
/worlds /labs/worlds 301
|
||||
/worlds/stagings /labs/stagings 301
|
||||
/neon-mirai /neo-mirai/ 301
|
||||
/neon-mirai/ /neo-mirai/ 301
|
||||
/cases/neon-mirai /cases/neo-mirai 301
|
||||
@@ -644,7 +646,7 @@ function generateCFConfig(buildDir) {
|
||||
// Without this, the SPA fallback serves index.html for function routes
|
||||
const routes = {
|
||||
version: 1,
|
||||
include: ['/api/download/*'],
|
||||
include: ['/api/download/*', '/worlds/cards/*'],
|
||||
exclude: [],
|
||||
};
|
||||
fs.writeFileSync(path.join(buildDir, '_routes.json'), JSON.stringify(routes, null, 2));
|
||||
|
||||
Reference in New Issue
Block a user