Skip to content

docs: fix README inaccuracies and add migrate:* scripts#148

Merged
WhatIfWeDigDeeper merged 1 commit into
mainfrom
docs/readme-fixes-and-migrate-scripts
Feb 21, 2026
Merged

docs: fix README inaccuracies and add migrate:* scripts#148
WhatIfWeDigDeeper merged 1 commit into
mainfrom
docs/readme-fixes-and-migrate-scripts

Conversation

@WhatIfWeDigDeeper

Copy link
Copy Markdown
Owner

Summary

  • Fix several incorrect/missing README commands: wrong test:e2e command, Python version mismatch (3.14+ → 3.12+), missing git clone code block, single Prisma-only migration step, combined dev:express obscuring individual commands
  • Add migrate:express/koa-api/hono-api/nuxt-api/nest-api/all scripts to root package.json to match the consistent build:*, lint:*, test:* naming pattern
  • Minor: remove stale "UI still being refined" note, deduplicate /ship-it in dev tools section, narrow .env deny rules in settings.json

Test Plan

  • Verify npm run migrate:koa-api / migrate:hono-api / migrate:nuxt-api / migrate:nest-api delegate correctly to each package's db:migrate
  • Verify npm run migrate:express delegates to prisma:migrate:dev
  • Verify npm run migrate:all runs all six in sequence
  • Confirm README commands match actual script names in package.json

🤖 Generated with Claude Code

- Fix test:e2e bare command → test:e2e:express
- Fix Python version prerequisite: 3.14+ → 3.12+ (matches pyproject.toml)
- Remove stale 'UI still being refined' note
- Add git clone code block to installation steps
- Expand migration step to cover all 6 stacks
- Show dev:react-next + dev:express-api instead of combined dev:express
- Remove duplicate /ship-it from commands list (already in skills table)
- Add migrate:express/koa-api/hono-api/nuxt-api/nest-api/all scripts
- Narrow .env deny rules in settings.json (exact .env file only)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@WhatIfWeDigDeeper WhatIfWeDigDeeper merged commit fdde14a into main Feb 21, 2026
1 check passed
@WhatIfWeDigDeeper WhatIfWeDigDeeper deleted the docs/readme-fixes-and-migrate-scripts branch February 21, 2026 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant