summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-11-20chore: fix gitlint regex-style-search warningBen Sima
2025-11-20docs(agent): update logging design with 2-line status UIBen Sima
2025-11-20docs: update Agent design with git robustness learningsBen Sima
2025-11-20feat(task): remove horizontal bars from outputBen Sima
2025-11-20task: harvest updates from workersBen Sima
2025-11-20fix(worker): force checkout to overwrite untracked filesBen Sima
2025-11-20fix: rebase on local live branchBen Sima
- Removed fetch origin - Rebasing directly on local live branch for shared-repo setup
2025-11-20fix: update worker script to use rebaseBen Sima
- Ensures linear history on worker branch
2025-11-20doc: switch worker to rebase workflowBen Sima
- Use 'git rebase' instead of 'git merge' to maintain linear history - Aligns with git-branchless patch-based philosophy
2025-11-20task: bump t-PpYZt2 timestamp to fix worker syncBen Sima
Amp-Thread-ID: https://ampcode.com/threads/T-4aeb1055-1271-41f4-ad2b-39d49b75c355 Co-authored-by: Amp <amp@ampcode.com>
2025-11-20task: t-PpYZt2 and t-1ndDhLo done (merged combined branch)Ben Sima
Amp-Thread-ID: https://ampcode.com/threads/T-4aeb1055-1271-41f4-ad2b-39d49b75c355 Co-authored-by: Amp <amp@ampcode.com>
2025-11-20Merge branch 'task/t-PpYZt2' into liveBen Sima
2025-11-20task: harvest updates from workersBen Sima
2025-11-20task: sync databaseBen Sima
2025-11-20feat: implement t-PpYZt2Ben Sima
2025-11-20task: harvest updates from workersBen Sima
2025-11-20feat: implement t-PpYZt2Ben Sima
2025-11-20task: harvest updates from workersBen Sima
2025-11-20doc: add design docs for open epicsBen Sima
- Omni/Task/DESIGN.md: Task manager improvements - Biz/PodcastItLater/DESIGN.md: Architecture and features - Biz/PodcastItLater/TESTING.md: Test strategy - Network/Wai/Middleware/Braid/DESIGN.md: Keep-alive design
2025-11-20feat: implement t-PpYZt2Ben Sima
2025-11-20chore: organize tasks into epics and fix namespacesBen Sima
- Converted parent tasks to Epics: - Task Manager Improvements - PodcastItLater: Path to Paid Product - Complete comprehensive test suite - General Code Quality Refactor - Created new Epic 'PodcastItLater: UX Polish' - Reparented orphan tasks to appropriate epics - Fixed namespaces ending in .hs.hs
2025-11-20doc: update agent design to require timestamps in logsBen Sima
2025-11-20feat: implement t-PpYZt2Ben Sima
2025-11-20doc: add design document for Multi-Agent System 2.0Ben Sima
2025-11-20feat: implement t-PpYZt2Ben Sima
2025-11-20chore: create epic for Multi-Agent System 2.0 (Haskell port)Ben Sima
2025-11-20feat: implement t-PpYZt2Ben Sima
2025-11-20fix: remove null noise from worker monitorBen Sima
- Use 'empty' in jq to properly filter ignored log lines
2025-11-20task: harvest updates from workersBen Sima
2025-11-20feat: implement t-PpYZt2Ben Sima
2025-11-20task: sync databaseBen Sima
2025-11-20fix: enable debug logs for worker agentBen Sima
- Allows monitoring tool execution details in amp.log
2025-11-20task: sync databaseBen Sima
2025-11-20Merge branch 'live' into omni-worker-1Ben Sima
2025-11-20feat: automate worker workflow in bashBen Sima
- Replaced agent-driven workflow with robust bash script - Script handles task claiming, branching, syncing, and submission - Agent is now only responsible for implementation and testing - Eliminates context loss and process adherence issues
2025-11-20task: t-1ne80pJ doneBen Sima
Amp-Thread-ID: https://ampcode.com/threads/T-4aeb1055-1271-41f4-ad2b-39d49b75c355 Co-authored-by: Amp <amp@ampcode.com>
2025-11-20Merge branch 'task/t-1ne80pJ' into liveBen Sima
2025-11-20fix: merge local live branch in worker guideBen Sima
- We share the .git directory, so we can merge 'live' directly - Avoids dependency on 'origin' which might be stale or unused
2025-11-20fix: prevent data loss in worker loopBen Sima
- Changed 'git reset --hard' to 'git merge' in worker guide - This prevents the worker from wiping its own status updates (commits to base branch) when starting a new task loop
2025-11-20task: manually harvest t-1ne80pJ statusBen Sima
2025-11-20task: claim t-1ndDhLoBen Sima
2025-11-20task: claim t-1rb7XhgBen Sima
2025-11-20chore: add tasks for Task Manager improvements and Audio polishBen Sima
2025-11-20feat: implement t-1ne80pJBen Sima
Amp-Thread-ID: https://ampcode.com/threads/T-0ad36363-7155-4f3f-be83-030581148792 Co-authored-by: Amp <amp@ampcode.com>
2025-11-20fix: handle existing task branches in worker guideBen Sima
- Workers should reuse existing branches if they crashed/restarted - Changed 'git checkout -b' to 'git checkout || git checkout -b'
2025-11-20fix: instruct worker to reset to latest live codeBen Sima
- Workers need to pull the latest merged code before starting a new task - Added 'git reset --hard origin/live' to Step 1 of the loop
2025-11-20task: t-1gcR9RV doneBen Sima
Amp-Thread-ID: https://ampcode.com/threads/T-4aeb1055-1271-41f4-ad2b-39d49b75c355 Co-authored-by: Amp <amp@ampcode.com>
2025-11-20Merge branch 'task/t-1gcR9RV' into liveBen Sima
2025-11-20task: harvest updates from workersBen Sima
2025-11-20Move agent log file to cabdirBen Sima