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

24 lines
513 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
**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.