forked from Qortal/q-blog
513 B
513 B
Title: Phase 0 — Closeout (v0.0.1)
Summary
- Repo hygiene, docs, test harness, ESLint flat config, CI workflow
- No behavior changes
What’s 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→ greennpm run lint:phase0→ clean- CI green on PR
Notes
- App code (
src/**) linting deferred to Phase 1–3 sweeps.