Skip to content

fix(assignments): make transitions atomic - #83

Merged
chicoxyzzy merged 1 commit into
mainfrom
agent/assignment-transition-safety
Jul 13, 2026
Merged

fix(assignments): make transitions atomic#83
chicoxyzzy merged 1 commit into
mainfrom
agent/assignment-transition-safety

Conversation

@chicoxyzzy

Copy link
Copy Markdown
Member

Summary

  • replace live whole-assignment writes with narrow queued-edit and claimed-preparation contracts
  • serialize progress, release, and terminal transitions across memory and SQLite stores
  • preserve additive snapshot imports while documenting the alpha contract changes

Verification

  • go test -count=1 ./...
  • go test -count=1 -race ./...
  • go vet ./...
  • git diff --check

Review

  • independent API/contract, storage/concurrency, and embedding-host reviews completed
  • all findings fixed and re-reviewed

@chicoxyzzy
chicoxyzzy merged commit 4db6114 into main Jul 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant