@clipboard-health/ai-rules 0.3.2 → 0.3.3

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
@@ -96,8 +96,10 @@ Send notifications through [Knock](https://docs.knock.app) using the `@clipboard
96
96
  EXAMPLE_NOTIFICATION_JOB_NAME,
97
97
  // Important: Read the TypeDoc documentation for additional context.
98
98
  {
99
- // Set expiresAt at enqueue-time so it remains stable across job retries.
100
- // Use date-fns in your service instead of this manual calculation.
99
+ /**
100
+ * Set expiresAt at enqueue-time so it remains stable across job retries. Use date-fns in your
101
+ * service instead of this manual calculation.
102
+ */
101
103
  expiresAt: new Date(Date.now() + 60 * 60_000).toISOString(),
102
104
  // Set idempotencyKey at enqueue-time so it remains stable across job retries.
103
105
  idempotencyKey: {
package/backend/CLAUDE.md CHANGED
@@ -94,8 +94,10 @@ Send notifications through [Knock](https://docs.knock.app) using the `@clipboard
94
94
  EXAMPLE_NOTIFICATION_JOB_NAME,
95
95
  // Important: Read the TypeDoc documentation for additional context.
96
96
  {
97
- // Set expiresAt at enqueue-time so it remains stable across job retries.
98
- // Use date-fns in your service instead of this manual calculation.
97
+ /**
98
+ * Set expiresAt at enqueue-time so it remains stable across job retries. Use date-fns in your
99
+ * service instead of this manual calculation.
100
+ */
99
101
  expiresAt: new Date(Date.now() + 60 * 60_000).toISOString(),
100
102
  // Set idempotencyKey at enqueue-time so it remains stable across job retries.
101
103
  idempotencyKey: {
@@ -96,8 +96,10 @@ Send notifications through [Knock](https://docs.knock.app) using the `@clipboard
96
96
  EXAMPLE_NOTIFICATION_JOB_NAME,
97
97
  // Important: Read the TypeDoc documentation for additional context.
98
98
  {
99
- // Set expiresAt at enqueue-time so it remains stable across job retries.
100
- // Use date-fns in your service instead of this manual calculation.
99
+ /**
100
+ * Set expiresAt at enqueue-time so it remains stable across job retries. Use date-fns in your
101
+ * service instead of this manual calculation.
102
+ */
101
103
  expiresAt: new Date(Date.now() + 60 * 60_000).toISOString(),
102
104
  // Set idempotencyKey at enqueue-time so it remains stable across job retries.
103
105
  idempotencyKey: {
@@ -94,8 +94,10 @@ Send notifications through [Knock](https://docs.knock.app) using the `@clipboard
94
94
  EXAMPLE_NOTIFICATION_JOB_NAME,
95
95
  // Important: Read the TypeDoc documentation for additional context.
96
96
  {
97
- // Set expiresAt at enqueue-time so it remains stable across job retries.
98
- // Use date-fns in your service instead of this manual calculation.
97
+ /**
98
+ * Set expiresAt at enqueue-time so it remains stable across job retries. Use date-fns in your
99
+ * service instead of this manual calculation.
100
+ */
99
101
  expiresAt: new Date(Date.now() + 60 * 60_000).toISOString(),
100
102
  // Set idempotencyKey at enqueue-time so it remains stable across job retries.
101
103
  idempotencyKey: {
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": "0.3.2",
4
+ "version": "0.3.3",
5
5
  "bugs": "https://github.com/ClipboardHealth/core-utils/issues",
6
6
  "devDependencies": {
7
7
  "@intellectronica/ruler": "0.3.10"