@clipboard-health/ai-rules 1.4.22 → 1.5.1
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 +2 -0
- package/fullstack/AGENTS.md +2 -0
- package/package.json +1 -1
package/backend/AGENTS.md
CHANGED
|
@@ -150,6 +150,8 @@ Send notifications through [Knock](https://docs.knock.app) using the `@clipboard
|
|
|
150
150
|
recipients,
|
|
151
151
|
workplaceId,
|
|
152
152
|
},
|
|
153
|
+
// Helpful when controlling notifications with feature flags.
|
|
154
|
+
dryRun: false,
|
|
153
155
|
expiresAt: new Date(expiresAt),
|
|
154
156
|
idempotencyKey,
|
|
155
157
|
keysToRedact: ["secret"],
|
package/fullstack/AGENTS.md
CHANGED
|
@@ -150,6 +150,8 @@ Send notifications through [Knock](https://docs.knock.app) using the `@clipboard
|
|
|
150
150
|
recipients,
|
|
151
151
|
workplaceId,
|
|
152
152
|
},
|
|
153
|
+
// Helpful when controlling notifications with feature flags.
|
|
154
|
+
dryRun: false,
|
|
153
155
|
expiresAt: new Date(expiresAt),
|
|
154
156
|
idempotencyKey,
|
|
155
157
|
keysToRedact: ["secret"],
|
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.
|
|
4
|
+
"version": "1.5.1",
|
|
5
5
|
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
|
|
6
6
|
"devDependencies": {
|
|
7
7
|
"@intellectronica/ruler": "0.3.17"
|