Skip to content

Commit 2703822

Browse files
susiejojoclaude
andauthored
docs: add wiki quickstart section to README (#278)
Adds a "Extract campaign knowledge" step to the quickstart that shows the post-campaign wiki workflow and links to docs/nous-wiki.md for detailed documentation. Closes #277 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f0439f5 commit 2703822

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,28 @@ nous replay campaign.yaml --iter 1 # re-run iteration 1 commands in fresh workt
217217
nous validate design --dir .nous/run/runs/iter-1/ # validate artifacts (agent-facing)
218218
```
219219

220+
### 7. Extract campaign knowledge
221+
222+
After a campaign completes, extract its knowledge into the wiki for cross-campaign reuse:
223+
224+
```bash
225+
# Extract knowledge, index into registry, generate interactive visualization
226+
/post-campaign path/to/.nous/my-campaign
227+
228+
# Re-render a campaign's interactive HTML visualization
229+
/visualize-campaign path/to/.nous/my-campaign
230+
231+
# Render the cross-campaign knowledge graph
232+
/visualize-registry
233+
234+
# Get recommendations for your next campaign based on prior findings
235+
/suggest-next /path/to/repo "your research question"
236+
```
237+
238+
The wiki skills turn raw `ledger.json` and `principles.json` into structured knowledge (dead-ends, frontiers, untested interactions) and interactive HTML visualizations. Knowledge compounds across campaigns — `/suggest-next` uses findings from all indexed campaigns to recommend high-value next experiments.
239+
240+
See [docs/nous-wiki.md](docs/nous-wiki.md) for detailed usage, the full data model, and script documentation.
241+
220242
### Run tests
221243

222244
```bash

0 commit comments

Comments
 (0)