From 3d6a50fdd759025d60d2f03a9ee18ebf5d143f84 Mon Sep 17 00:00:00 2001 From: Paul O'Reilly Date: Fri, 8 May 2026 06:58:39 +1200 Subject: [PATCH] fix(b22a): bare account_ref for anthropic-cloud-paul-oauth harness Same bug as upstream agent-runtimes: scoped form never matched because the dispatcher does literal scope.id compare and owner_principal_id stores the user UUID, not 'paul'. Pairs with PATCH /v1/accounts/{id} renaming the live account_label to 'anthropic-cloud-paul-oauth' so the bare ref resolves uniquely. Closes BUG-22a. Co-Authored-By: Claude Opus 4.7 (1M context) --- harnesses/contexts/anthropic-cloud-paul-oauth/v1/harness.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harnesses/contexts/anthropic-cloud-paul-oauth/v1/harness.yaml b/harnesses/contexts/anthropic-cloud-paul-oauth/v1/harness.yaml index b58f897..506edf8 100644 --- a/harnesses/contexts/anthropic-cloud-paul-oauth/v1/harness.yaml +++ b/harnesses/contexts/anthropic-cloud-paul-oauth/v1/harness.yaml @@ -13,6 +13,6 @@ scripts: secrets_required: - name: anthropic-cloud-paul-oauth - account_ref: "anthropic-cloud-paul-oauth.user:paul" + account_ref: "anthropic-cloud-paul-oauth" mount_path: /run/agent/secrets/anthropic-cloud-paul-oauth mode: "0400"