From 93c4dad1a7e954a7a646277d26d487d40a5c3b3e Mon Sep 17 00:00:00 2001 From: Paul O'Reilly Date: Tue, 23 Jun 2026 09:08:06 +1200 Subject: [PATCH] =?UTF-8?q?docs:=20update=20CLAUDE.md=20=E2=80=94=20CRS=20?= =?UTF-8?q?is=20now=20required,=20add=20workflow/=20subdir=20to=20structur?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index f4d4458..7c469b9 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -20,7 +20,7 @@ This is the **CRS reference config repo** for the agent-runtimes platform. It is | Model scoring / selection | `agent-runtimes/lib/model_selector.py` | | Spec, tests, entrypoint | `agent-runtimes` only | -The `harnesses/` directory in `agent-runtimes` is the local-dev fallback used before CRS is live. For production, this repo is authoritative. +This repo is authoritative for all harness, template, workflow, and model content. `agent-runtimes` no longer ships harness/template/model content — CRS is required for any content resolution (local dev or production). ## Repository Structure @@ -45,6 +45,7 @@ harnesses/ planning-opus-repo/v1/ ... task-templates/ # dispatch-task --template YAML files + workflow/ # Typed workflow task templates (@.yaml) workflows/ # Workflow DAG definitions model-registry/ # Model scoring YAMLs (capability dimensions) models/ # Model endpoint YAMLs (URLs, auth, parameters)