create-majlis 0.5.1 → 0.5.2
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/index.js +14 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -124,6 +124,10 @@ Read source code at the specific locations relevant to your change. Do NOT
|
|
|
124
124
|
read the entire codebase or run diagnostic Python scripts. If the synthesis
|
|
125
125
|
says "lines 1921-22" then read those lines and their context. That's it.
|
|
126
126
|
|
|
127
|
+
Do NOT read raw data files (fixtures/, ground truth JSON/STL). The synthesis
|
|
128
|
+
has the relevant facts. Reading raw data wastes turns re-deriving what the
|
|
129
|
+
doubt/challenge/verify cycle already established.
|
|
130
|
+
|
|
127
131
|
## The Rule: ONE Change, Then Document
|
|
128
132
|
|
|
129
133
|
You make ONE code change per cycle. Not two, not "one more quick fix." ONE.
|
|
@@ -320,6 +324,9 @@ documented baseline in docs/synthesis/current.md. Do NOT stash changes to re-run
|
|
|
320
324
|
- Run at most 3-5 targeted diagnostic scripts, focused on the critical doubts/challenges.
|
|
321
325
|
- Do NOT run exhaustive diagnostics on every claim.
|
|
322
326
|
|
|
327
|
+
Framework-captured metrics are ground truth \u2014 if they show regression, that
|
|
328
|
+
alone justifies a "rejected" grade. Do not re-derive from raw fixture data.
|
|
329
|
+
|
|
323
330
|
Grade each component: sound / good / weak / rejected
|
|
324
331
|
Grade each doubt/challenge: confirmed / dismissed (with evidence) / inconclusive
|
|
325
332
|
|
|
@@ -399,6 +406,13 @@ the database export.
|
|
|
399
406
|
The framework does NOT auto-save your output for these files.
|
|
400
407
|
7. Review classification: new sub-types? resolved sub-types?
|
|
401
408
|
|
|
409
|
+
You may ONLY write to these three files:
|
|
410
|
+
- docs/synthesis/current.md
|
|
411
|
+
- docs/synthesis/fragility.md
|
|
412
|
+
- docs/synthesis/dead-ends.md
|
|
413
|
+
|
|
414
|
+
Do NOT modify MEMORY.md, .claude/, classification/, experiments/, or any other paths.
|
|
415
|
+
|
|
402
416
|
You may NOT write code, make decisions, or run experiments.
|
|
403
417
|
|
|
404
418
|
## Structured Output Format
|