feat: align homepage with goal.md, refine UI, and add light mode - #21
Merged
Merged
Conversation
Co-authored-by: Indent <noreply@indent.com>
…ed install.ps1 Co-authored-by: Indent <noreply@indent.com>
Co-authored-by: Indent <noreply@indent.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
wrightkit-dev | f74e8d1 | Commit Preview URL Branch Preview URL |
Sep 27 2026, 10:41 AM |
Co-authored-by: Indent <noreply@indent.com>
Co-authored-by: Indent <noreply@indent.com>
Co-authored-by: Indent <noreply@indent.com>
…crolls under it Co-authored-by: Indent <noreply@indent.com>
…scrolled state Co-authored-by: Indent <noreply@indent.com>
Co-authored-by: Indent <noreply@indent.com>
Declaring both backdrop-filter and -webkit-backdrop-filter made Lightning CSS keep only the prefixed form, which Chromium ignores. Declare the standard property and let the build add the prefix. Co-authored-by: Indent <noreply@indent.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.
Summary
Rewrites the homepage copy around
docs/goal.mdand reworks the UI with Apple-style interaction and typography rules.Copy / structure (
src/lib/site.ts)wright 0.2.40output instead of prose.--format jsonenvelope, stable codes/exit codes, validated edit transactions, thewrightAgent Skill) from the intent-driven loop (inspect → edit → check → assess → report), which is labelled as direction (principles 4–5).del-rs→deltin-rs,workshop-agent→skills, drops hard-coded versions (0.2.8,v0.1.0). The CI pin now uses--version "$WRIGHT_VERSION".UI
text-hero,text-title,text-lead), plustext-balance/text-pretty.rounded-card,rounded-control, pill buttons), translucent header with a scroll-edge fade instead of a hard divider, and.surfacecards.aria-current="location").aria-liveannouncement.static/install.ps1, which is now gitignored likeinstall.sh.Appearance: light, dark, and system
light-dark()pair (50 = strongest text, 950 = page background), so components don't branch on the theme. Light mode darkens the text accent (#c2410c) to keep contrast, and the primary button keeps dark text on orange.prefers-color-scheme; an explicit choice is stored inlocalStorage(wrightkit-theme) and applied by an inline script inapp.htmlbefore first paint, so there is no flash.theme-colormetas follow the resolved appearance.light-dark()once on:root, so a nestedcolor-schemecan't flip the tokens; the terminal uses fixed colors instead.Why
The site described WrightKit mostly as a set of implementations, and its compatibility model contradicted goal principle 7. Several links and versions were also stale.
Verification
pnpm check: 0 errors, 0 warnings.pnpm build(includingverify-build.mjs) passes.origin/mainofwright,opy-rs,deltin-rs, andworkshop-rs, and against the v0.2.40 release assets. Terminal output comes from running releasedwright 0.2.40check/linton a sample OPY file.theme-colorupdates.Notes
wright convert --target opyships, but opy-rs and the Wright README call Workshop→OPY reconstruction unsupported. The site makes no claim about it.install.ps1).Tag
@indentto continue the conversation here.