fix(build): lower rendered loop keys

req: list/002
This commit is contained in:
slhx agent
2026-07-27 20:02:32 +02:00
parent 2dc7703936
commit c530dc5d8f
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -35,6 +35,7 @@ Keep it stable. Prefer pointers to canonical sources over copied structure, file
- First split intent into broad error classes: what can go wrong, and what outcome must hold.
- Test the largest risky classes before narrow examples.
- Add adversarial tests for malformed, hostile, ambiguous, missing, duplicated, and boundary inputs.
- When changing generated lowering, prove dynamic rendered attributes at the consumer boundary; literal lowering fixtures alone are insufficient.
- Do not over-codify existing behavior while direction is still moving.
- Add narrow concrete tests only after requirements converge into a stable direction.