codingbuddy-rules 5.1.3 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
name: widget-slot-architecture
|
|
3
3
|
description: Architecture guide using Next.js App Router's Parallel Routes for Widget-Slot pattern. Separates static layouts from dynamic widgets to achieve separation of concerns, fault isolation, and plug-and-play development.
|
|
4
4
|
user-invocable: false
|
|
5
|
+
triggers:
|
|
6
|
+
- pattern: "widget.*(slot|architecture|parallel)"
|
|
7
|
+
confidence: high
|
|
8
|
+
- pattern: "(parallel route|next.*layout|slot.*pattern)"
|
|
9
|
+
confidence: medium
|
|
10
|
+
- pattern: "(dashboard.*layout|multi.*panel)"
|
|
11
|
+
confidence: low
|
|
5
12
|
---
|
|
6
13
|
|
|
7
14
|
# Widget-Slot Architecture (WSA)
|