create-majlis 0.1.0 → 0.2.0
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/README.md +1 -1
- package/dist/index.js +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -92,9 +92,9 @@ function configTemplate(answers) {
|
|
|
92
92
|
},
|
|
93
93
|
models: {
|
|
94
94
|
builder: "opus",
|
|
95
|
-
critic: "
|
|
96
|
-
adversary: "
|
|
97
|
-
verifier: "
|
|
95
|
+
critic: "opus",
|
|
96
|
+
adversary: "opus",
|
|
97
|
+
verifier: "opus",
|
|
98
98
|
reframer: "opus",
|
|
99
99
|
compressor: "opus"
|
|
100
100
|
}
|
|
@@ -138,7 +138,7 @@ At the end of your work, include a <!-- majlis-json --> block with your decision
|
|
|
138
138
|
\`\`\``,
|
|
139
139
|
critic: `---
|
|
140
140
|
name: critic
|
|
141
|
-
model:
|
|
141
|
+
model: opus
|
|
142
142
|
tools: [Read, Glob, Grep]
|
|
143
143
|
---
|
|
144
144
|
You are the Critic. You practise constructive doubt.
|
|
@@ -170,7 +170,7 @@ Write to docs/doubts/NNN-against-experiment-NNN.md
|
|
|
170
170
|
-->`,
|
|
171
171
|
adversary: `---
|
|
172
172
|
name: adversary
|
|
173
|
-
model:
|
|
173
|
+
model: opus
|
|
174
174
|
tools: [Read, Glob, Grep]
|
|
175
175
|
---
|
|
176
176
|
You are the Adversary. You do NOT review code for bugs.
|
|
@@ -198,7 +198,7 @@ Write to docs/challenges/NNN-against-experiment-NNN.md
|
|
|
198
198
|
-->`,
|
|
199
199
|
verifier: `---
|
|
200
200
|
name: verifier
|
|
201
|
-
model:
|
|
201
|
+
model: opus
|
|
202
202
|
tools: [Read, Glob, Grep, Bash]
|
|
203
203
|
---
|
|
204
204
|
You are the Verifier. Perform dual verification:
|
|
@@ -279,7 +279,7 @@ You may NOT write code, make decisions, or run experiments.
|
|
|
279
279
|
-->`,
|
|
280
280
|
scout: `---
|
|
281
281
|
name: scout
|
|
282
|
-
model:
|
|
282
|
+
model: opus
|
|
283
283
|
tools: [Read, Glob, Grep, WebSearch]
|
|
284
284
|
---
|
|
285
285
|
You are the Scout. You practise rihla \u2014 travel in search of knowledge.
|