3087ad7de13a06aba6c102d2fcce488223c49405
Probe 7 (2026-05-08) finally surfaced the actual push error: ! [remote rejected] HEAD -> task-9dc266b5 (shallow update not allowed) Cause: REFERENCE_BRANCHES handler clones with --depth 1, AR-14a then fetches upstream-ref --depth 1. The agent's task branch is a single commit on top of a single shallow commit — no ancestry visible. Gitea rejects shallow pushes server-side. Fix: - Reference clone drops --depth 1 (full history) - AR-14a fetch upstream-ref drops --depth 1 (full fetch from local-path) - Cost: a few extra MB per task on tmpfs/PVC. Acceptable. This unblocks AR-14a's upstream-seeding for the dogfood pipeline. The agent's branch now has the full upstream history visible to gitea. 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%