| Age | Commit message (Collapse) | Author |
|
Amp-Thread-ID:
https://ampcode.com/threads/T-4aeb1055-1271-41f4-ad2b-39d49b75c355
Co-authored-by: Amp <amp@ampcode.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Use 'empty' in jq to properly filter ignored log lines
|
|
|
|
|
|
|
|
- Allows monitoring tool execution details in amp.log
|
|
|
|
|
|
- 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
|
|
Amp-Thread-ID:
https://ampcode.com/threads/T-4aeb1055-1271-41f4-ad2b-39d49b75c355
Co-authored-by: Amp <amp@ampcode.com>
|
|
|
|
- We share the .git directory, so we can merge 'live' directly -
Avoids dependency on 'origin' which might be stale or unused
|
|
- 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
|
|
|
|
|
|
|
|
|
|
Amp-Thread-ID: https://ampcode.com/threads/T-0ad36363-7155-4f3f-be83-030581148792
Co-authored-by: Amp <amp@ampcode.com>
|
|
- Workers should reuse existing branches if they crashed/restarted -
Changed 'git checkout -b' to 'git checkout || git checkout -b'
|
|
- 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
|
|
Amp-Thread-ID:
https://ampcode.com/threads/T-4aeb1055-1271-41f4-ad2b-39d49b75c355
Co-authored-by: Amp <amp@ampcode.com>
|
|
|
|
|
|
|
|
- Added Omni/Agent/harvest-tasks.sh for Planner to pull updates from
workers - Updated WORKER_AGENT_GUIDE.md to instruct workers to commit
status updates to their base branch
|
|
- Update showTaskDetailed to display taskNamespace - Fix namespace
for account management tasks in tasks.jsonl
|
|
- Added --log-file amp.log to worker command - Allows users to monitor
agent progress with tail -f
|
|
|
|
- Updated Omni/Task/Core.hs to filter parent tasks from 'task ready'
- Broke down 'PodcastItLater: Path to Paid Product' into 5 subtasks -
Broke down 'General Code Quality Refactor' into 3 subtasks - Broke down
'Complete comprehensive test suite' into 2 subtasks - Fixed namespace
naming in tasks.jsonl
|
|
|
|
Amp-Thread-ID:
https://ampcode.com/threads/T-c683858e-5ed5-4d8e-8b9f-842ebdcec0a3
Co-authored-by: Amp <amp@ampcode.com>
|
|
|
|
- The autonomous worker needs to execute commands without interactive
prompts - Added --dangerously-allow-all flag to start-worker.sh
|
|
- Use 'git worktree list' to reliably find main repo and amp binary
- Run amp in a loop with -x flag for autonomous execution - Support
flexible worker path resolution
|