fix: scope-decompose claude cli + AR-38 audit off (API-side-effect deliverable)

This commit is contained in:
Paul O'Reilly
2026-07-04 15:19:32 +12:00
parent b1ad85f46d
commit 01fb6f3ad0

View File

@@ -20,12 +20,17 @@ nodes:
# "succeeded" touching only .gitignore, zero work items created) — the # "succeeded" touching only .gitignore, zero work items created) — the
# template NAME never set the model; the node model: field does. # template NAME never set the model; the node model: field does.
template: spec-writing-sonnet-repo template: spec-writing-sonnet-repo
cli: agentic # cli defaults to "claude" — the anthropic-cloud OAuth composite drives
# the claude CLI; "cli: agentic" is the OpenAI-compatible runner and
# fails fast with "OPENAI_BASE_URL required" (E2E 2026-07-04).
model: sonnet model: sonnet
runtime_env: runtime_env:
AGENT_REPO_URL: "git@gitea.oreillyit.nz-ai-enablement:skynet/agent-runtimes-agents.git" AGENT_REPO_URL: "git@gitea.oreillyit.nz-ai-enablement:skynet/agent-runtimes-agents.git"
AGENT_BRANCH: "spec/auto-draft" AGENT_BRANCH: "spec/auto-draft"
CP_URL: "http://controlplane.agent-runtimes.svc.cluster.local:8100" CP_URL: "http://controlplane.agent-runtimes.svc.cluster.local:8100"
# AR-38: this stage's deliverable is work items POSTed to the CP, not a
# repo diff — the empty-deliverable audit would fail every success.
AGENT_EMPTY_DELIVERABLE_CHECK: "false"
prompt: | prompt: |
The agent-runtimes project repo is cloned at /workspace/project. The agent-runtimes project repo is cloned at /workspace/project.
Change to that directory before doing any work. Change to that directory before doing any work.