Skip to content

Commit 8a953ed

Browse files
georgianastasovCopilotkdinev
authored
docs(agents): point React and Web Components agents.md to package-aware references (#1639)
* docs(agents): point React and Web Components agents.md to package-aware skills * Update packages/cli/templates/webcomponents/igc-ts/projects/_base/files/AGENTS.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/cli/templates/react/igr-ts/projects/_base/files/AGENTS.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * docs(agents): update UI components section for package-specific component guidance * docs(agents): update UI components section to include charts in package-specific guidance * docs(agents): enhance UI components section with specific package guidance for grids, charts, and Dock Manager --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>
1 parent fef48ec commit 8a953ed

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

  • packages/cli/templates
    • react/igr-ts/projects/_base/files
    • webcomponents/igc-ts/projects/_base/files

packages/cli/templates/react/igr-ts/projects/_base/files/AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,8 @@ You are an expert in building front-end web applications with React with deep kn
109109
## UI Components
110110

111111
- Use `igniteui-react`.
112+
- Use `igniteui-react-grids` for advanced grids.
113+
- Use `igniteui-react` and `igniteui-grid-lite` for Grid Lite; import from `igniteui-react/grid-lite`.
114+
- Use `igniteui-react-charts`, `igniteui-react-gauges`, and `igniteui-react-maps` for charts, gauges, and maps.
115+
- For package-specific components such as grids, Grid Lite, charts, gauges, and maps, do not assume they come from `igniteui-react`; follow `.claude/skills/igniteui-react-components/SKILL.md` to choose the correct package and imports.
116+
- If the required Ignite UI package is not present in `package.json`, add or install the correct dependency first.

packages/cli/templates/webcomponents/igc-ts/projects/_base/files/AGENTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@ You are an expert in building front-end web applications. You have a strong unde
3131
## UI Components
3232

3333
- Use `igniteui-webcomponents`.
34+
- Use `igniteui-webcomponents-charts` for charts and data visualization.
35+
- Use `igniteui-webcomponents-grids` for advanced grids.
36+
- Use `igniteui-grid-lite` for Grid Lite.
37+
- Use `igniteui-dockmanager` for Dock Manager.
38+
- For package-specific components such as charts, advanced grids, Grid Lite, and Dock Manager, do not assume they come from `igniteui-webcomponents`; follow `.claude/skills/igniteui-wc-choose-components/SKILL.md` to choose the correct package and `.claude/skills/igniteui-wc-integrate-with-framework/SKILL.md` for setup.
39+
- If the required Ignite UI package is not present in `package.json`, add or install the correct dependency first.

0 commit comments

Comments
 (0)