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.
11 lines
333 B
YAML
11 lines
333 B
YAML
kind: composite
|
|
name: code-sonnet-direct
|
|
version: 1
|
|
description: "Sonnet code agent — direct git operations to origin. No fork persistence. For integrators that push to origin main directly."
|
|
|
|
layers:
|
|
- context: code-methodology/v1
|
|
- context: anthropic-cloud-paul-oauth/v1
|
|
- context: gitea-ssh/v1
|
|
- context: direct-push/v1
|