US02-07: Automate Phase B End-to-End Acceptance #60

Merged
domverse merged 2 commits from us/US02-07-automate-phase-b-end-to-end-acceptance into main 2026-08-14 12:53:47 +02:00
Owner

Implements #14

Tests:

  • work_item/scripts/python -m unittest discover -s work_item/tests -v
  • work_item/scripts/python -m pytest tests -q
  • work_item/scripts/python -m pytest tests/e2e -m phase_b -q

Commit: 89a7ef089bf4aa1c891339969e7b7e74a678a94e

Implements #14 Tests: - `work_item/scripts/python -m unittest discover -s work_item/tests -v` - `work_item/scripts/python -m pytest tests -q` - `work_item/scripts/python -m pytest tests/e2e -m phase_b -q` Commit: `89a7ef089bf4aa1c891339969e7b7e74a678a94e`
domverse added 2 commits 2026-08-14 12:52:57 +02:00
`tea --add-assignees` posts to /issues/{n}/assignees, which returns 404 on
this Forgejo deployment and makes every `claim` fail. Set the assignee through
the issue PATCH endpoint (full assignees list), which the server accepts, and
reuse `edit_labels` for the status transition. Update the CLI e2e fake `tea`
to model the PATCH assignee call.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WMctdE9E1c8d6UHQWX8rNt
domverse merged commit b9bcb47c68 into main 2026-08-14 12:53:47 +02:00
Sign in to join this conversation.