Skip to content

docs(agents): point React and Web Components agents.md to package-aware references#1639

Merged
kdinev merged 9 commits intomasterfrom
ganastasov/agents-package-react-wc
Apr 20, 2026
Merged

docs(agents): point React and Web Components agents.md to package-aware references#1639
kdinev merged 9 commits intomasterfrom
ganastasov/agents-package-react-wc

Conversation

@georgianastasov
Copy link
Copy Markdown
Contributor

Description

Updates the generated React and Web Components AGENTS.md files to direct AI agents to the correct package-aware skills. This keeps the template entry instructions minimal while aligning them better with the Angular flow.

Related Issue

Closes #1633

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring / code cleanup
  • Build / CI configuration change

Affected Packages

  • igniteui-cli (packages/cli)
  • @igniteui/cli-core (packages/core)
  • @igniteui/angular-templates (packages/igx-templates)
  • @igniteui/angular-schematics (packages/ng-schematics)
  • @igniteui/mcp-server (packages/igniteui-mcp)

Checklist

  • I have tested my changes locally (npm run test)
  • I have built the project successfully (npm run build)
  • I have run the linter (npm run lint)
  • I have added/updated tests as needed
  • My changes do not introduce new warnings or errors

@coveralls
Copy link
Copy Markdown

coveralls commented Apr 20, 2026

Coverage Status

coverage: 86.193%. remained the same — ganastasov/agents-package-react-wc into master

@georgianastasov georgianastasov changed the title docs(agents): point React and Web Components agents.md to package-awa… docs(agents): point React and Web Components agents.md to package-aware references Apr 20, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the scaffolded React and Web Components project AGENTS.md entry instructions so AI agents are routed to the package-aware .claude/skills/* guidance when selecting Ignite UI components (addressing #1633).

Changes:

  • React template: add a directive to use the igniteui-react-components skill for package selection/import guidance (grids, Grid Lite, charts, gauges, maps).
  • Web Components template: add directives to use skills for package selection and integration setup (advanced grids, Grid Lite, Dock Manager).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
packages/cli/templates/webcomponents/igc-ts/projects/_base/files/AGENTS.md Adds skill routing for package-split Web Components (choose package + integration setup).
packages/cli/templates/react/igr-ts/projects/_base/files/AGENTS.md Adds skill routing for package-split React components (choose correct package/imports).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread packages/cli/templates/webcomponents/igc-ts/projects/_base/files/AGENTS.md Outdated
Comment thread packages/cli/templates/react/igr-ts/projects/_base/files/AGENTS.md Outdated
@georgianastasov georgianastasov requested a review from kdinev April 20, 2026 14:40
@kdinev kdinev merged commit 8a953ed into master Apr 20, 2026
3 checks passed
@kdinev kdinev deleted the ganastasov/agents-package-react-wc branch April 20, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

React/Web Components AI entry instructions do not surface package-specific Ignite UI guidance

4 participants