mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-29 04:19:30 +00:00
- New issue template: Team Building (team-building label) — 2 fields: which agent team to improve + what to change - Security team gets a new team_building mode: reads the issue, spawns implementer + reviewer (both Opus), creates PR, reviews, merges, closes issue - Discovery workflow: only triggers on cloud-request / agent-request issues - Refactor workflow: only triggers on bug / cli issues - Security workflow: only triggers on team-building issues (+ PR/schedule) - All workflows still run on schedule and workflow_dispatch as before Co-authored-by: Sprite <noreply@sprites.dev> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
33 lines
930 B
YAML
33 lines
930 B
YAML
name: Team Building
|
|
description: Request a change or new capability for an agent team
|
|
title: "[Team]: "
|
|
labels: ["team-building"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Request an improvement to one of the agent teams (discovery, refactor, security, QA).
|
|
|
|
- type: dropdown
|
|
id: team
|
|
attributes:
|
|
label: Agent Team
|
|
description: Which team should be improved?
|
|
options:
|
|
- Security Team (security.sh)
|
|
- Refactor Team (refactor.sh)
|
|
- Discovery Team (discovery.sh)
|
|
- QA Team (qa.sh)
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: What to Change
|
|
description: Describe the new capability, behavior change, or improvement.
|
|
placeholder: |
|
|
The security team should also check for...
|
|
The refactor team should add a new agent that...
|
|
validations:
|
|
required: true
|