@clipboard-health/ai-rules 1.7.21 → 1.7.22

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/backend/AGENTS.md CHANGED
@@ -312,7 +312,7 @@ async perform(payload: JobPayload): Promise<string> {
312
312
 
313
313
  Send via [Knock](https://docs.knock.app) using `@clipboard-health/notifications`.
314
314
 
315
- Use `triggerChunked` to store full trigger request at job enqueue time. See package documentation for setup of `triggerNotification.job.ts`, `notifications.service.ts`, and workflow keys.
315
+ Use `triggerChunked` to store full trigger request at job enqueue time. See package documentation for setup of `triggerNotification.job.ts`, `notificationClient.provider.ts`, and workflow keys.
316
316
 
317
317
  **Job enqueue pattern:**
318
318
 
@@ -312,7 +312,7 @@ async perform(payload: JobPayload): Promise<string> {
312
312
 
313
313
  Send via [Knock](https://docs.knock.app) using `@clipboard-health/notifications`.
314
314
 
315
- Use `triggerChunked` to store full trigger request at job enqueue time. See package documentation for setup of `triggerNotification.job.ts`, `notifications.service.ts`, and workflow keys.
315
+ Use `triggerChunked` to store full trigger request at job enqueue time. See package documentation for setup of `triggerNotification.job.ts`, `notificationClient.provider.ts`, and workflow keys.
316
316
 
317
317
  **Job enqueue pattern:**
318
318
 
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.7.21",
4
+ "version": "1.7.22",
5
5
  "bugs": "https://github.com/ClipboardHealth/core-utils/issues",
6
6
  "devDependencies": {
7
7
  "@intellectronica/ruler": "0.3.28"