feat: migrate missing harnesses, templates, and workflows from agent-runtimes
Brings the framework CRS repo up to date with all content that was living in agent-runtimes (local-dev fallback) but hadn't been promoted. New composites: feature-delivery-loop, integration-direct, scaffolding-repo, sonnet-impl-narrow, sonnet-manager, test-writing-repo New contexts: integration/v1, scaffolding/v1, sonnet-manager/v1, z-ai/v1, airouter/v1/bin (anthropic-compat-wrapper.sh), cp-harness/v1/init.sh New task-templates: sonnet-integrator.yaml, workflow/* (17 typed workflow task templates for the Epic 1 pipeline) Updated: agent-repo/v1/finalize.sh — adds AR-38/F97 empty-deliverable audit (SKIP_BRANCH_PUSH support, boilerplate-path filtering, ci_metadata.json flag) Also adds MEMORY.md index and memory/ topic files for the framework repo.
This commit is contained in:
10
harnesses/composites/feature-delivery-loop/v1/harness.yaml
Normal file
10
harnesses/composites/feature-delivery-loop/v1/harness.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
kind: composite
|
||||
name: feature-delivery-loop
|
||||
version: 1
|
||||
description: "Orchestrator harness for feature-delivery-loop@1: drives the eligibility-pick-dispatch-wait loop on a planning item; reads ACL inbox + planning state; calls CP API"
|
||||
|
||||
layers:
|
||||
- context: anthropic-cloud-paul-oauth/v1
|
||||
- context: gitea-ssh/v1
|
||||
- context: agent-repo/v1
|
||||
- context: planning/v1
|
||||
10
harnesses/composites/integration-direct/v1/harness.yaml
Normal file
10
harnesses/composites/integration-direct/v1/harness.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
kind: composite
|
||||
name: integration-direct
|
||||
version: 1
|
||||
description: "Integration harness — cherry-picks from agent fork and pushes directly to main after test verification"
|
||||
|
||||
layers:
|
||||
- context: integration/v1
|
||||
- context: anthropic-cloud-paul-oauth/v1
|
||||
- context: gitea-ssh/v1
|
||||
- context: direct-push/v1
|
||||
10
harnesses/composites/scaffolding-repo/v1/harness.yaml
Normal file
10
harnesses/composites/scaffolding-repo/v1/harness.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
kind: composite
|
||||
name: scaffolding-repo
|
||||
version: 1
|
||||
description: "Model-agnostic scaffolding harness — writes stubs for coding agents to implement against"
|
||||
|
||||
layers:
|
||||
- context: scaffolding/v1
|
||||
- context: anthropic-cloud-paul-oauth/v1
|
||||
- context: gitea-ssh/v1
|
||||
- context: agent-repo/v1
|
||||
11
harnesses/composites/sonnet-impl-narrow/v1/harness.yaml
Normal file
11
harnesses/composites/sonnet-impl-narrow/v1/harness.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
kind: composite
|
||||
name: sonnet-impl-narrow
|
||||
version: 1
|
||||
description: "Sonnet impl agent for narrow single-file workflows: code methodology + Anthropic cloud (OAuth) + repo clone + TDD-protect (tests read-only)"
|
||||
|
||||
layers:
|
||||
- context: code-methodology/v1
|
||||
- context: anthropic-cloud-paul-oauth/v1
|
||||
- context: gitea-ssh/v1
|
||||
- context: agent-repo/v1
|
||||
- context: tdd-protect/v1
|
||||
12
harnesses/composites/sonnet-manager/v1/harness.yaml
Normal file
12
harnesses/composites/sonnet-manager/v1/harness.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
kind: composite
|
||||
name: sonnet-manager
|
||||
version: 1
|
||||
description: "Sonnet-driven per-project manager: ACL-typed-capable + planning + cp-cli + agent-repo"
|
||||
|
||||
layers:
|
||||
- context: cp-harness/v1
|
||||
- context: agent-communication/v1
|
||||
- context: agent-repo/v1
|
||||
- context: anthropic-cloud-paul-oauth/v1
|
||||
- context: planning/v1
|
||||
- context: sonnet-manager/v1
|
||||
10
harnesses/composites/test-writing-repo/v1/harness.yaml
Normal file
10
harnesses/composites/test-writing-repo/v1/harness.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
kind: composite
|
||||
name: test-writing-repo
|
||||
version: 1
|
||||
description: "Model-agnostic test writing harness — credential layer swappable as model scores evolve"
|
||||
|
||||
layers:
|
||||
- context: test-writing/v1
|
||||
- context: anthropic-cloud-paul-oauth/v1
|
||||
- context: gitea-ssh/v1
|
||||
- context: agent-repo/v1
|
||||
Reference in New Issue
Block a user