docs(roadmap): record p0.1 commit hash
This commit is contained in:
parent
fa30191efa
commit
e9e757a56a
@ -79,7 +79,7 @@ If an item is intentionally deferred:
|
||||
|
||||
Goal: establish a trustworthy starting point and avoid implementing against stale assumptions.
|
||||
|
||||
- [x] **P0.1** Run `git status --short` and confirm the worktree is clean or identify user-owned changes. Commit: `pending`; Verified: `git status --short --branch` returned `## main...origin/main` with no modified or untracked files before production-readiness edits began.
|
||||
- [x] **P0.1** Run `git status --short` and confirm the worktree is clean or identify user-owned changes. Commit: `fa30191`; Verified: `git status --short --branch` returned `## main...origin/main` with no modified or untracked files before production-readiness edits began.
|
||||
- [ ] **P0.2** Run `pnpm install --frozen-lockfile` if dependencies are not installed. Commit:
|
||||
- [ ] **P0.3** Run baseline checks: `pnpm run typecheck`, `pnpm run test`, and `pnpm run build`. Commit:
|
||||
- [ ] **P0.4** Run targeted lint checks: `pnpm --filter @notelett/backend run lint`, `pnpm --filter @notelett/web run lint`, and `pnpm --filter @notelett/mobile run lint`. Commit:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user