nimai-core 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/prompts.js +3 -3
- package/package.json +1 -1
package/dist/prompts.js
CHANGED
|
@@ -97,13 +97,13 @@ Note: implementation correctness is explicitly out of scope for this review.
|
|
|
97
97
|
|
|
98
98
|
## Re-review closure requirement
|
|
99
99
|
|
|
100
|
-
If this
|
|
100
|
+
If the user told you this is a re-review (the builder has fixed issues since the last verdict), check ## Review Closure before evaluating any dimension.
|
|
101
101
|
Look for a section like:
|
|
102
102
|
|
|
103
103
|
> ## Review Closure
|
|
104
104
|
> | Issue | fixed_in_section | exact_text_changed | proof |
|
|
105
105
|
|
|
106
|
-
**
|
|
106
|
+
**Any prior HARD_FAIL with no closure entry = automatic FAIL.**
|
|
107
107
|
Do not evaluate the other dimensions until you confirm closure entries exist for all prior HARD_FAILs.
|
|
108
108
|
If this is a first review (no prior verdict), skip this check.
|
|
109
109
|
|
|
@@ -133,7 +133,7 @@ If the spec passes all dimensions with no HARD_FAIL issues, use:
|
|
|
133
133
|
|
|
134
134
|
If and only if \`passed\` is false, immediately append this section after the verdict block:
|
|
135
135
|
|
|
136
|
-
##
|
|
136
|
+
## Paste this to your builder session:
|
|
137
137
|
|
|
138
138
|
Write one actionable fix instruction per issue, in order. Each line must include:
|
|
139
139
|
- issue reference (\`dimension\` + short detail),
|