v1.0.1
Architecture Refactor + cargo fmt
main.rs4985 → 26 lines — all 44 command handlers extracted intosrc/cmd/module tree (9 submodules grouped by resource pattern). CLI data definitions moved tosrc/cli.rs. Two-tier context pattern (BaseCtx/FullCtx) cleanly separates identity-free and identity-required commands. Zero behavior change.- Field IPC — long-running processes (MCP, HTTP, run) now serve the live pheromone field over a Unix socket (
field.sock). Prehook queries the hot field via socket (~1ms) instead of loading stale JSON from disk. - cargo fmt — applied
rustfmtacross entire codebase.
Full changelog: CHANGELOG.md