Documentation
README
Formax Dev Loop (Mainline Discipline)
Default loop (repeat per TODO item)
-
Pick one mainline item and finish it end-to-end before starting another.
- If a new idea appears mid-flight, write it down in a backlog note and continue the mainline.
-
Write/adjust tests first to lock behavior (when feasible).
-
Implement the smallest change that satisfies the item.
-
Incremental optimization check (required)
- After implementation, do a quick pass:
- Is there newly-dead/unused logic introduced by this increment?
- Is there a low-risk simplification that reduces branching/duplication?
- If yes, include a small optimization in the same item (no scope drift, no behavior change).
- If no, explicitly proceed without optimization.
- After implementation, do a quick pass:
This is the opening of the README. Read the full README on GitHub.