arcvision 0.2.12 → 0.2.14

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.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,9 +36,9 @@ Use this artifact when:
36
36
 
37
37
  ## Determinism & Trust
38
38
 
39
- - Generated from commit: baeeb76e6d823a22126f930b1aa9b4064ed6ab24
40
- - Generation timestamp: 2026-01-15T03:47:02.411Z
41
- - Tool version: 0.2.11
39
+ - Generated from commit: 0008311ad914a5f2200bd38d1b3029d47f281a46
40
+ - Generation timestamp: 2026-01-15T11:08:33.477Z
41
+ - Tool version: 0.2.13
42
42
  - Deterministic: same input → same output
43
43
  - Explicit assumptions listed inside the artifact
44
44
 
@@ -48,16 +48,16 @@ If this artifact conflicts with human memory, **trust the artifact**.
48
48
 
49
49
  The following files have the highest blast radius and represent critical structural hubs in the system:
50
50
 
51
- - **src/core/scanner.js**
52
- - Blast Radius: 3 files (6% of codebase)
51
+ - **src/lib/utils.ts**
52
+ - Blast Radius: 62 files (13.42% of codebase)
53
53
  - Risk: Changes here may silently propagate across the system.
54
54
 
55
- - **src/core/tsconfig-utils.js**
56
- - Blast Radius: 3 files (6% of codebase)
55
+ - **src/components/ui/button.tsx**
56
+ - Blast Radius: 49 files (10.61% of codebase)
57
57
  - Risk: Acts as a coordination layer between components.
58
58
 
59
- - **src/core/blastRadius.js**
60
- - Blast Radius: 2 files (4% of codebase)
59
+ - **src/lib/supabase/client.ts**
60
+ - Blast Radius: 45 files (9.74% of codebase)
61
61
  - Risk: Modifications can cause widespread inconsistencies.
62
62
 
63
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arcvision",
3
- "version": "0.2.12",
3
+ "version": "0.2.14",
4
4
  "description": "Architecture scanner for modern codebases",
5
5
  "bin": {
6
6
  "arcvision": "./dist/index.js"