Imported from seankcheema/trading-season (
apps/business-logic-ui/AGENTS.md). Install upstream withnpx skills add seankcheema/trading-season --skill business-logic-ui. Copyright stays with the author.
Angular UI instructions
- Follow existing standalone components, reactive forms, OnPush change detection, and signal patterns.
- Import shared components through exported @shared/ui-components subpaths; avoid copying their implementations into this app.
- Preserve accessible labels, validation feedback, keyboard interactions, and responsive behavior.
- Check submission handlers before assuming API wiring exists. Integration changes must select the correct authentication contract.
- Validate UI changes with the app build and relevant Angular tests. Use --no-watch; see development.