Paul O'Reilly 415118434c debug(agent-repo): expose reference_branches clone failure mode
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>
2026-05-08 17:24:10 +12:00

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, composites
  • task-templates/ — dispatch-task template YAMLs
  • workflows/ — workflow DAG definitions
  • model-registry/ — model scoring YAMLs
  • models/ — 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
Readme 428 KiB
Languages
Shell 86.6%
Python 13.4%