Remove the outdated --workspace abstraction from agentd CLI and improve the list-runs, logs, and status commands to use the new /var/log/agentd/<run-id>/ structure.
agentd list-runs (no args required)/var/log/agentd/ for all run directoriesagentd logs <run-id>Hybrid approach:
podman logs/var/log/agentd/<run-id>/events.jsonl and pretty-print events (EventThinking, EventToolCall, etc)agentd status <run-id> (remove --workspace arg)/var/log/agentd/<run-id>/events.jsonl--workspace flag from all commandsBuild fails due to nix build system not finding fsnotify even though it's in Haskell.nix. This is a deeper build infrastructure issue unrelated to the code changes. The code refactor is complete, but we can't build/test until build system is fixed. Committing work-in-progress.
Discovered multiple missing global Haskell deps (yaml, fsnotify). Need to add to Omni/Bild/Deps/Haskell.nix and rebuild from live worktree. This is a build system issue, not directly related to agentd CLI changes.