fix(harness): remove agent-repo/v1 from code-sonnet-direct composite
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.
This commit is contained in:
@@ -7,5 +7,4 @@ layers:
|
|||||||
- context: code-methodology/v1
|
- context: code-methodology/v1
|
||||||
- context: anthropic-cloud-paul-oauth/v1
|
- context: anthropic-cloud-paul-oauth/v1
|
||||||
- context: gitea-ssh/v1
|
- context: gitea-ssh/v1
|
||||||
- context: agent-repo/v1
|
|
||||||
- context: direct-push/v1
|
- context: direct-push/v1
|
||||||
|
|||||||
Reference in New Issue
Block a user