|
1 | 1 | { |
2 | 2 | "version": "0.3.0", |
3 | | - "timestamp": "2026-02-24T03:36:28.845Z", |
| 3 | + "timestamp": "2026-02-24T03:52:24.440Z", |
4 | 4 | "summary": { |
5 | 5 | "totalFindings": 10, |
6 | 6 | "errors": 1, |
|
15 | 15 | "agentId": "dead-code", |
16 | 16 | "tier": "free", |
17 | 17 | "skipped": false, |
18 | | - "durationMs": 2, |
| 18 | + "durationMs": 1, |
19 | 19 | "findings": [ |
20 | 20 | { |
21 | 21 | "agentId": "dead-code", |
|
53 | 53 | "agentId": "dead-code", |
54 | 54 | "severity": "info", |
55 | 55 | "title": "Unused export", |
56 | | - "filePath": "/root/fondamenta/examples/demo-fullstack/lib/auth.ts", |
| 56 | + "filePath": "lib/auth.ts", |
57 | 57 | "message": "Export `getServerSession` (function) is never imported by any file in the project", |
58 | 58 | "suggestion": "Remove the export or mark it as internal" |
59 | 59 | }, |
60 | 60 | { |
61 | 61 | "agentId": "dead-code", |
62 | 62 | "severity": "info", |
63 | 63 | "title": "Unused export", |
64 | | - "filePath": "/root/fondamenta/examples/demo-fullstack/lib/utils.ts", |
| 64 | + "filePath": "lib/utils.ts", |
65 | 65 | "message": "Export `truncate` (function) is never imported by any file in the project", |
66 | 66 | "suggestion": "Remove the export or mark it as internal" |
67 | 67 | }, |
68 | 68 | { |
69 | 69 | "agentId": "dead-code", |
70 | 70 | "severity": "info", |
71 | 71 | "title": "Unused export", |
72 | | - "filePath": "/root/fondamenta/examples/demo-fullstack/lib/utils.ts", |
| 72 | + "filePath": "lib/utils.ts", |
73 | 73 | "message": "Export `capitalize` (function) is never imported by any file in the project", |
74 | 74 | "suggestion": "Remove the export or mark it as internal" |
75 | 75 | } |
|
79 | 79 | "agentId": "circular-deps", |
80 | 80 | "tier": "free", |
81 | 81 | "skipped": false, |
82 | | - "durationMs": 0, |
| 82 | + "durationMs": 1, |
83 | 83 | "findings": [ |
84 | 84 | { |
85 | 85 | "agentId": "circular-deps", |
|
0 commit comments