Skip to content

Commit dd84c68

Browse files
committed
docs(readme): correct stale status and add the e2e test command
Status still listed language selection, large-input handling, and the accessibility pass as open work; all three shipped as part of Epic 3. Also documents the new npm run test:e2e script.
1 parent 5b16994 commit dd84c68

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,18 @@ See [`docs/VISION.md`](docs/VISION.md) for the full design rationale,
6060

6161
```
6262
npm install
63-
npm run dev # local dev server
64-
npm test # vitest
65-
npm run lint # eslint
66-
npm run build # static production build (output: dist/)
63+
npm run dev # local dev server
64+
npm test # vitest unit tests
65+
npm run test:e2e # playwright real-browser tests (npx playwright install first)
66+
npm run lint # eslint
67+
npm run build # static production build (output: dist/)
6768
```
6869

6970
## Status
7071

71-
The core "paste, diff, image" flow and copy/download/share are built and tested —
72-
see [`docs/BACKLOG.md`](docs/BACKLOG.md) for what's shipped vs. planned (language
73-
selection, large-input handling, and a full accessibility pass are still open).
72+
The full v1 scope is built and tested: paste/diff/image, copy/download/share, a
73+
language selector, large-input guardrails, and a full keyboard/accessibility pass.
74+
See [`docs/BACKLOG.md`](docs/BACKLOG.md) for the story-by-story breakdown.
7475

7576
## License
7677

0 commit comments

Comments
 (0)