@clipboard-health/ai-rules 2.0.10 → 2.1.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.
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": "2.0.10",
4
+ "version": "2.1.0",
5
5
  "bugs": "https://github.com/ClipboardHealth/core-utils/issues",
6
6
  "keywords": [
7
7
  "ai",
@@ -6,8 +6,7 @@ Use when: error handling hard to trigger black-box, concurrency scenarios, >5 va
6
6
 
7
7
  ## Conventions
8
8
 
9
- - Prefer `it` over `test` for test case declarations
9
+ - Use `it` over `test` for test case declarations
10
10
  - `describe` for grouping
11
11
  - Arrange-Act-Assert with newlines between
12
12
  - Variables: `mockX`, `input`, `expected`, `actual`
13
- - Prefer `it.each` for multiple cases