@neocage/council 1.3.0 → 1.3.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/README.md +20 -11
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,6 +6,11 @@ This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [1.3.1] - 2026-09-09
10
+
11
+ ### Fixed
12
+ - Cover image and other `assets/*` images not rendering on the npm package page — the README bundled in the 1.3.0 tarball still used relative image paths, which the GitHub Packages README renderer doesn't resolve. Re-published so the tarball ships the README with absolute `raw.githubusercontent.com` image URLs (fixed on `main` in the prior commit, but that fix doesn't reach an already-published tarball).
13
+
9
14
  ## [1.3.0] - 2026-09-09
10
15
 
11
16
  ### Added
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Council of Cognitive Excellence
2
2
 
3
3
  <p align="center">
4
- <img src="assets/header.png" alt="Council of Cognitive Excellence" width="800">
4
+ <img src="https://raw.githubusercontent.com/NeoCage/Council-of-Cognitive-Excellence/main/assets/header.png" alt="Council of Cognitive Excellence" width="800">
5
5
  </p>
6
6
 
7
7
  <p align="center">
@@ -11,6 +11,7 @@
11
11
  <p align="center">
12
12
  <a href="https://github.com/NeoCage/Council-of-Cognitive-Excellence/actions/workflows/lint.yml"><img src="https://github.com/NeoCage/Council-of-Cognitive-Excellence/actions/workflows/lint.yml/badge.svg" alt="Lint"></a>
13
13
  <a href="https://github.com/NeoCage/Council-of-Cognitive-Excellence/releases"><img src="https://img.shields.io/github/v/release/NeoCage/Council-of-Cognitive-Excellence" alt="Release"></a>
14
+ <a href="https://www.npmjs.com/package/@neocage/council"><img src="https://img.shields.io/npm/v/%40neocage%2Fcouncil" alt="npm"></a>
14
15
  <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="License"></a>
15
16
  </p>
16
17
 
@@ -39,7 +40,15 @@ Then convene the full council, a faster panel, or a two-member dialectic:
39
40
  /council --duo Should we use microservices or a monolith?
40
41
  ```
41
42
 
42
- For Codex, Gemini CLI, or OpenCode, clone once and use the matching installer flag:
43
+ For Codex, Gemini CLI, or OpenCode, install via npm instead of cloning:
44
+
45
+ ```bash
46
+ npx @neocage/council --codex-only
47
+ npx @neocage/council --gemini-only
48
+ npx @neocage/council --opencode-only
49
+ ```
50
+
51
+ Or clone directly and use the matching installer flag:
43
52
 
44
53
  ```bash
45
54
  git clone https://github.com/NeoCage/Council-of-Cognitive-Excellence.git
@@ -59,7 +68,7 @@ Good council questions have material downside, competing values, incomplete evid
59
68
  an irreversible choice. Write down the decision, constraints, evidence, reversibility, and
60
69
  deadline before adding personas.
61
70
 
62
- ![Decision field notes](assets/decision-field-notes.png)
71
+ ![Decision field notes](https://raw.githubusercontent.com/NeoCage/Council-of-Cognitive-Excellence/main/assets/decision-field-notes.png)
63
72
 
64
73
  The field notes distinguish facts from inference, assumptions, and unknowns. They also make
65
74
  it harder to use a long deliberation as decoration for a decision already made.
@@ -80,7 +89,7 @@ it harder to use a long deliberation as decoration for a decision already made.
80
89
  | Quick | Restate, rapid analysis, final positions | The decision needs breadth but not a full adversarial round |
81
90
  | Duo | Opening positions, direct response, final statements | One polarity defines the decision |
82
91
 
83
- ![Council mode selector](assets/mode-selector.png)
92
+ ![Council mode selector](https://raw.githubusercontent.com/NeoCage/Council-of-Cognitive-Excellence/main/assets/mode-selector.png)
84
93
 
85
94
  ```text
86
95
  /council --full What is the right pricing model?
@@ -108,7 +117,7 @@ blind, cross-examine other positions, declare a final stance, and then enter syn
108
117
  Enforcement checks look for premature agreement, repeated claims, missing dissent, and
109
118
  unsupported confidence.
110
119
 
111
- ![Verdict blueprint](assets/verdict-blueprint.png)
120
+ ![Verdict blueprint](https://raw.githubusercontent.com/NeoCage/Council-of-Cognitive-Excellence/main/assets/verdict-blueprint.png)
112
121
 
113
122
  Verdicts lead with what remains unresolved. A recommendation is paired with acceptable
114
123
  compromises, kill criteria, and one concrete next step. When the weighted tally remains
@@ -128,14 +137,14 @@ owner, review date, and evidence that would change the recommendation. At the ch
128
137
  mark the result confirmed, revised, reversed, or inconclusive instead of rewriting the
129
138
  original rationale.
130
139
 
131
- ![Council outcome ledger](assets/outcome-ledger.png)
140
+ ![Council outcome ledger](https://raw.githubusercontent.com/NeoCage/Council-of-Cognitive-Excellence/main/assets/outcome-ledger.png)
132
141
 
133
142
  ## The 18 lenses
134
143
 
135
144
  Members are analytical instruments, not impersonation claims. Each persona has a grounding
136
145
  protocol, a method, known blind spots, and a structured response contract.
137
146
 
138
- ![Council panel composition](assets/panel-composition.png)
147
+ ![Council panel composition](https://raw.githubusercontent.com/NeoCage/Council-of-Cognitive-Excellence/main/assets/panel-composition.png)
139
148
 
140
149
  | Member | Primary lens | Useful counterweight |
141
150
  |---|---|---|
@@ -168,7 +177,7 @@ The detection script checks which supported providers are available, then the co
168
177
  distributes seats across them. Polarity pairs are separated when possible so a single model
169
178
  family does not play both sides of a disagreement.
170
179
 
171
- ![Council provider routing](assets/provider-routing.png)
180
+ ![Council provider routing](https://raw.githubusercontent.com/NeoCage/Council-of-Cognitive-Excellence/main/assets/provider-routing.png)
172
181
 
173
182
  | Provider path | Detection |
174
183
  |---|---|
@@ -242,14 +251,14 @@ Security reports belong in [SECURITY.md](SECURITY.md), not a public issue.
242
251
  ## Project links
243
252
 
244
253
  - [Release history](CHANGELOG.md)
245
- - [Brand kit](assets/BRAND.md)
254
+ - [Brand kit](https://github.com/NeoCage/Council-of-Cognitive-Excellence/blob/main/assets/BRAND.md)
246
255
  - [Issues](https://github.com/NeoCage/Council-of-Cognitive-Excellence/issues)
247
256
  - [Maintainer: NeoCage](https://github.com/NeoCage)
248
257
 
249
258
  <p align="center">
250
259
  <picture>
251
- <source media="(prefers-color-scheme: dark)" srcset="assets/star-history-dark.svg">
252
- <img src="assets/star-history-light.svg" alt="Council of Cognitive Excellence star history" width="600">
260
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/NeoCage/Council-of-Cognitive-Excellence/main/assets/star-history-dark.svg">
261
+ <img src="https://raw.githubusercontent.com/NeoCage/Council-of-Cognitive-Excellence/main/assets/star-history-light.svg" alt="Council of Cognitive Excellence star history" width="600">
253
262
  </picture>
254
263
  </p>
255
264
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neocage/council",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "18 AI personas deliberate your hardest decisions — structured multi-round deliberation with model diversity across providers.",
5
5
  "keywords": [
6
6
  "deliberation",