fix(b22): bare account_ref + retarget composites + delete stale anthropic-cloud/v1 #1

Merged
ai_admin merged 2 commits from b22-anthropic-cleanup into main 2026-05-07 20:10:16 +00:00
16 changed files with 15 additions and 29 deletions

View File

@@ -5,6 +5,6 @@ description: "Best practices review agent with Opus + repo clone via SSH"
layers:
- context: best-practices/v1
- context: anthropic-cloud/v1
- context: anthropic-cloud-paul-oauth/v1
- context: gitea-ssh/v1
- context: agent-repo/v1

View File

@@ -5,6 +5,6 @@ description: "Code agent with Haiku (Anthropic cloud) + repo clone via SSH"
layers:
- context: code-methodology/v1
- context: anthropic-cloud/v1
- context: anthropic-cloud-paul-oauth/v1
- context: gitea-ssh/v1
- context: agent-repo/v1

View File

@@ -5,7 +5,7 @@ description: "Haiku code agent with TDD enforcement — tests locked read-only,
layers:
- context: code-methodology/v1
- context: anthropic-cloud/v1
- context: anthropic-cloud-paul-oauth/v1
- context: gitea-ssh/v1
- context: agent-repo/v1
- context: tdd-protect/v1

View File

@@ -5,6 +5,6 @@ description: "Code agent with Opus (Anthropic cloud) + repo clone via SSH"
layers:
- context: code-methodology/v1
- context: anthropic-cloud/v1
- context: anthropic-cloud-paul-oauth/v1
- context: gitea-ssh/v1
- context: agent-repo/v1

View File

@@ -5,7 +5,7 @@ description: "Opus code agent with TDD enforcement — tests locked read-only, m
layers:
- context: code-methodology/v1
- context: anthropic-cloud/v1
- context: anthropic-cloud-paul-oauth/v1
- context: gitea-ssh/v1
- context: agent-repo/v1
- context: tdd-protect/v1

View File

@@ -5,6 +5,6 @@ description: "Code agent with Sonnet (Anthropic cloud) + repo clone via SSH"
layers:
- context: code-methodology/v1
- context: anthropic-cloud/v1
- context: anthropic-cloud-paul-oauth/v1
- context: gitea-ssh/v1
- context: agent-repo/v1

View File

@@ -5,7 +5,7 @@ description: "Sonnet code agent with TDD enforcement — tests locked read-only,
layers:
- context: code-methodology/v1
- context: anthropic-cloud/v1
- context: anthropic-cloud-paul-oauth/v1
- context: gitea-ssh/v1
- context: agent-repo/v1
- context: tdd-protect/v1

View File

@@ -5,6 +5,6 @@ description: "Planning agent with Opus (Anthropic cloud) + repo clone via SSH"
layers:
- context: planning/v1
- context: anthropic-cloud/v1
- context: anthropic-cloud-paul-oauth/v1
- context: gitea-ssh/v1
- context: agent-repo/v1

View File

@@ -5,6 +5,6 @@ description: "Security review agent with Opus + repo clone via SSH"
layers:
- context: security-review/v1
- context: anthropic-cloud/v1
- context: anthropic-cloud-paul-oauth/v1
- context: gitea-ssh/v1
- context: agent-repo/v1

View File

@@ -5,6 +5,6 @@ description: "Security review agent with Sonnet + repo clone via SSH"
layers:
- context: security-review/v1
- context: anthropic-cloud/v1
- context: anthropic-cloud-paul-oauth/v1
- context: gitea-ssh/v1
- context: agent-repo/v1

View File

@@ -5,6 +5,6 @@ description: "Spec writing agent with Opus + repo clone via SSH"
layers:
- context: spec-writing/v1
- context: anthropic-cloud/v1
- context: anthropic-cloud-paul-oauth/v1
- context: gitea-ssh/v1
- context: agent-repo/v1

View File

@@ -5,6 +5,6 @@ description: "Spec writing agent with Sonnet + repo clone via SSH"
layers:
- context: spec-writing/v1
- context: anthropic-cloud/v1
- context: anthropic-cloud-paul-oauth/v1
- context: gitea-ssh/v1
- context: agent-repo/v1

View File

@@ -5,6 +5,6 @@ description: "Test writing agent with Opus + repo clone via SSH"
layers:
- context: test-writing/v1
- context: anthropic-cloud/v1
- context: anthropic-cloud-paul-oauth/v1
- context: gitea-ssh/v1
- context: agent-repo/v1

View File

@@ -5,6 +5,6 @@ description: "Test writing agent with Sonnet + repo clone via SSH"
layers:
- context: test-writing/v1
- context: anthropic-cloud/v1
- context: anthropic-cloud-paul-oauth/v1
- context: gitea-ssh/v1
- context: agent-repo/v1

View File

@@ -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"

View File

@@ -1,14 +0,0 @@
kind: context
name: anthropic-cloud
version: 1
description: "Anthropic cloud — subscription OAuth token + pricing enforcement"
requires: []
provides: [claude-code]
env:
ENFORCE_SUBSCRIPTION_PRICING: "true"
secrets_files:
- source: ./provider.sops.env
target: /opt/harness/secrets/anthropic-cloud/provider.sops.env
encrypted: true