fix: raise test gen cap to 20, add validation tests for user flow coverage

- Raise Step 3.4 test generation cap from 10 to 20 (code + user flow combined)
- Add 3 validation tests: codepath tracing, user flow mapping, diagram sections
This commit is contained in:
Garry Tan
2026-03-17 11:01:38 -07:00
parent f24cd778e2
commit bbe88b3f71
3 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -557,7 +557,7 @@ If test framework detected (or bootstrapped in Step 2.5):
- Run each test. Passes → commit as `test: coverage for {feature}`
- Fails → fix once. Still fails → revert, note gap in diagram.
Caps: 30 code paths max, 10 tests generated max, 2-min per-test exploration cap.
Caps: 30 code paths max, 20 tests generated max (code + user flow combined), 2-min per-test exploration cap.
If no test framework AND user declined bootstrap → diagram only, no generation. Note: "Test generation skipped — no test framework configured."
+1 -1
View File
@@ -288,7 +288,7 @@ If test framework detected (or bootstrapped in Step 2.5):
- Run each test. Passes → commit as `test: coverage for {feature}`
- Fails → fix once. Still fails → revert, note gap in diagram.
Caps: 30 code paths max, 10 tests generated max, 2-min per-test exploration cap.
Caps: 30 code paths max, 20 tests generated max (code + user flow combined), 2-min per-test exploration cap.
If no test framework AND user declined bootstrap → diagram only, no generation. Note: "Test generation skipped — no test framework configured."