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
- Confirm App Router structure
- Review CONSTRAINTS.md
- Review ANTI_DRIFT.md
- Identify what can be removed before adding anything
1. Review `OPEN_THREADS.md`
2. Review `CONSTRAINTS.md`
3. Confirm no drift between:
- Portal
- 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.