@clipboard-health/ai-rules 1.6.13 → 1.6.15

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
@@ -61,6 +61,7 @@ Send notifications through [Knock](https://docs.knock.app) using the `@clipboard
61
61
  * `maxRetryAttempts` (and `SerializableTriggerChunkedRequest.expiresAt`) when enqueueing.
62
62
  */
63
63
  export class TriggerNotificationJob implements BaseHandler<SerializableTriggerChunkedRequest> {
64
+ // For background-jobs-postgres, use `public static queueName = TRIGGER_NOTIFICATION_JOB_NAME;`
64
65
  public name = TRIGGER_NOTIFICATION_JOB_NAME;
65
66
  private readonly logger = new CBHLogger({
66
67
  defaultMeta: {
@@ -61,6 +61,7 @@ Send notifications through [Knock](https://docs.knock.app) using the `@clipboard
61
61
  * `maxRetryAttempts` (and `SerializableTriggerChunkedRequest.expiresAt`) when enqueueing.
62
62
  */
63
63
  export class TriggerNotificationJob implements BaseHandler<SerializableTriggerChunkedRequest> {
64
+ // For background-jobs-postgres, use `public static queueName = TRIGGER_NOTIFICATION_JOB_NAME;`
64
65
  public name = TRIGGER_NOTIFICATION_JOB_NAME;
65
66
  private readonly logger = new CBHLogger({
66
67
  defaultMeta: {
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.6.13",
4
+ "version": "1.6.15",
5
5
  "bugs": "https://github.com/ClipboardHealth/core-utils/issues",
6
6
  "devDependencies": {
7
7
  "@intellectronica/ruler": "0.3.21"