docs(roadmap): record P10.1 verification

This commit is contained in:
Saravana Achu Mac 2026-05-05 13:56:26 -07:00
parent c34402b0a9
commit 00d022071d
2 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@ Acceptance criteria:
Goal: prove the product is ready to release.
- [ ] **P10.1** Run full local verification: `pnpm run verify`. Commit:
- [x] **P10.1** Run full local verification: `pnpm run verify`. Commit: `c34402b`; Verified: `zsh -lc 'source ~/.zshrc; export GITEA_NPM_TOKEN; pnpm run verify'` passed backend/web/mobile typecheck, backend tests (54 files, 373 tests), web tests (22 files, 96 tests), mobile tests (25 files, 97 tests), backend build, and web production build. Notes: mobile tests still emit the existing `react-test-renderer` deprecation warning, and Next build emits the existing `--localstorage-file` warning without failing.
- [ ] **P10.2** Run lint for backend, web, and mobile. Commit:
- [ ] **P10.3** Run web Playwright E2E. Commit:
- [ ] **P10.4** Run Docker compose build and smoke. Commit:

2
web/next-env.d.ts vendored
View File

@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts";
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.