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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # create-majlis
2
2
 
3
- Scaffold the [Majlis Framework](../../README.md) into a project.
3
+ Scaffold the [Majlis Framework](https://github.com/raihaan123/majlis#readme) into a project.
4
4
 
5
5
  ## Usage
6
6
 
package/dist/index.js CHANGED
@@ -92,9 +92,9 @@ function configTemplate(answers) {
92
92
  },
93
93
  models: {
94
94
  builder: "opus",
95
- critic: "sonnet",
96
- adversary: "sonnet",
97
- verifier: "sonnet",
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: sonnet
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: sonnet
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: sonnet
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: sonnet
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-majlis",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Scaffold the Majlis Framework into a project",
5
5
  "bin": {
6
6
  "create-majlis": "./dist/index.js"