Files
q-blog/docs/PHASE0_CLOSEOUT.md
2025-08-21 16:40:49 -04:00

22 lines
833 B
Markdown

# Phase 0 Closeout Checklist
**Goal:** repository hygiene, quality bar, and scaffolding. No behavior changes.
## Must-haves
- [ ] **Tracker**: canonical labels deduped; Phase 0 milestone open; kickoff issues present.
- [ ] **Docs**: Quality Charter, Project Instructions, Testing, Releasing.
- [ ] **Harness**: Vitest + RTL + MSW + jest-axe; `tests/axe-smoke.test.tsx` passing.
- [ ] **Lint**: ESLint flat config working; Phase 0 scope excludes `src/**`.
- [ ] **CI**: Gitea workflow runs test + lint(phase0) on PRs.
- [ ] **Version**: bump to `0.0.1` via `scripts/release/bump-version.sh phase0`.
## Nice-to-haves
- [ ] ENV helper scripts committed (`scripts/tracker/*`).
- [ ] Status doc updated (`docs/PHASE0_STATUS.md`).
## Release notes
Create `docs/RELEASE_NOTES_v0.0.1.md` with one-liners (hygiene, docs, harness, CI).