415118434c6df958bc4ec03e999707f4140f1df9
Probes 7-9 (2026-05-08) all "succeeded" but with empty diffs because AR-14a fell back to fork main: "WARNING: /workspace/reference/main/.git not found; using fork main (may be stale)". The reference clone python loop printed "Cloning git@..." but never "Cloned main successfully" — no error visible either. Most likely cause: full-history clone (post-3087ad7) is hitting some silent failure mode (auth, fs perms, OOM, timeout). With capture_output=True the git clone's own output was hidden. Add explicit logging: - python3 -u (unbuffered stdout) - pre-loop "reference_branches loop: N entries" - post-clone "clone returncode=N" - always-print stdout (last 1KB) and stderr (last 1KB) from subprocess - explicit chmod return code check - post-clone .git existence assertion Next probe will tell us EXACTLY what's failing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
agent-runtime-framework
Framework reference config repo for the agent-runtimes platform.
This repo is attached at CP scope with tags [harnesses, templates, workflows, model-registry, models]
and provides the default content that all installations inherit.
Contents
harnesses/— capabilities, contexts, compositestask-templates/— dispatch-task template YAMLsworkflows/— workflow DAG definitionsmodel-registry/— model scoring YAMLsmodels/— model endpoint YAMLs
Usage
Registered as a CRS attachment at CP scope (priority 100). Customer installations attach their own repos at lower priority to override or extend.
Description
Agent Runtimes framework reference config — harnesses, templates, workflows, model-registry, models
Languages
Shell
86.6%
Python
13.4%