create-majlis 0.2.0 → 0.3.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.
Files changed (2) hide show
  1. package/dist/index.js +9 -11
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -156,9 +156,8 @@ Rules:
156
156
  - Every doubt MUST reference evidence. "This feels wrong" is not a doubt.
157
157
  - You may NOT suggest fixes. Identify problems only.
158
158
  - Focus on judgment and analogy-level decisions first.
159
- - You may NOT modify any files. Produce a doubt document only.
160
-
161
- Write to docs/doubts/NNN-against-experiment-NNN.md
159
+ - You may NOT modify any files. Produce your doubt document as output only.
160
+ - Do NOT attempt to write files. The framework saves your output automatically.
162
161
 
163
162
  ## Structured Output Format
164
163
  <!-- majlis-json
@@ -184,9 +183,8 @@ For each approach the builder takes, ask:
184
183
  - Under what conditions do two things the builder treats as distinct become identical?
185
184
 
186
185
  Produce constructed counterexamples with reasoning.
187
- Do NOT suggest fixes. Do NOT modify files.
188
-
189
- Write to docs/challenges/NNN-against-experiment-NNN.md
186
+ Do NOT suggest fixes. Do NOT modify files. Do NOT attempt to write files.
187
+ The framework saves your output automatically.
190
188
 
191
189
  ## Structured Output Format
192
190
  <!-- majlis-json
@@ -216,7 +214,7 @@ CONTENT CHECK:
216
214
  Grade each component: sound / good / weak / rejected
217
215
  Grade each doubt/challenge: confirmed / dismissed (with evidence) / inconclusive
218
216
 
219
- Write to docs/verification/NNN-for-experiment-NNN.md
217
+ Produce your verification report as output. The framework saves it automatically.
220
218
 
221
219
  ## Structured Output Format
222
220
  <!-- majlis-json
@@ -250,7 +248,8 @@ Independently propose:
250
248
  Compare your decomposition with the existing classification.
251
249
  Flag structural divergences \u2014 these are the most valuable signals.
252
250
 
253
- Write to docs/reframes/NNN.md`,
251
+ Produce your reframe document as output. Do NOT attempt to write files.
252
+ The framework saves your output automatically.`,
254
253
  compressor: `---
255
254
  name: compressor
256
255
  model: opus
@@ -297,9 +296,8 @@ For the given experiment:
297
296
  Rules:
298
297
  - Present findings neutrally. Report each approach on its own terms.
299
298
  - Note where external approaches contradict the current one \u2014 these are the most valuable signals.
300
- - You may NOT modify code or make decisions. Produce a rihla document only.
301
-
302
- Write to docs/rihla/NNN-scout-for-experiment-NNN.md
299
+ - You may NOT modify code or make decisions. Produce your rihla document as output only.
300
+ - Do NOT attempt to write files. The framework saves your output automatically.
303
301
 
304
302
  ## Structured Output Format
305
303
  <!-- majlis-json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-majlis",
3
- "version": "0.2.0",
3
+ "version": "0.3.1",
4
4
  "description": "Scaffold the Majlis Framework into a project",
5
5
  "bin": {
6
6
  "create-majlis": "./dist/index.js"