feat(harness): add code-sonnet-direct composite + direct-push context
Copies code-sonnet-direct/v1 (composite) and direct-push/v1 (context) from agent-runtimes local harnesses to the CRS-served framework repo. These are required by the sonnet-integrator task template used in the ralph coding loop. Without them, all integrator dispatches fail with "harness not found in any concepts repo: code-sonnet-direct/v1".
This commit is contained in:
11
harnesses/composites/code-sonnet-direct/v1/harness.yaml
Normal file
11
harnesses/composites/code-sonnet-direct/v1/harness.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
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: agent-repo/v1
|
||||
- context: direct-push/v1
|
||||
Reference in New Issue
Block a user