init: seed framework reference content from agent-runtimes main repo
This commit is contained in:
19
harnesses/contexts/agent-repo/v1/harness.yaml
Normal file
19
harnesses/contexts/agent-repo/v1/harness.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
kind: context
|
||||
name: agent-repo
|
||||
version: 1
|
||||
description: "Agent repo workspace: reference/working split, auto-commit, branch-per-task"
|
||||
requires: []
|
||||
provides: [project-repo]
|
||||
|
||||
scripts:
|
||||
init: "./init.sh"
|
||||
finalize: "./finalize.sh"
|
||||
|
||||
env:
|
||||
AGENT_WORKING_DIR: "/workspace/project"
|
||||
# Injected by dispatcher at task start — defaults shown for documentation only
|
||||
AGENT_REPO_URL: ""
|
||||
AGENT_BRANCH: ""
|
||||
REFERENCE_BRANCHES: "[]"
|
||||
|
||||
secrets_required: []
|
||||
Reference in New Issue
Block a user