File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989└── main.tsx # Entry point
9090```
9191
92- ## AI Instructions
93-
94- This repository uses VS Code Copilot instruction files to keep AI-generated changes aligned with project and organization standards.
95-
96- Paths below are relative to the repository root.
97-
98- - Frontend standards: ` portal/frontend/AGENTS.md `
99- - Copilot workspace entrypoint: ` .github/copilot-instructions.md `
100- - Scoped instructions folder: ` .github/instructions/ `
101- - Frontend scope mapping: ` portal/frontend/** ` -> ` .github/instructions/portal-frontend.instructions.md `
102- - Oxygen UI generated reference: ` portal/frontend/.ai/oxygen-ui/AGENTS.md `
103-
104- Recommended precedence:
105-
106- 1 . ` portal/frontend/AGENTS.md ` for shared frontend standards
107- 2 . ` .github/copilot-instructions.md ` for Copilot-specific defaults
108- 3 . ` .github/instructions/*.instructions.md ` for task and file-type-specific rules
109- 4 . ` portal/frontend/.ai/oxygen-ui/AGENTS.md ` for Oxygen component catalog/examples
110-
111- Copilot instruction files are automatically discovered by Copilot Chat and applied based on their ` applyTo ` patterns.
112-
11392## Internationalization
11493
11594This project uses ` i18next ` and ` react-i18next ` for UI translations.
You can’t perform that action at this time.
0 commit comments