docs: add HQ multi-agent framework documentation from PKM
- Project plan, agent roster, architecture, roadmap - Decision log, full system plan, Discord setup/migration guides - System implementation status (as-built) - Cluster pivot history - Orchestration engine plan (Phases 1-4) - Webster and Auditor reviews
This commit is contained in:
44
docs/hq/06-DISCORD-SETUP-GUIDE.md
Normal file
44
docs/hq/06-DISCORD-SETUP-GUIDE.md
Normal file
@@ -0,0 +1,44 @@
|
||||
# Atomizer-HQ Discord — Setup Guide
|
||||
|
||||
> **Status:** COMPLETE ✅ (2026-02-14)
|
||||
|
||||
## Bot Applications — All Created ✅
|
||||
|
||||
| Bot Name | Status |
|
||||
|----------|--------|
|
||||
| Atomizer Manager | ✅ Running |
|
||||
| Atomizer Tech Lead | ✅ Running |
|
||||
| Atomizer Secretary | ✅ Running |
|
||||
| Atomizer Auditor | ✅ Running |
|
||||
| Atomizer Optimizer | ✅ Running |
|
||||
| Atomizer Study Builder | ✅ Running |
|
||||
| Atomizer NX Expert | ✅ Running |
|
||||
| Atomizer Webster | ✅ Running |
|
||||
|
||||
> **Tokens stored at:** `~/atomizer/config/.discord-tokens.env`
|
||||
> ⚠️ Never commit tokens to Obsidian or any synced folder.
|
||||
|
||||
## Server IDs
|
||||
|
||||
- **Guild ID:** 1471858733452890132
|
||||
- **Antoine's User ID:** 719982779793932419
|
||||
|
||||
## How It's Deployed
|
||||
|
||||
Each bot runs as its own OpenClaw instance via systemd. See [[P-Atomizer-Overhaul-Framework-Agentic/08-SYSTEM-IMPLEMENTATION-STATUS|08 — System Implementation Status]] for full technical details.
|
||||
|
||||
**Quick commands:**
|
||||
```bash
|
||||
# Check all agents
|
||||
bash ~/atomizer/cluster.sh status
|
||||
|
||||
# Restart all
|
||||
bash ~/atomizer/cluster.sh restart
|
||||
|
||||
# View logs for one agent
|
||||
bash ~/atomizer/cluster.sh logs manager
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
*Created: 2026-02-13 | Completed: 2026-02-14*
|
||||
Reference in New Issue
Block a user