arcvision 0.2.11 → 0.2.12

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: ec13c3a36f355b4031b9c403e74f53bf5cc8ad44
40
- - Generation timestamp: 2026-01-14T06:13:56.711Z
41
- - Tool version: 0.2.7
39
+ - Generated from commit: baeeb76e6d823a22126f930b1aa9b4064ed6ab24
40
+ - Generation timestamp: 2026-01-15T03:47:02.411Z
41
+ - Tool version: 0.2.11
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
- - **apps/examples/nextjs/auth.ts**
52
- - Blast Radius: 9 files (1.22% of codebase)
51
+ - **src/core/scanner.js**
52
+ - Blast Radius: 3 files (6% of codebase)
53
53
  - Risk: Changes here may silently propagate across the system.
54
54
 
55
- - **apps/dev/nextjs/auth.ts**
56
- - Blast Radius: 8 files (1.08% of codebase)
55
+ - **src/core/tsconfig-utils.js**
56
+ - Blast Radius: 3 files (6% of codebase)
57
57
  - Risk: Acts as a coordination layer between components.
58
58
 
59
- - **apps/examples/nextjs-pages/lib/utils.ts**
60
- - Blast Radius: 8 files (1.08% of codebase)
59
+ - **src/core/blastRadius.js**
60
+ - Blast Radius: 2 files (4% 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.11",
3
+ "version": "0.2.12",
4
4
  "description": "Architecture scanner for modern codebases",
5
5
  "bin": {
6
6
  "arcvision": "./dist/index.js"