nimai-core 0.4.6 → 0.4.7

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.
Files changed (2) hide show
  1. package/dist/prompts.js +11 -11
  2. package/package.json +1 -1
package/dist/prompts.js CHANGED
@@ -96,24 +96,24 @@ A spec passes (passed: true) only if it has zero HARD_FAIL issues.
96
96
 
97
97
  ## Output format
98
98
 
99
- For each dimension, write:
99
+ For each dimension, write exactly:
100
100
  **[PASS|FAIL] Dimension name** — one-sentence rationale. *Evidence: cite the specific section/line/text.*
101
101
 
102
+ Keep it brief: one sentence + one evidence citation per dimension. No preamble, no summaries, no commentary before or after the verdict block.
103
+
102
104
  Then write a consolidated remediation list for all FAIL dimensions.
103
105
 
104
106
  Note: implementation correctness is explicitly out of scope for this review.
105
107
 
106
- ## Re-review closure requirement
107
-
108
- 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.
109
- Look for a section like:
110
-
111
- > ## Review Closure
112
- > | Issue | fixed_in_section | exact_text_changed | proof |
108
+ ## Re-review protocol
113
109
 
114
- **Any prior HARD_FAIL with no closure entry = automatic FAIL.**
115
- Do not evaluate the other dimensions until you confirm closure entries exist for all prior HARD_FAILs.
116
- If this is a first review (no prior verdict), skip this check.
110
+ If this is a re-review (you were given the builder's fix summary):
111
+ - Do NOT require any additional sections in the spec.
112
+ - Do NOT require a Review Closure table or any tracking artifact.
113
+ - Re-evaluate each previously-failed dimension directly against the current spec content.
114
+ - Your evidence citation must quote or reference the specific text in the spec that shows the fix was applied.
115
+ - If the fix is present, mark that dimension PASS. If it is absent or incomplete, mark it FAIL.
116
+ - You are only authorized to evaluate the 10 dimensions defined above. Do not invent new dimensions, process gates, or required sections not in the FORGE spec template.
117
117
 
118
118
  ## Important
119
119
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nimai-core",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Nimai core library — template loading, lint engine, context extraction. No LLM dependencies.",
5
5
  "keywords": [
6
6
  "nimai",