summaryrefslogtreecommitdiff
path: root/Omni
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2025-11-20 18:48:32 -0500
committerBen Sima <ben@bsima.me>2025-11-20 18:48:32 -0500
commit6d5b45eaf0ec9dc9c6f99b7236ea6f2cf8bbc68a (patch)
tree8486640949e6985008dc726ec8b3041efc36d1dc /Omni
parent6213ddebe53f167bd5c60d91049019c08b584677 (diff)
doc: update agent design to require timestamps in logs
Diffstat (limited to 'Omni')
-rw-r--r--Omni/Agent/DESIGN.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Omni/Agent/DESIGN.md b/Omni/Agent/DESIGN.md
index 5ffe479..c3fa792 100644
--- a/Omni/Agent/DESIGN.md
+++ b/Omni/Agent/DESIGN.md
@@ -72,6 +72,7 @@ The Haskell implementation should replicate the logic of `start-worker.sh` but w
### 4.3 Logging
- Continue writing raw Amp logs to `_/llm/amp.log` in the worker directory.
- `agent log` reads this file and applies the filtering logic (currently in `monitor-worker.sh` jq script) using Haskell (Aeson).
+- **Requirement:** Output must include timestamps for every event. Extract the `timestamp` field from the JSON log and format it (e.g., `[HH:MM:ss] 🤖 THOUGHT: ...`).
### 4.4 Harvesting
- Iterate over `.tasks/workers/` or `git worktree list`.