Restore warm manuscript theme + redirect /start/what-is-openprose - #5
Merged
Merged
Conversation
…rose Revert the "living ledger" design system (da72c9e) back to the warm manuscript aesthetic that preceded it. Restores app/brand.css, app/global.css, and the small radius/shadow/shell-class tweaks in layout, error, copy-button, and prose-program to their pre-da72c9e state. No commits after da72c9e touched these files, so the revert is clean. Also add a 308 redirect for /start/what-is-openprose -> /openprose. The early docs lived under /start/*; PR #2 restructured them into /openprose/*, dropping the old page that external links still point at. The OpenProse overview page is its successor. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Revert the color scheme / theme. Reverts the "living ledger" design system (
da72c9e, 2026-05-13) back to the warm manuscript aesthetic that preceded it (paper-cream palette, ink tones, warm-gold accent, Literata/JetBrains Mono). No commit afterda72c9etouched any of the six theme files, so this is a clean restore to their pre-da72c9estate.Add the missing
/start/what-is-openprosepage. The early docs lived under/start/*; PR docs: add Reactor DAG + Reactor CLI sections as headline items #2 restructured them into/openprose/*and dropped the old "What is OpenProse?" page, but external links still point at it. Adds a permanent (308) redirect/start/what-is-openprose -> /openprose(its content successor).Files
app/brand.css,app/global.css— palette/theme tokens restoredapp/layout.tsx,app/error.tsx,components/copy-button.tsx,components/prose-program.tsx— radius/shadow/shell-class tweaks revertednext.config.mjs—redirects()for the old start URLVerification
pnpm typecheck✓pnpm lint✓pnpm exec next build(DOCS_PREVIEW_MODE) ✓ — redirect confirmed inroutes-manifest.jsonas 308 →/openprose🤖 Generated with Claude Code