@clipboard-health/ai-rules 1.7.21 → 1.7.23
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 +1 -1
- package/fullstack/AGENTS.md +1 -1
- package/package.json +1 -1
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`, `
|
|
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/fullstack/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`, `
|
|
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.
|
|
4
|
+
"version": "1.7.23",
|
|
5
5
|
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
|
|
6
6
|
"devDependencies": {
|
|
7
7
|
"@intellectronica/ruler": "0.3.28"
|