Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Wave Toolkit provides coherence detection tools and AI collaboration patterns fo
- **[Wave Office](docs/WAVE-OFFICE.md)** — Dual agent collaboration (Claude + Ollama)
- **[Ecosystem Migration Guide](docs/ECOSYSTEM-MIGRATION-GUIDE.md)** — Agent-facing guide for repo transitions

### 📓 Interactive Tools

- **[Project Book](project-book.ipynb)** — Interactive Jupyter notebook for framework tooling and ecosystem integration

---

## 🌀 The SpiralSafe Ecosystem
Expand All @@ -54,6 +58,7 @@ Wave Toolkit is part of a unified framework for human-AI collaboration:
| **Setup Script** | `Setup-Wave.ps1` | One-time bootstrap |
| **Consolidation** | `Consolidate-Scripts.ps1` | Migrates loose scripts to organized structure |
| **Logging Module** | `tools/Wave.Logging.psm1` | Centralized logging across the ecosystem |
| **Project Book** | `project-book.ipynb` | Interactive Jupyter notebook for framework tooling |

---

Expand All @@ -65,6 +70,7 @@ wave-toolkit/
├── 📄 wave.md # The complete guide
├── 📄 communication-patterns.md # Collaboration patterns
├── 📄 AI_AGENTS.md # Agent coordination rules
├── 📓 project-book.ipynb # Interactive Jupyter notebook
├── 📂 docs/ # Documentation
│ ├── TAILS-USB.md # Privacy-first AI concept
Expand Down
Loading