diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 2df13ad5d..e695252ad 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -36,12 +36,3 @@ Check the relevant `.github/instructions/` doc before and after coding. If it do - API repo files pair with request/response models (e.g., `igc_repo.dart` + `igc_request_model.dart` + `igc_response_model.dart`) - Controllers extend `ChangeNotifier` or use `BaseController` (stream-based) -## Documentation - -Detailed guides auto-load from `.github/instructions/` when editing matching files: - -| File | Applies To | Content | -|------|-----------|---------| -| `modules.instructions.md` | `lib/pangea/**` | Full map of ~30 feature modules | -| `choreographer.instructions.md` | `lib/pangea/choreographer/**` | Writing assistance flow (IGC, IT, text editing) | -| `events-and-tokens.instructions.md` | `lib/pangea/events/**,lib/pangea/extensions/**` | Custom Matrix events, token model, event wrappers | \ No newline at end of file diff --git a/.github/instructions/modules.instructions.md b/.github/instructions/modules.instructions.md index d41444ba3..e4109d0f7 100644 --- a/.github/instructions/modules.instructions.md +++ b/.github/instructions/modules.instructions.md @@ -4,6 +4,8 @@ applyTo: "lib/pangea/**" # Pangea Feature Modules (`lib/pangea/`) +See also: [UX Priorities](../../../.github/instructions/ux-priorities.instructions.md) | [Design System](../../../.github/instructions/design-system.instructions.md) + Each subdirectory is a self-contained feature module. This doc provides the full map. ## Core Infrastructure