docs: update copilot instructions and add reference links for UX priorities and design system

This commit is contained in:
wcjord 2026-02-22 18:21:33 -05:00
parent 117a03089e
commit b14d79ddff
2 changed files with 2 additions and 9 deletions

View file

@ -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<T>` (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 |

View file

@ -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