Files
agent-runtime-framework/harnesses/composites/code-sonnet-direct/v1/harness.yaml
Paul O'Reilly 38dc28fef9 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.
2026-06-15 01:27:55 +12:00

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