Phase l next wait bulk#3
Merged
Merged
Conversation
Agents that crash after claiming no longer hold tasks forever. New tasks.claimed_at column (migration v3), atomic conditional-UPDATE takeover emitting task.reclaimed, ?stale= filter, dashboard stale badge, and full test coverage across store/server/cli/migrate. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… docs Review round 1 fixes for the Phase L work loop: - cmd/am/wait.go: scope the SSE stream by project only in --ready mode. Under --done the watched task may live outside AGENTMAN_PROJECT, and a scoped stream dropped its events — the wait ran to the full timeout (exit 7) even after the task was done. Regression test TestWaitDoneCrossProject covers it. - architecture/system-map.md, contribution-guide.md, known-risks-and-gaps.md, data-model.md, project-overview.md: sync sweep for Phase L (wait.go module, POST /api/tasks/next route, exitCodeFor as the exit-mapping source, next/wait/bulk verbs, NextTask as a claimed_at setter, work-loop capability + flow, test inventory now 10 files / 130 tests). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- backend.md / engineering-conventions.md: 129 -> 130 tests; 22 -> 23 phase L work-loop tests - CHANGELOG.md / backend.md: add the missing TestWaitDoneCrossProject to the wait_test.go enumerations - decision-records.md ADR-023: 9 -> 10 wait tests - planning-guide.md / security.md / system-map.md: add NextTask to the atomic-claim path enumerations (ClaimTask / StealStaleClaim / NextTask) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.