forked from Qortal/q-blog
24 lines
513 B
Markdown
24 lines
513 B
Markdown
**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` → green
|
||
- `npm run lint:phase0` → clean
|
||
- CI green on PR
|
||
|
||
**Notes**
|
||
|
||
- App code (`src/**`) linting deferred to Phase 1–3 sweeps.
|