From e279537708fb511abf1d8f65325c145916a10918 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 8 Feb 2026 07:21:29 +0100 Subject: feat(3d): Implement Mesh Wireframe rendering for Visual Debug --- doc/AI_RULES.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/AI_RULES.md') diff --git a/doc/AI_RULES.md b/doc/AI_RULES.md index c526a39..d18a0cc 100644 --- a/doc/AI_RULES.md +++ b/doc/AI_RULES.md @@ -3,4 +3,5 @@ - No refactors unless explicitly requested - All changes must keep tests passing - Prefer small, reviewable commits +- All `cmake --build` commands must use the `-j4` option for parallel building. - after a task, a 'big' final commit should contain a short handoff tag like "handoff(Gemini):..." if you're gemini-cli, or "handoff(Claude): ..." if you're claude-code. -- cgit v1.2.3