@clipboard-health/ai-rules 1.4.13 → 1.4.14
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.
- package/README.md +8 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,17 +24,19 @@ npm install --save-dev @clipboard-health/ai-rules
|
|
|
24
24
|
|
|
25
25
|
1. Choose the profile that matches your project type:
|
|
26
26
|
|
|
27
|
-
| Profile
|
|
28
|
-
|
|
|
29
|
-
| `common`
|
|
30
|
-
| `frontend`
|
|
31
|
-
| `backend`
|
|
32
|
-
| `fullstack`
|
|
27
|
+
| Profile | Includes | Use For |
|
|
28
|
+
| --------------- | --------------------------- | -------------------------------------- |
|
|
29
|
+
| `common` | common | TypeScript libraries, generic projects |
|
|
30
|
+
| `frontend` | common + frontend | React apps, web apps |
|
|
31
|
+
| `backend` | common + backend | NestJS services, APIs |
|
|
32
|
+
| `fullstack` | common + frontend + backend | Monorepos, fullstack apps |
|
|
33
|
+
| `data-modeling` | data-modeling | DBT data modeling |
|
|
33
34
|
|
|
34
35
|
**Rule categories:**
|
|
35
36
|
- **common**: TypeScript, testing, code style, error handling, key conventions
|
|
36
37
|
- **frontend**: React patterns, hooks, performance, styling, data fetching, custom hooks
|
|
37
38
|
- **backend**: NestJS APIs, three-tier architecture, controllers, services
|
|
39
|
+
- **data-modeling**: data modeling, testing, yaml documentation, data cleaning, analytics
|
|
38
40
|
|
|
39
41
|
2. Add it to your `package.json`:
|
|
40
42
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clipboard-health/ai-rules",
|
|
3
3
|
"description": "Pre-built AI agent rules for consistent coding standards.",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.14",
|
|
5
5
|
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
|
|
6
6
|
"devDependencies": {
|
|
7
7
|
"@intellectronica/ruler": "0.3.16"
|