Skip to content
Closed
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ bin/
.transcripts/
eval/runs/
docs/superpowers/plans/*.md
docs/agents/
5 changes: 5 additions & 0 deletions docs/ADRs/0049-agent-configuration-env-var-convention.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ decides when a knob should be an `{AGENT}_` env var at all versus a
which narrows the "CI workflow injection" delivery mechanism to
infrastructure values.*

*2026-08: References to `docs/agents/<agent>.md` below reflect the original
layout. Agent documentation now lives in the
[`fullsend-ai/agents`](https://github.com/fullsend-ai/agents) repository and
is fetched into `docs/agents/` at build time.*

## Context

Agents need behavioral knobs — settings that tune *how* they work without
Expand Down
6 changes: 3 additions & 3 deletions docs/ADRs/0080-config-yaml-vs-agent-env-var-scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ not a placement gap.
## Consequences

- Resolves the fullsend-ai/agents#567 ambiguity: `TRIAGE_AUTO_CODE` stays
an env var; `docs/agents/<agent>.md`'s Variables table must state how to
override it (which harness layer to edit), matching the guidance ADR
0049 already expects.
an env var; each agent's doc file (in `fullsend-ai/agents`) Variables
table must state how to override it (which harness layer to edit),
matching the guidance ADR 0049 already expects.
- `config.yaml` cannot accumulate `{agent}_foo`-style fields — any such
field is a signal the knob was misplaced.
- An env var cannot quietly gain a `config.yaml` mirror with its own
Expand Down
40 changes: 0 additions & 40 deletions docs/agents/README.md

This file was deleted.

55 changes: 0 additions & 55 deletions docs/agents/code.md

This file was deleted.

155 changes: 0 additions & 155 deletions docs/agents/fix.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/agents/icons/COLORS.md

This file was deleted.

Binary file removed docs/agents/icons/bootstrap.png
Binary file not shown.
Binary file removed docs/agents/icons/coder.png
Binary file not shown.
Binary file removed docs/agents/icons/discovery.png
Binary file not shown.
Binary file removed docs/agents/icons/prioritize.png
Binary file not shown.
Binary file removed docs/agents/icons/refinement.png
Binary file not shown.
Binary file removed docs/agents/icons/retro.png
Binary file not shown.
Binary file removed docs/agents/icons/review.png
Binary file not shown.
Binary file removed docs/agents/icons/scribe.png
Binary file not shown.
Binary file removed docs/agents/icons/tech-research.png
Binary file not shown.
Binary file removed docs/agents/icons/triage.png
Binary file not shown.
Binary file removed docs/agents/icons/upstream.png
Binary file not shown.
Binary file removed docs/agents/icons/user-research.png
Binary file not shown.
66 changes: 0 additions & 66 deletions docs/agents/prioritize.md

This file was deleted.

Loading
Loading