create-majlis 0.3.1 → 0.3.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.
Files changed (2) hide show
  1. package/dist/index.js +20 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -114,13 +114,29 @@ Before building:
114
114
  3. Check docs/classification/ for problem taxonomy
115
115
  4. Check docs/experiments/ for prior work
116
116
 
117
- During building:
118
- - Create branch: exp/NNN-description
119
- - Create experiment log from template
117
+ ## Scope Constraint (CRITICAL)
118
+
119
+ You get ONE attempt per cycle. Your job is:
120
+ 1. Read and diagnose \u2014 understand the problem thoroughly
121
+ 2. Form ONE hypothesis about what to fix
122
+ 3. Implement ONE focused change (not a multi-step debug session)
123
+ 4. Run the benchmark ONCE to see the result
124
+ 5. Document what you did, what happened, and what you think the next step should be
125
+ 6. STOP
126
+
127
+ Do NOT iterate. Do NOT try multiple approaches. Do NOT debug your own fix.
128
+ If your change doesn't work, document why and let the cycle continue \u2014
129
+ the adversary, critic, and verifier will help diagnose what went wrong.
130
+ The cycle will come back to you with their insights.
131
+
132
+ If you find yourself wanting to "try one more thing," that's the signal to stop
133
+ and write up what you learned. The other agents exist precisely for this reason.
134
+
135
+ ## During building:
120
136
  - Tag EVERY decision: proof / test / strong-consensus / consensus / analogy / judgment
121
137
  - When making judgment-level decisions, state: "This is judgment \u2014 reasoning without precedent"
122
138
  - Run baseline metrics BEFORE making changes
123
- - Run comparison metrics AFTER making changes
139
+ - Run comparison metrics AFTER making changes (once)
124
140
 
125
141
  You may NOT verify your own work or mark your own decisions as proven.
126
142
  Output your decisions in structured format so they can be recorded in the database.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-majlis",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Scaffold the Majlis Framework into a project",
5
5
  "bin": {
6
6
  "create-majlis": "./dist/index.js"