fix(angular): Add risk and source fields to meet quality bar requirements

This commit is contained in:
Chau (Joe) Nguyen
2026-02-04 01:25:24 -06:00
parent 6247fcefab
commit aa164fac16
4 changed files with 8 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
---
name: angular-best-practices
description: Angular performance optimization and best practices guide. Use when writing, reviewing, or refactoring Angular code for optimal performance, bundle size, and rendering efficiency.
risk: safe
source: self
---
# Angular Best Practices

View File

@@ -1,6 +1,8 @@
---
name: angular-state-management
description: Master modern Angular state management with Signals, NgRx, and RxJS. Use when setting up global state, managing component stores, choosing between state solutions, or migrating from legacy patterns.
risk: safe
source: self
---
# Angular State Management

View File

@@ -1,6 +1,8 @@
---
name: angular-ui-patterns
description: Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component states.
risk: safe
source: self
---
# Angular UI Patterns

View File

@@ -5,6 +5,8 @@ description: >-
Components, Zoneless applications, SSR/Hydration, and reactive patterns.
Use PROACTIVELY for Angular development, component architecture, state
management, performance optimization, and migration to modern patterns.
risk: safe
source: self
---
# Angular Expert