claude-prism 1.2.3 β 1.2.4
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/package.json
CHANGED
|
@@ -35,9 +35,9 @@ AI agents optimize for speed, not correctness. Without structure, they skip unde
|
|
|
35
35
|
## E β ESSENCE
|
|
36
36
|
|
|
37
37
|
0. **Extract the essence**: Before exploring code, ask: "What is the core problem here β in one sentence, without naming specific tools?"
|
|
38
|
-
- Output:
|
|
39
|
-
- Output:
|
|
40
|
-
- Output:
|
|
38
|
+
- Output: `Essence: [one sentence β no technology/tool names]`
|
|
39
|
+
- Output: `Minimal case: [simplest working version]`
|
|
40
|
+
- Output: `Expansion path: minimal β [step1] β [step2] β [complete]`
|
|
41
41
|
1. **Verify essence quality**:
|
|
42
42
|
- Does the essence sentence avoid specific technology names? If not β still at solution level, go higher
|
|
43
43
|
- Is the minimal case truly minimal? Can it be reduced further?
|