Skip to content

Commit a50b883

Browse files
gabemonteroclaude
andauthored
fix(fullsend): add required role field to harness files for v0.19.0 (#3569)
fullsend v0.19.0 requires a 'role' field in harness YAML files. Add role: coder to code.yaml and role: fix to fix.yaml. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5f92d90 commit a50b883

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.fullsend/customized/harness/code.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# - policy: custom code policy with repo.yarnpkg.com for corepack downloads
1616
# - host_files: rhdh-toolchain.env sets COREPACK_HOME to writable /tmp/corepack
1717
# - host_files: yarn-proxy.env maps OpenShell's HTTP_PROXY to YARN_HTTP_PROXY
18+
role: coder
1819
agent: agents/code.md
1920
doc: docs/agents/code.md
2021
model: opus

.fullsend/customized/harness/fix.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# - host_files: yarn-proxy.env maps OpenShell's HTTP_PROXY to YARN_HTTP_PROXY
1919
# - skills: adds rhdh-workspace for workspace navigation + test scoping
2020
# - policy: custom fix policy with yarn registry + pnpm binary allowlist
21+
role: fix
2122
agent: agents/fix.md
2223
doc: docs/agents/fix.md
2324
model: opus

0 commit comments

Comments
 (0)