Skip to content

Commit f541c9d

Browse files
Remove AI instructions section from README.md
1 parent f519988 commit f541c9d

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

portal/frontend/README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -89,27 +89,6 @@ src/
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

11594
This project uses `i18next` and `react-i18next` for UI translations.

0 commit comments

Comments
 (0)