@statechange/council 0.9.0 → 0.9.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.
- package/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Build a council of AI personas and have them debate any topic. Each councilor ha
|
|
|
7
7
|
The fastest path is to add the skills to [Claude Code](https://claude.com/claude-code). They handle installation, configuration, councilor creation, and running discussions for you.
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npx skills add
|
|
10
|
+
npx skills add statechange/ai-council
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
This gives you two skills:
|
|
@@ -92,7 +92,7 @@ The Electron app gives you a visual interface with real-time streaming, point-an
|
|
|
92
92
|
|
|
93
93
|
```bash
|
|
94
94
|
# From the cloned repo
|
|
95
|
-
git clone https://github.com/
|
|
95
|
+
git clone https://github.com/statechange/ai-council.git
|
|
96
96
|
cd ai-council
|
|
97
97
|
bun install
|
|
98
98
|
bun run dev:gui
|
|
@@ -223,7 +223,7 @@ Errors are logged to `~/.ai-council/council.log` with timestamps, context tags,
|
|
|
223
223
|
## Development
|
|
224
224
|
|
|
225
225
|
```bash
|
|
226
|
-
git clone https://github.com/
|
|
226
|
+
git clone https://github.com/statechange/ai-council.git
|
|
227
227
|
cd ai-council
|
|
228
228
|
bun install
|
|
229
229
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@statechange/council",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "CLI + GUI for orchestrating round-robin AI councilor discussions with structured debate and freeform modes",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
],
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "https://github.com/
|
|
25
|
+
"url": "https://github.com/statechange/ai-council.git"
|
|
26
26
|
},
|
|
27
27
|
"keywords": [
|
|
28
28
|
"ai",
|