Skip to main content

Overview

GitHub Copilot reads project-level instructions from .github/copilot-instructions.md. Drevon generates this file automatically from your config.

Output File

Generated Content

The Copilot adapter generates a single markdown file containing all Drevon sections:

Enabling

Or in drevon.config.json:

Agent-Specific Settings

Copilot supports extraInstructions for additional guidance:

Requirements

  • GitHub Copilot extension installed in your editor (VS Code, JetBrains, Neovim, etc.)
  • The file must be at .github/copilot-instructions.md (Drevon handles this)