docs(readme): improve install section structure and clarity - #1
Open
redbasecap wants to merge 2 commits into
Open
docs(readme): improve install section structure and clarity#1redbasecap wants to merge 2 commits into
redbasecap wants to merge 2 commits into
Conversation
Restructure the Install section with prerequisites, separate release and development paths, fenced code blocks, and a restart/verification note. Preserve all required user-facing behavior asserted by tests/docs-asset.test.ts.
- Drop the redundant inline curl command and lone numbered step; keep the code block - Name install-dev.sh explicitly instead of a dangling "This also" - Restore "confirm you restarted" as the first troubleshooting step before re-running the installer Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YMFa3tAeGzainohPXsLwph
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
Improves the README Install section for readability without changing any required user-facing behavior:
All wording asserted by
tests/docs-asset.test.tsis preserved (e.g. the exact1. Install the latest release with \curl ...`line and thelatest release` substring).Verification
Full check suite green:
pnpm run build(tsc --noEmit): PASSpnpm run eslint(withCI=true, matching the Dagger lint pipeline): PASSpnpm run test: 124/124 passpnpm run validate:assets: OpenUltraCode assets are validNote
Pushed from a fork (
redbasecap/OpenUltraCode) because the authenticated account has READ-only access tonorandom/OpenUltraCode.🤖 Generated with OpenUltraCode