configure_ai_agents: Configure AI Assistant Support

View source: R/configure_ai.R

configure_ai_agentsR Documentation

Configure AI Assistant Support

Description

Non-interactive function to configure AI assistant support. Should be called from bash CLI with parameters, not directly from R.

Usage

configure_ai_agents(support = NULL, assistants = NULL)

Arguments

support

"yes", "never", or NULL (show current status)

assistants

Character vector of assistants: "claude", "copilot", "agents"

Details

Supported AI assistants:

  • Claude Code: Creates CLAUDE.md in project root

  • GitHub Copilot: Creates .github/copilot-instructions.md

  • AGENTS.md: Creates AGENTS.md (cross-platform, industry standard)


framework documentation built on Feb. 18, 2026, 1:07 a.m.