Skip to content

PF-531: Added AI integration for coding agents#76

Open
martinstadelmann wants to merge 4 commits into
2.xfrom
issue/PF-531_ai-integration
Open

PF-531: Added AI integration for coding agents#76
martinstadelmann wants to merge 4 commits into
2.xfrom
issue/PF-531_ai-integration

Conversation

@martinstadelmann

Copy link
Copy Markdown
Collaborator

Feature

Coding agents (Claude Code, the GitHub Copilot coding agent and other AGENTS.md-compatible tools) currently have to be set up by hand in each project. The platform should scaffold this integration so every project gets project context, shared skills and a prepared agent environment out of the box. The assets are templated from the package variables and can be disabled individually with the new ai.* variables (default: enabled). Shared skills are consumed from the iqual-developer plugin in iqual-ch/claude-plugins instead of being committed to each project.

Tasks

  • Add generated AGENTS.md agent instruction file (replaced asset, ai.agents)
  • Add GitHub Copilot coding agent setup workflow without remote SSH access (ai.copilot)
  • Add Claude Code plugin recommendation to .claude/settings.json (merged asset, ai.claude)
  • Git-ignore .claude/settings.local.json
  • Scaffold the install-local action also when PHPUnit workflows or the Copilot setup are enabled
  • Document the AI integration (docs/ai.md, configuration and automation docs)

@martinstadelmann martinstadelmann added this to the v2.2 milestone Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant