docs: replace with current session start checklist (upload transport, no speculation)

This commit is contained in:
jester 2026-03-01 23:17:39 +00:00
parent 93eadcb855
commit 5bb7714f9f

View File

@ -1,11 +1,14 @@
# ZLH Session Start Checklist # Session Start Checklist
Before making frontend changes: Before working:
- Confirm Node.js 22 LTS 1. Review `OPEN_THREADS.md`
- Confirm App Router structure 2. Review `CONSTRAINTS.md`
- Review CONSTRAINTS.md 3. Confirm no drift between:
- Review ANTI_DRIFT.md - Portal
- Identify what can be removed before adding anything - API
- Agent
4. Confirm file model assumptions are accurate
5. Confirm upload transport is using raw piping (`http.request`, not `fetch`)
If unsure, stop and reassess. Never assume speculative features are implemented.