@clipboard-health/ai-rules 1.5.16 → 1.5.18
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 +2 -2
package/backend/AGENTS.md
CHANGED
|
@@ -99,7 +99,7 @@ Send notifications through [Knock](https://docs.knock.app) using the `@clipboard
|
|
|
99
99
|
workflowKey: data.workflowKey,
|
|
100
100
|
});
|
|
101
101
|
} catch (error) {
|
|
102
|
-
this.logger.error("
|
|
102
|
+
this.logger.error("Failure", { error, data });
|
|
103
103
|
throw error;
|
|
104
104
|
}
|
|
105
105
|
}
|
package/fullstack/AGENTS.md
CHANGED
|
@@ -99,7 +99,7 @@ Send notifications through [Knock](https://docs.knock.app) using the `@clipboard
|
|
|
99
99
|
workflowKey: data.workflowKey,
|
|
100
100
|
});
|
|
101
101
|
} catch (error) {
|
|
102
|
-
this.logger.error("
|
|
102
|
+
this.logger.error("Failure", { error, data });
|
|
103
103
|
throw error;
|
|
104
104
|
}
|
|
105
105
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clipboard-health/ai-rules",
|
|
3
3
|
"description": "Pre-built AI agent rules for consistent coding standards.",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.18",
|
|
5
5
|
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
|
|
6
6
|
"devDependencies": {
|
|
7
|
-
"@intellectronica/ruler": "0.3.
|
|
7
|
+
"@intellectronica/ruler": "0.3.18"
|
|
8
8
|
},
|
|
9
9
|
"keywords": [
|
|
10
10
|
"ai",
|