chore: refresh README, reference docs/, add pnpm test CI - #29
Merged
Conversation
- Fix stale 'Nuxt UI v3' -> v4 label and docs URL - Replace the broken docs/template_usage.md link and add a Documentation section referencing all docs/ guides - Correct the AWS-region file reference (now in deploy.yml) - Add .github/workflows/test.yml: runs pnpm test on every PR and on pushes to main/stage Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…cation) 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
Three related cleanups requested after the recent merges:
1. README fixes
@nuxt/ui@^4.11).docs/template_usage.mdlink (that file doesn't exist) and pointed it at the new Documentation section..github/workflows/deploy.yml, notmain.yml.pnpm testin the Testing section.2. Reference the
docs/directoryAdded a Documentation section linking every guide in
docs/:testing.md,better_auth.md,file_upload_and_serve.md,mcp.md— plus adocs/entry in Project Structure.3.
pnpm testin CINew
.github/workflows/test.yml— runspnpm install --frozen-lockfile+pnpm teston every pull request and on pushes tomain/stage. Deploys stay indeploy.yml; this is the correctness gate that was missing (flagged in the #21/#25 reviews).Verification
prettier --check README.mdclean.pnpm testpasses locally (2 tests) on current main.test.yml, so the CI run on this PR is the proof it parses and passes. To make it a hard merge gate, enable branch protection requiring thetestcheck.🤖 Generated with Claude Code