stupid-comments 0.1.5

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.
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "stupid-comments",
3
+ "description": "Runtime enforcement for your code comment policy.",
4
+ "owner": {
5
+ "name": "nmindz",
6
+ "url": "https://github.com/nmindz/stupid-comments"
7
+ },
8
+ "plugins": [
9
+ {
10
+ "name": "stupid-comments",
11
+ "source": "./plugins/stupid-comments",
12
+ "description": "Enforces whatever comment policy you have written, at the point where the model writes code — not in a prompt it will forget.",
13
+ "version": "0.1.5",
14
+ "author": { "name": "nmindz", "url": "https://github.com/nmindz" },
15
+ "license": "GPL-3.0-or-later",
16
+ "repository": "https://github.com/nmindz/stupid-comments"
17
+ }
18
+ ],
19
+ "categories": [
20
+ { "name": "Code Quality", "description": "Linting and policy enforcement", "plugins": ["stupid-comments"] }
21
+ ]
22
+ }