Currently agentd has two different log locations:
1. /var/log/agentd/events/*.jsonl - container runs write here
2. /var/log/agentd/logs/agentd/<run-id>/output.log - local runs write here
This causes bugs:
agentd watch looks in events/ but local runs are in logs/agentd status same issueagentd top was fixed (t-453) but as a bandaidSolution: Consolidate to ONE location. Suggest:
logs/agentd/<run-id>/output.log events/ directory usage
Successfully updated Events and Watch modules. Core log unification complete - all runs now write to logs/agentd/{run-id}/output.log. Still need to fix Agentd.hs compilation errors.