Skip to content
Closed
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 docs/src/content/docs/setup/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ Commands are organized by workflow lifecycle: creating, building, testing, monit

Initialize repository for agentic workflows. Configures `.gitattributes`, creates the dispatcher agent file (`.github/agents/agentic-workflows.agent.md`), and performs non-interactive setup. Enables MCP server integration by default (use `--no-mcp` to skip).

> [!NOTE]
> The dispatcher agent file (`.github/agents/agentic-workflows.agent.md`) is only used by the **Copilot** engine. If you use Claude, Codex, or Gemini exclusively, you can safely delete this file; it has no effect on other engines. `gh aw init` also has no public `--engine` option.

```bash wrap
gh aw init # Initialize repository with defaults (non-interactive)
gh aw init --no-mcp # Skip MCP server integration
Expand Down