docs: simplify README setup and usage - #76
Merged
Merged
Conversation
◈ PR Lens
Architecture 1 component touched across 4 lanes. Data flow No data-flow sequence changed in this PR. View
Tip Push a commit and the comment redraws for the new head. A slow older run never overwrites a newer one. 🪧 More tips
Thanks for using PR Lens! It's built by Coldtea, free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. |
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
The README leads with port history and implementation details before showing readers how to use pstack. Reorganize it around a quick start, concrete skill examples, runtime-specific installation, and dependencies. Link to existing contributor and audit documents for deeper detail.
Preserve the generator's slash-command table, skill counts, upstream pin, and documented runtime limitations. Only README.md changes.
Validation
bun tools/generate.mjspassed without generated changes.TMPDIR=/private/tmp bun test tests/: 165 passed, 0 failed. The initial run hit 11 worktree-test failures caused by macOS/varversus/private/vartemporary-path differences; using the canonical temporary path resolved them.npx --yes markdownlint-cli2@0.18.1 README.md: no errors.lychee --offline --include-fragments README.md: 16 links checked, no errors.git diff --checkpassed.