P8.1: extract developer docs into docs/DEVELOPMENT.md

Move Requirements, Build, Run From Source, Project Layout, and
Dependencies/mirroring out of README into docs/DEVELOPMENT.md. Update
version references to 0.9.0 and correct the storage description to JSON.
README retains user-facing sections and gains a Development link.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mixeme
2026-06-24 00:26:36 +03:00
parent 3907ab3c18
commit 2b636cbb65
3 changed files with 190 additions and 194 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ These land together because both edit `domain/job.go` and `storage/store.go`.
- [x] P7.1 — Linux test build fix (build-tagged Windows tests)
### Phase 8 — Docs + version
- [ ] P8.1 — `docs/DEVELOPMENT.md`
- [x] P8.1 — `docs/DEVELOPMENT.md`
- [ ] P8.2 — End-user README rewrite
- [ ] P8.3 — CHANGELOG + ROADMAP updates