Files
q-blog/pr/phase0-closeout.md
2025-08-21 16:40:49 -04:00

513 B
Raw Permalink Blame History

Title: Phase 0 — Closeout (v0.0.1)

Summary

  • Repo hygiene, docs, test harness, ESLint flat config, CI workflow
  • No behavior changes

Whats included

  • Docs: Charter, Instructions, Testing, Releasing
  • Harness: Vitest + RTL + MSW + jest-axe (a11y smoke)
  • CI: Gitea workflow (test + lint:phase0)
  • Version: bump to 0.0.1

Verification

  • npm run test → green
  • npm run lint:phase0 → clean
  • CI green on PR

Notes

  • App code (src/**) linting deferred to Phase 13 sweeps.