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

2 Commits

Author SHA1 Message Date
89a7ef089b US02-07: Automate Phase B End-to-End Acceptance 2026-08-14 12:52:53 +02:00
ba6f41a16e fix(work-item): assign issues via PATCH instead of broken sub-route
`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
2026-08-14 12:27:41 +02:00