@paniolo/scan 0.2.0 → 0.2.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/package.json +21 -3
package/package.json
CHANGED
|
@@ -1,17 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paniolo/scan",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "The AI Technical Debt Scanner — diagnostic-only CLI that scores your repo's AI harness across Copilot, Cursor, Codex, Antigravity, Claude Code, and Gemini. No writes, no telemetry.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agents",
|
|
7
|
+
"agents-md",
|
|
7
8
|
"ai",
|
|
9
|
+
"antigravity",
|
|
10
|
+
"claude-code",
|
|
11
|
+
"cli",
|
|
8
12
|
"codex",
|
|
13
|
+
"coding-agents",
|
|
9
14
|
"copilot",
|
|
10
15
|
"cursor",
|
|
16
|
+
"diagnostic",
|
|
17
|
+
"gemini",
|
|
11
18
|
"harness",
|
|
12
|
-
"
|
|
19
|
+
"harness-engineering",
|
|
20
|
+
"lint",
|
|
21
|
+
"static-analysis",
|
|
22
|
+
"technical-debt"
|
|
13
23
|
],
|
|
24
|
+
"homepage": "https://paniolo.ai",
|
|
25
|
+
"bugs": {
|
|
26
|
+
"url": "https://github.com/paniolo-ai/paniolo-scan/issues"
|
|
27
|
+
},
|
|
14
28
|
"license": "MIT",
|
|
29
|
+
"repository": {
|
|
30
|
+
"type": "git",
|
|
31
|
+
"url": "git+https://github.com/paniolo-ai/paniolo-scan.git"
|
|
32
|
+
},
|
|
15
33
|
"bin": {
|
|
16
34
|
"paniolo-scan": "dist/cli.js"
|
|
17
35
|
},
|