3a6f447874
CI / Python Lint & Test (pull_request) Successful in 3s
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 6s
E2E API Smoke Test / detect-changes (pull_request) Successful in 5s
Harness Replays / detect-changes (pull_request) Successful in 5s
Lint forbidden tenant-env keys / Scan for repo-host token write into tenant workspace surface (pull_request) Successful in 3s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 7s
CI / Detect changes (pull_request) Successful in 12s
E2E Chat / detect-changes (pull_request) Successful in 12s
qa-review / approved (pull_request_target) Failing after 5s
Check migration collisions / Migration version collision check (pull_request) Successful in 17s
sop-checklist / review-refire (pull_request_target) Has been skipped
gate-check-v3 / gate-check (pull_request_target) Successful in 5s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 5s
Harness Replays / Harness Replays (pull_request) Successful in 1s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 1s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 1s
sop-tier-check / tier-check (pull_request_target) Failing after 5s
E2E Chat / E2E Chat (pull_request) Successful in 3s
Lint shellcheck (arm64 pilot) / shellcheck-arm64 (pilot) (pull_request) Successful in 15s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 23s
Lint forbidden tenant-env keys / Scan workspace_secrets writers for forbidden env keys (pull_request) Successful in 19s
sop-checklist / all-items-acked (pull_request) acked: 0/7 — missing: comprehensive-testing, local-postgres-e2e, staging-smoke, +4 — body-unfilled: comprehensive-testing, local-postgres-e2
sop-checklist / na-declarations (pull_request) N/A: (none)
security-review / approved (pull_request_target) Failing after 19s
sop-checklist / all-items-acked (pull_request_target) Successful in 17s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 59s
E2E Peer Visibility (literal MCP list_peers) / E2E Peer Visibility (local) (pull_request) Successful in 3m2s
E2E Peer Visibility (literal MCP list_peers) / E2E Peer Visibility (pull_request) Successful in 4s
ci-arm64-advisory / fast-checks (pull_request) Has been cancelled
CI / Platform (Go) (pull_request) Has been cancelled
CI / Canvas Deploy Status (pull_request) Has been cancelled
CI / all-required (pull_request) Has been cancelled
CI / Canvas (Next.js) (pull_request) Has been cancelled
E2E Staging External Runtime / E2E Staging External Runtime (pull_request) Has been cancelled
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 3m5s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 3m29s
New `user_tasks` primitive — things an agent asks the *user* to do (e.g. "Review the draft"). Any workspace can raise one; they surface in the concierge Home Tasks list org-wide. Mirrors the approvals subsystem. Backend (workspace-server): - migration 20260607000000_user_tasks (id, workspace_id, title, detail, status pending|done|dismissed, timestamps). - handlers/user_tasks.go — Create (POST /workspaces/:id/user-tasks), ListAll (GET /user-tasks/pending, AdminAuth, cross-workspace), Resolve (POST /workspaces/:id/user-tasks/:taskId/resolve done|dismissed). - events USER_TASK_REQUESTED / USER_TASK_RESOLVED (+ drift-test snapshot). - router wiring mirroring the approvals auth split. - MCP tool `request_user_action(title, detail?)` on the in-workspace a2a bridge — available to EVERY agent, not gated like send_message_to_user. - user_tasks_test.go (create/resolve happy + validation paths). Canvas: concierge Home Tasks tab now reads /user-tasks/pending (org-wide) with Done/Dismiss → resolve, replacing the interim schedules wiring; live tab count. Design SSOT: docs/design/rfc-user-tasks.md. Follow-up (next commit): workspace-scoped read/update/delete of own tasks. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>