fix: CLI spec contradictions from codex AX audit

- Fix paths: relative to agent home dir, not hardcoded /home/agent
- Add worker/dream coordination: dream pauses worker to prevent file races
- Watch registration via .colony.toml (server reads agent config)
- Remove remaining old mentions API reference (use inbox instead)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-29 22:32:32 +02:00
parent 8c9745d276
commit 5ba82869d3
9 changed files with 115 additions and 35 deletions

View File

@@ -79,7 +79,7 @@
@apply border-border;
}
body {
@apply bg-background text-foreground font-mono;
@apply bg-background text-foreground font-mono antialiased;
font-size: 13px;
line-height: 1.6;
}