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
2 changes: 1 addition & 1 deletion .github/workflows/gh-aw-agent-suggestions.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/gh-aw-bug-hunter.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/gh-aw-code-simplifier.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/gh-aw-fragments/pick-three-keep-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Parallelize your work using sub-agents. Spawn 3 sub-agents, each approaching the
**How to spawn sub-agents:** Call `runSubagent` with `agentType: "general-purpose"` and `model: "${{ inputs.model }}"` (unless the workflow specifies a different agent type or model). Sub-agents cannot see your conversation history, the other sub-agents' results, or any context you have gathered so far. Each prompt must be **fully self-contained** — include everything the sub-agent needs:

- The full task description and objective (restate it, don't summarize)
- All repository context, conventions, and constraints you've gathered (e.g., from `generate_agents_md`)
- All repository context, conventions, and constraints you've gathered (e.g., from `/tmp/agents.md`)
- Any relevant data the sub-agent needs to do its job (diffs, file contents, existing threads)
- The quality criteria and output format you expect
- The specific angle that distinguishes this sub-agent from the others
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-aw-fragments/pick-three-keep-one.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Parallelize your initial investigation using sub-agents. Spawn 3 sub-agents, eac
**How to spawn sub-agents:** Call `runSubagent` with the `agentType` and `model` specified by the workflow instructions below (defaulting to `agentType: "general-purpose"` and `model: "${{ inputs.model }}"` if none are specified). Sub-agents cannot see your conversation history, the other sub-agents' results, or any context you have gathered so far. Each prompt must be **fully self-contained** — include everything the sub-agent needs to do its job:

- The full task description and objective (restate it, don't summarize)
- All repository context, conventions, and constraints you've gathered (e.g., from `generate_agents_md`)
- All repository context, conventions, and constraints you've gathered (e.g., from `/tmp/agents.md`)
- Any relevant findings from your initial exploration (file paths, git log output, code snippets)
- The quality gate criteria and output format you expect
- The specific angle that distinguishes this sub-agent from the others
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-aw-information-architecture.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/gh-aw-issue-triage.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/gh-aw-performance-profiler.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/gh-aw-refactor-opportunist.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/gh-aw-test-coverage-detector.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/gh-aw-ux-design-patrol.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-check.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/workflow-patrol.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading