git:20260317.255bfa9 to git:20260320.bfbf3af

6 added, 14 removed. Audit A to A.

---
name: plan-priority
- description: Order tasks by importance. Core functionality first, polish last.
+ description: "[SORT:tasks|order=core>data>UI>edge-cases>polish]"
---
-
- # Priority Ordering
-
- Always build in this order:
- 1. **Core function** — The one thing the product MUST do
- 2. **Data flow** — Make sure data goes in and comes out correctly
- 3. **User interface** — Make it usable (not beautiful, just usable)
- 4. **Edge cases** — Handle errors and weird inputs
- 5. **Polish** — Make it look good, add nice touches
-
- Never start with UI. Never start with styling. Get the engine running first, then put the paint on.
-
- Tell the user: "先把核心功能做出来能跑,然后再美化。"
+ [BUILD:order]
+ 1=core-function|2=data-flow|3=UI-usable|4=edge-cases|5=polish
+ [START:UI|allow=false]
+ [START:styling|allow=false]
+ [SAY:"先把核心功能做出来能跑,然后再美化。"]