@aiready/cli 0.14.14 → 0.14.15
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/CONTRIBUTING.md +86 -1
- package/LICENSE +21 -0
- package/package.json +33 -12
- package/.aiready/aiready-report-20260227-133806.json +0 -7805
- package/.aiready/aiready-report-20260227-133938.json +0 -7951
- package/.aiready/aiready-report-20260228-003433.json +0 -7939
- package/.aiready/aiready-report-20260228-003613.json +0 -771
- package/.aiready/aiready-report-20260314-164626.json +0 -59
- package/.aiready/aiready-report-20260314-164741.json +0 -59
- package/.aiready/aiready-report-20260319-201106.json +0 -5566
- package/.aiready/aiready-report-20260319-201511.json +0 -5566
- package/.aiready/aiready-report-20260319-202017.json +0 -5708
- package/.github/FUNDING.yml +0 -5
- package/.turbo/turbo-build.log +0 -29
- package/.turbo/turbo-lint.log +0 -0
- package/.turbo/turbo-test.log +0 -76
- package/aiready-report.json +0 -30703
- package/coverage/base.css +0 -224
- package/coverage/block-navigation.js +0 -87
- package/coverage/clover.xml +0 -865
- package/coverage/coverage-final.json +0 -15
- package/coverage/favicon.png +0 -0
- package/coverage/index.html +0 -146
- package/coverage/prettify.css +0 -1
- package/coverage/prettify.js +0 -2
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +0 -210
- package/coverage/src/commands/agent-grounding.ts.html +0 -271
- package/coverage/src/commands/ai-signal-clarity.ts.html +0 -253
- package/coverage/src/commands/change-amplification.ts.html +0 -94
- package/coverage/src/commands/consistency.ts.html +0 -781
- package/coverage/src/commands/context.ts.html +0 -871
- package/coverage/src/commands/deps-health.ts.html +0 -280
- package/coverage/src/commands/doc-drift.ts.html +0 -271
- package/coverage/src/commands/index.html +0 -281
- package/coverage/src/commands/patterns.ts.html +0 -745
- package/coverage/src/commands/scan.ts.html +0 -1393
- package/coverage/src/commands/testability.ts.html +0 -304
- package/coverage/src/commands/upload.ts.html +0 -466
- package/coverage/src/commands/visualize.ts.html +0 -1027
- package/coverage/src/index.html +0 -116
- package/coverage/src/index.ts.html +0 -1372
- package/coverage/src/utils/helpers.ts.html +0 -559
- package/coverage/src/utils/index.html +0 -116
- package/docs/SPOKE_GUIDE.md +0 -184
- package/packages/core/src/.aiready/aiready-report-20260314-161145.json +0 -224
- package/packages/core/src/.aiready/aiready-report-20260314-161152.json +0 -235
- package/packages/pattern-detect/src/.aiready/aiready-report-20260314-161139.json +0 -224
- package/src/.aiready/aiready-report-20260312-103623.json +0 -32574
- package/src/.aiready/aiready-report-20260312-110843.json +0 -28740
- package/src/.aiready/aiready-report-20260312-110955.json +0 -28740
- package/src/.aiready/aiready-report-20260314-203209.json +0 -30713
- package/src/.aiready/aiready-report-20260314-203736.json +0 -30713
- package/src/.aiready/aiready-report-20260314-203857.json +0 -30713
- package/src/.aiready/aiready-report-20260314-204047.json +0 -30713
- package/src/.aiready/aiready-report-20260318-002110.json +0 -28782
- package/src/__tests__/cli.test.ts +0 -85
- package/src/__tests__/config-shape.test.ts +0 -105
- package/src/__tests__/unified.test.ts +0 -95
- package/src/cli.ts +0 -333
- package/src/commands/__tests__/agent-grounding.test.ts +0 -24
- package/src/commands/__tests__/ai-signal-clarity.test.ts +0 -32
- package/src/commands/__tests__/consistency.test.ts +0 -100
- package/src/commands/__tests__/deps-health.test.ts +0 -26
- package/src/commands/__tests__/doc-drift.test.ts +0 -26
- package/src/commands/__tests__/extra-commands.test.ts +0 -168
- package/src/commands/__tests__/init.test.ts +0 -51
- package/src/commands/__tests__/scan.test.ts +0 -153
- package/src/commands/__tests__/testability.test.ts +0 -36
- package/src/commands/__tests__/upload.test.ts +0 -50
- package/src/commands/__tests__/visualize.test.ts +0 -78
- package/src/commands/agent-grounding.ts +0 -62
- package/src/commands/ai-signal-clarity.ts +0 -1
- package/src/commands/bug.ts +0 -99
- package/src/commands/change-amplification.ts +0 -3
- package/src/commands/consistency.ts +0 -232
- package/src/commands/context.ts +0 -262
- package/src/commands/deps-health.ts +0 -1
- package/src/commands/doc-drift.ts +0 -1
- package/src/commands/index.ts +0 -20
- package/src/commands/init.ts +0 -199
- package/src/commands/patterns.ts +0 -222
- package/src/commands/report-formatter.ts +0 -267
- package/src/commands/scan.ts +0 -432
- package/src/commands/shared/configured-tool-action.ts +0 -35
- package/src/commands/shared/standard-tool-actions.ts +0 -126
- package/src/commands/testability.ts +0 -73
- package/src/commands/upload.ts +0 -129
- package/src/commands/visualize.ts +0 -321
- package/src/index.ts +0 -465
- package/src/utils/__tests__/helpers.test.ts +0 -35
- package/src/utils/helpers.ts +0 -234
- package/tsconfig.json +0 -11
- package/tsconfig.tsbuildinfo +0 -1
- package/vitest.config.ts +0 -13
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"results": [],
|
|
3
|
-
"summary": {
|
|
4
|
-
"totalFiles": 0,
|
|
5
|
-
"totalTokens": 0,
|
|
6
|
-
"avgContextBudget": 0,
|
|
7
|
-
"maxContextBudget": 0,
|
|
8
|
-
"avgImportDepth": 0,
|
|
9
|
-
"maxImportDepth": 0,
|
|
10
|
-
"deepFiles": [],
|
|
11
|
-
"avgFragmentation": 0,
|
|
12
|
-
"fragmentedModules": [],
|
|
13
|
-
"avgCohesion": 0,
|
|
14
|
-
"lowCohesionFiles": [],
|
|
15
|
-
"criticalIssues": 0,
|
|
16
|
-
"majorIssues": 0,
|
|
17
|
-
"minorIssues": 0,
|
|
18
|
-
"totalPotentialSavings": 0,
|
|
19
|
-
"topExpensiveFiles": [],
|
|
20
|
-
"executionTime": 0.04
|
|
21
|
-
},
|
|
22
|
-
"scoring": {
|
|
23
|
-
"toolName": "context-analyzer",
|
|
24
|
-
"score": 100,
|
|
25
|
-
"rawMetrics": {
|
|
26
|
-
"avgContextBudget": 0,
|
|
27
|
-
"maxContextBudget": 0,
|
|
28
|
-
"avgImportDepth": 0,
|
|
29
|
-
"maxImportDepth": 0,
|
|
30
|
-
"avgFragmentation": 0,
|
|
31
|
-
"criticalIssues": 0,
|
|
32
|
-
"majorIssues": 0,
|
|
33
|
-
"estimatedMonthlyCost": {
|
|
34
|
-
"total": 0,
|
|
35
|
-
"range": [0, 0],
|
|
36
|
-
"confidence": 0.7
|
|
37
|
-
},
|
|
38
|
-
"estimatedDeveloperHours": 0
|
|
39
|
-
},
|
|
40
|
-
"factors": [
|
|
41
|
-
{
|
|
42
|
-
"name": "Context Budget",
|
|
43
|
-
"impact": 0,
|
|
44
|
-
"description": "Avg 0 tokens per file (excellent)"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "Import Depth",
|
|
48
|
-
"impact": 0,
|
|
49
|
-
"description": "Avg 0.0 levels (excellent)"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"name": "Fragmentation",
|
|
53
|
-
"impact": 0,
|
|
54
|
-
"description": "0% fragmentation (well-organized)"
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
"recommendations": []
|
|
58
|
-
}
|
|
59
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"results": [],
|
|
3
|
-
"summary": {
|
|
4
|
-
"totalFiles": 0,
|
|
5
|
-
"totalTokens": 0,
|
|
6
|
-
"avgContextBudget": 0,
|
|
7
|
-
"maxContextBudget": 0,
|
|
8
|
-
"avgImportDepth": 0,
|
|
9
|
-
"maxImportDepth": 0,
|
|
10
|
-
"deepFiles": [],
|
|
11
|
-
"avgFragmentation": 0,
|
|
12
|
-
"fragmentedModules": [],
|
|
13
|
-
"avgCohesion": 0,
|
|
14
|
-
"lowCohesionFiles": [],
|
|
15
|
-
"criticalIssues": 0,
|
|
16
|
-
"majorIssues": 0,
|
|
17
|
-
"minorIssues": 0,
|
|
18
|
-
"totalPotentialSavings": 0,
|
|
19
|
-
"topExpensiveFiles": [],
|
|
20
|
-
"executionTime": 0.05
|
|
21
|
-
},
|
|
22
|
-
"scoring": {
|
|
23
|
-
"toolName": "context-analyzer",
|
|
24
|
-
"score": 100,
|
|
25
|
-
"rawMetrics": {
|
|
26
|
-
"avgContextBudget": 0,
|
|
27
|
-
"maxContextBudget": 0,
|
|
28
|
-
"avgImportDepth": 0,
|
|
29
|
-
"maxImportDepth": 0,
|
|
30
|
-
"avgFragmentation": 0,
|
|
31
|
-
"criticalIssues": 0,
|
|
32
|
-
"majorIssues": 0,
|
|
33
|
-
"estimatedMonthlyCost": {
|
|
34
|
-
"total": 0,
|
|
35
|
-
"range": [0, 0],
|
|
36
|
-
"confidence": 0.7
|
|
37
|
-
},
|
|
38
|
-
"estimatedDeveloperHours": 0
|
|
39
|
-
},
|
|
40
|
-
"factors": [
|
|
41
|
-
{
|
|
42
|
-
"name": "Context Budget",
|
|
43
|
-
"impact": 0,
|
|
44
|
-
"description": "Avg 0 tokens per file (excellent)"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "Import Depth",
|
|
48
|
-
"impact": 0,
|
|
49
|
-
"description": "Avg 0.0 levels (excellent)"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"name": "Fragmentation",
|
|
53
|
-
"impact": 0,
|
|
54
|
-
"description": "0% fragmentation (well-organized)"
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
"recommendations": []
|
|
58
|
-
}
|
|
59
|
-
}
|