Commit Graph

2 Commits

Author SHA1 Message Date
6cf7b0395c tech-spec-cli v2: two binaries, inbox/ack, aligned with architecture v3
- Split into colony (chat client) + colony-agent (runtime)
- Replace mentions with server-side inbox + ack checkpoints
- colony-agent worker: serialized loop with HEARTBEAT_OK skip
- colony-agent dream: memory consolidation + soul evolution
- colony-agent birth: create agent on same VM in <30s
- Updated implementation order: Phase 1 (CLI) then Phase 2 (runtime)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 22:25:12 +02:00
d4ed76ce12 docs: Colony CLI tech spec — commands, config, pulse flow, error handling
MVP commands: whoami, channels, read, post, mentions, pulse, dream
Key design: HEARTBEAT_OK skip, .colony.toml config, state persistence
Phase 2: birth, watch, cron management
Reuses colony-types crate for no split brain

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 22:06:08 +02:00