| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-24 | Remove harvest command and documentation | Ben Sima | |
| The 'harvest' functionality was tied to git-synced JSONL task files, which have been replaced by a local SQLite database. This commit removes the command from the CLI and updates documentation to reflect the new workflow. Amp-Thread-ID: https://ampcode.com/threads/T-ac41b9b6-d117-46de-9e4f-842887a22f1d Co-authored-by: Amp <amp@ampcode.com> | |||
| 2025-11-22 | feat: implement t-rWcqsDZFM.3 | Ben Sima | |
| Consolidated `monitor.sh` and `monitor-worker.sh` into a single `monitor.sh` script. 1. Updated `Omni/Agent/monitor.sh`: - Default behavior now uses `jq` to filter logs (formerly `monitor-worker.sh` behavior). - Added `--raw` flag to support raw log tailing (original `monitor.sh` behavior). - Accepts worker name as an argument (e.g., `./monitor.sh --raw omni-worker-2`). 2. Deleted `Omni/Agent/monitor-worker.sh`. 3. Updated `Omni/Agent/DESIGN.md` to reference the consolidated script. 4. Verified syntax of the new script. 5. Ran tests for `Omni/Agent.hs` (passed). The new usage for `monitor.sh` is: ```bash ./Omni/Agent/monitor.sh [worker-name] # Formatted output (default) ./Omni/Agent/monitor.sh --raw [worker-name] # Raw output ``` | |||
| 2025-11-21 | fix(doc): use live instead of origin/live for base branch | Omni Worker | |
| 2025-11-21 | doc: update agent design with new workflow requirements | Omni Worker | |
| 2025-11-20 | docs(agent): add rigorous git/state learnings to design | Ben Sima | |
| 2025-11-20 | docs(agent): update logging design with 2-line status UI | Ben Sima | |
| 2025-11-20 | docs: update Agent design with git robustness learnings | Ben Sima | |
| 2025-11-20 | doc: update agent design to require timestamps in logs | Ben Sima | |
| 2025-11-20 | doc: add design document for Multi-Agent System 2.0 | Ben Sima | |
