Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions internal/scaffold/fullsend-repo/harness/code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ model: opus
image: ghcr.io/fullsend-ai/fullsend-code:latest
policy: policies/code.yaml

role: coder
slug: fullsend-ai-coder

pre_script: scripts/pre-code.sh
post_script: scripts/post-code.sh

Expand Down
3 changes: 3 additions & 0 deletions internal/scaffold/fullsend-repo/harness/fix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ model: opus
image: ghcr.io/fullsend-ai/fullsend-code:latest
policy: policies/fix.yaml

role: coder
slug: fullsend-ai-coder

pre_script: scripts/pre-fix.sh

validation_loop:
Expand Down
3 changes: 3 additions & 0 deletions internal/scaffold/fullsend-repo/harness/prioritize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ model: opus
image: ghcr.io/fullsend-ai/fullsend-sandbox:latest
policy: policies/prioritize.yaml

role: prioritize
slug: fullsend-ai-prioritize

host_files:
- src: env/gcp-vertex.env
dest: /sandbox/workspace/.env.d/gcp-vertex.env
Expand Down
3 changes: 3 additions & 0 deletions internal/scaffold/fullsend-repo/harness/retro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ model: opus
image: ghcr.io/fullsend-ai/fullsend-sandbox:latest
policy: policies/retro.yaml

role: retro
slug: fullsend-ai-retro

host_files:
- src: env/gcp-vertex.env
dest: /sandbox/workspace/.env.d/gcp-vertex.env
Expand Down
3 changes: 3 additions & 0 deletions internal/scaffold/fullsend-repo/harness/review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ model: opus
image: ghcr.io/fullsend-ai/fullsend-code:latest
policy: policies/review.yaml

role: review
slug: fullsend-ai-review

skills:
- skills/pr-review
- skills/code-review
Expand Down
3 changes: 3 additions & 0 deletions internal/scaffold/fullsend-repo/harness/triage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ model: opus
image: ghcr.io/fullsend-ai/fullsend-sandbox:latest
policy: policies/triage.yaml

role: triage
slug: fullsend-ai-triage

host_files:
- src: env/gcp-vertex.env
dest: /sandbox/workspace/.env.d/gcp-vertex.env
Expand Down
Loading