You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Line 10: "The effort level is medium." (should be "The curiosity level is medium.")
14
+
- Line 16: "the effort level being medium" (should be "the curiosity level being medium")
15
+
- File should be renamed to `step43-sprt-runs-when-curiosity-not-low.md`
16
+
3.`plugin/scripts/validate-plan-builder-review-loop.sh` line 57:
17
+
`fail "first-use.md is missing effort gate keyword 'low'"` (should say "curiosity gate keyword")
18
+
19
+
`first-use.md` already correctly reads `curiosity` from the config via `get-config-output effective` — no change needed there.
20
+
21
+
No Java code processes the `effort:` frontmatter key from SKILL.md (GetSkill.java only reads first-use.md).
22
+
23
+
A Java regression test should validate that the SPRT test file for instruction-builder-agent uses `curiosity` terminology (not `effort`) in its prompts and assertions. The best place is a new test that reads the file and asserts the correct terminology, similar to how other tests validate file content conventions.
24
+
7
25
## Pre-conditions
8
26
9
27
(none)
@@ -14,3 +32,53 @@ Fix instruction-builder-agent effort gate to read curiosity instead of effort
14
32
-[ ] Regression test added: test verifies effort gate reads `curiosity`
15
33
-[ ] No new issues introduced
16
34
-[ ] E2E verification: run instruction-builder-agent and confirm it proceeds with full workflow when `curiosity` is set to non-low value
35
+
36
+
## Jobs
37
+
38
+
### Job 1
39
+
40
+
- In `plugin/skills/instruction-builder-agent/SKILL.md`, change `effort: high` to `curiosity: high` on line 5
0 commit comments