chore(hq): daily sync 2026-02-24
This commit is contained in:
86
hq/README.md
86
hq/README.md
@@ -1,45 +1,63 @@
|
||||
# Atomizer Engineering Co.
|
||||
# Atomizer-HQ 🎯
|
||||
|
||||
AI-powered FEA optimization company running on Clawdbot multi-agent.
|
||||
> The AI operations team that builds, tests, improves, and operates [Atomizer](http://192.168.86.50:3000/Antoine/Atomizer-V2).
|
||||
|
||||
## Quick Start
|
||||
## What is HQ?
|
||||
|
||||
1. Install Docker: `sudo apt install docker.io docker-compose-v2 -y`
|
||||
2. Copy `.env.template` → `.env` and fill in tokens
|
||||
3. Build image: `docker build -t clawdbot:local .` (from Clawdbot repo)
|
||||
4. Start: `docker compose up -d`
|
||||
5. Check logs: `docker compose logs -f atomizer-gateway`
|
||||
**Atomizer** = the product (optimization framework, code, AOM docs)
|
||||
**Atomizer-HQ** = the AI team that operates it (agent workspaces, memory, skills, orchestration)
|
||||
|
||||
Think of it as: Atomizer is the race car, HQ is the pit crew.
|
||||
|
||||
## Structure
|
||||
|
||||
```
|
||||
atomizer/
|
||||
├── docker-compose.yml # Docker Compose config
|
||||
├── .env.template # Environment template (copy to .env)
|
||||
├── config/
|
||||
│ └── clawdbot.json # Gateway config (multi-agent)
|
||||
├── workspaces/
|
||||
│ ├── manager/ # 🎯 Manager agent workspace
|
||||
│ ├── secretary/ # 📋 Secretary agent workspace
|
||||
│ └── technical-lead/ # 🔧 Technical Lead agent workspace
|
||||
├── skills/
|
||||
│ ├── atomizer-company/ # Company identity skill
|
||||
│ └── atomizer-protocols/ # Engineering protocols skill
|
||||
├── job-queue/
|
||||
│ ├── inbox/ # Results from Windows → agents
|
||||
│ ├── outbox/ # Job files from agents → Windows
|
||||
│ └── archive/ # Processed jobs
|
||||
└── shared/ # Shared resources (read-only)
|
||||
atomizer-hq/
|
||||
├── workspaces/ # Agent workspaces (SOUL.md, IDENTITY.md, MEMORY.md, etc.)
|
||||
│ ├── manager/ # 🎯 Engineering Manager / Orchestrator
|
||||
│ ├── secretary/ # 📋 CEO Interface, Admin
|
||||
│ ├── technical-lead/ # 🔧 FEA Expert, R&D Lead
|
||||
│ ├── optimizer/ # ⚡ Algorithm Specialist
|
||||
│ ├── study-builder/ # 🏗️ Study Code Engineer
|
||||
│ ├── auditor/ # 🔍 Quality Gatekeeper
|
||||
│ ├── webster/ # 🌐 Web Research
|
||||
│ └── nx-expert/ # 🖥️ NX/Simcenter Specialist
|
||||
├── skills/ # HQ-specific agent skills
|
||||
│ ├── atomizer-company/ # Company identity
|
||||
│ └── atomizer-protocols/ # Engineering protocols
|
||||
├── shared/ # Shared resources (tools, skills, windows helpers)
|
||||
├── hq/ # HQ operational data (taskboard, condensations)
|
||||
├── mission-control/ # Mission dashboard (web UI)
|
||||
├── scripts/ # Automation scripts
|
||||
├── tools/ # MCP servers, utilities
|
||||
├── config/ # Gateway config (secrets excluded)
|
||||
├── CHANNELS.md # Slack channel mapping
|
||||
└── docker-compose.yml # Legacy Docker config
|
||||
```
|
||||
|
||||
## Agents (Phase 0)
|
||||
## Agents
|
||||
|
||||
| Agent | Emoji | Channel | Model |
|
||||
|-------|-------|---------|-------|
|
||||
| Manager | 🎯 | #hq | Opus 4.6 |
|
||||
| Secretary | 📋 | #secretary | Opus 4.6 |
|
||||
| Technical Lead | 🔧 | (delegated) | Opus 4.6 |
|
||||
| Agent | Emoji | Model | Status |
|
||||
|-------|-------|-------|--------|
|
||||
| Manager | 🎯 | Opus 4.6 | Active |
|
||||
| Secretary | 📋 | Opus 4.6 | Active |
|
||||
| Technical Lead | 🔧 | Opus 4.6 | Active |
|
||||
| Optimizer | ⚡ | Opus 4.6 | Active |
|
||||
| Study Builder | 🏗️ | Opus 4.6 | Active |
|
||||
| Auditor | 🔍 | Opus 4.6 | Active |
|
||||
| Webster | 🌐 | Opus 4.6 | Active |
|
||||
| NX Expert | 🖥️ | Opus 4.6 | Phase 2 |
|
||||
|
||||
## Ports
|
||||
- Mario (existing): 18789 (systemd)
|
||||
- Atomizer (new): 18790 → 18789 (Docker)
|
||||
## Key Decisions
|
||||
|
||||
- **DEC-037**: Atomizer and HQ are separate entities (2026-02-23)
|
||||
- HQ repo: `192.168.86.50:3000/Antoine/Atomizer-HQ`
|
||||
- Atomizer V2 repo: `192.168.86.50:3000/Antoine/Atomizer-V2`
|
||||
- HQ follows AOM as its operating manual, but HQ configs live here
|
||||
|
||||
## Infrastructure
|
||||
|
||||
- **Host:** T420 (clawdbot)
|
||||
- **Platform:** OpenClaw multi-agent gateway
|
||||
- **Channels:** Dedicated Slack workspace
|
||||
- **CEO:** Antoine Letarte
|
||||
|
||||
Reference in New Issue
Block a user