docs: align integration docs with supported tools
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Github Copilot Integration
|
||||
# GitHub Copilot Integration
|
||||
|
||||
The Agency was built for Github Copilot. No conversion needed — agents work
|
||||
The Agency works natively with GitHub Copilot. No conversion needed — agents work
|
||||
natively with the existing `.md` + YAML frontmatter format.
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
# Copy all agents to your Github Copilot agents directory
|
||||
# Copy all agents to your GitHub Copilot agents directory
|
||||
./scripts/install.sh --tool copilot
|
||||
|
||||
# Or manually copy a category
|
||||
@@ -15,7 +15,7 @@ cp engineering/*.md ~/.github/agents/
|
||||
|
||||
## Activate an Agent
|
||||
|
||||
In any Github Copilot session, reference an agent by name:
|
||||
In any GitHub Copilot session, reference an agent by name:
|
||||
|
||||
```
|
||||
Activate Frontend Developer and help me build a React component.
|
||||
@@ -28,4 +28,4 @@ Use the Reality Checker agent to verify this feature is production-ready.
|
||||
## Agent Directory
|
||||
|
||||
Agents are organized into divisions. See the [main README](../../README.md) for
|
||||
the full roster of 61 specialists.
|
||||
the full current roster.
|
||||
|
||||
Reference in New Issue
Block a user