From 38dc28fef9e8d61435dfcd70d3cf8d99958a2525 Mon Sep 17 00:00:00 2001 From: Paul O'Reilly Date: Mon, 15 Jun 2026 01:27:55 +1200 Subject: [PATCH] fix(harness): remove agent-repo/v1 from code-sonnet-direct composite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit agent-repo/v1 init.sh creates /workspace/project/results/ and .gitignore, making the directory non-empty before the integrator clone action runs. git clone into a non-empty directory fails with 'already exists'. Integrators don't need the agent-repo lifecycle — they clone origin/main directly and push back. Remove agent-repo/v1 from the composite. --- harnesses/composites/code-sonnet-direct/v1/harness.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/harnesses/composites/code-sonnet-direct/v1/harness.yaml b/harnesses/composites/code-sonnet-direct/v1/harness.yaml index b5b29d2..9c8f64f 100644 --- a/harnesses/composites/code-sonnet-direct/v1/harness.yaml +++ b/harnesses/composites/code-sonnet-direct/v1/harness.yaml @@ -7,5 +7,4 @@ layers: - context: code-methodology/v1 - context: anthropic-cloud-paul-oauth/v1 - context: gitea-ssh/v1 - - context: agent-repo/v1 - context: direct-push/v1