@aiready/change-amplification 0.11.15 → 0.11.17
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/.turbo/turbo-build.log +6 -6
- package/.turbo/turbo-test.log +5 -5
- package/README.md +6 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @aiready/change-amplification@0.11.
|
|
3
|
+
> @aiready/change-amplification@0.11.16 build /Users/pengcao/projects/aiready/packages/change-amplification
|
|
4
4
|
> tsup src/index.ts src/cli.ts --format cjs,esm --dts
|
|
5
5
|
|
|
6
6
|
[34mCLI[39m Building entry: src/cli.ts, src/index.ts
|
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
[34mCLI[39m Target: es2020
|
|
10
10
|
[34mCJS[39m Build start
|
|
11
11
|
[34mESM[39m Build start
|
|
12
|
+
[32mCJS[39m [1mdist/index.js [22m[32m7.40 KB[39m
|
|
13
|
+
[32mCJS[39m [1mdist/cli.js [22m[32m9.01 KB[39m
|
|
14
|
+
[32mCJS[39m ⚡️ Build success in 34ms
|
|
12
15
|
[32mESM[39m [1mdist/cli.mjs [22m[32m2.78 KB[39m
|
|
13
16
|
[32mESM[39m [1mdist/index.mjs [22m[32m1.25 KB[39m
|
|
14
17
|
[32mESM[39m [1mdist/chunk-OBBL7HKE.mjs [22m[32m4.82 KB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
16
|
-
[32mCJS[39m [1mdist/cli.js [22m[32m9.01 KB[39m
|
|
17
|
-
[32mCJS[39m [1mdist/index.js [22m[32m7.40 KB[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in 55ms
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 34ms
|
|
19
19
|
DTS Build start
|
|
20
|
-
DTS ⚡️ Build success in
|
|
20
|
+
DTS ⚡️ Build success in 2382ms
|
|
21
21
|
DTS dist/cli.d.ts 152.00 B
|
|
22
22
|
DTS dist/index.d.ts 1.05 KB
|
|
23
23
|
DTS dist/cli.d.mts 152.00 B
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @aiready/change-amplification@0.11.
|
|
3
|
+
> @aiready/change-amplification@0.11.16 test /Users/pengcao/projects/aiready/packages/change-amplification
|
|
4
4
|
> vitest run
|
|
5
5
|
|
|
6
6
|
[?25l
|
|
7
7
|
[1m[46m RUN [49m[22m [36mv4.0.18 [39m[90m/Users/pengcao/projects/aiready/packages/change-amplification[39m
|
|
8
8
|
|
|
9
|
-
[32m✓[39m src/__tests__/dummy.test.ts [2m([22m[2m1 test[22m[2m)[22m[32m
|
|
9
|
+
[32m✓[39m src/__tests__/dummy.test.ts [2m([22m[2m1 test[22m[2m)[22m[32m 2[2mms[22m[39m
|
|
10
10
|
[90mstdout[2m | src/__tests__/analyzer.test.ts[2m > [22m[2manalyzeChangeAmplification reproduction[2m > [22m[2mshould see how it gets to 0
|
|
11
11
|
[22m[39mResulting score for highly coupled: [33m27[39m
|
|
12
12
|
Rating: explosive
|
|
13
13
|
|
|
14
|
-
[32m✓[39m src/__tests__/analyzer.test.ts [2m([22m[2m2 tests[22m[2m)[22m[32m
|
|
14
|
+
[32m✓[39m src/__tests__/analyzer.test.ts [2m([22m[2m2 tests[22m[2m)[22m[32m 51[2mms[22m[39m
|
|
15
15
|
|
|
16
16
|
[2m Test Files [22m [1m[32m2 passed[39m[22m[90m (2)[39m
|
|
17
17
|
[2m Tests [22m [1m[32m3 passed[39m[22m[90m (3)[39m
|
|
18
|
-
[2m Start at [22m
|
|
19
|
-
[2m Duration [22m
|
|
18
|
+
[2m Start at [22m 12:45:54
|
|
19
|
+
[2m Duration [22m 2.11s[2m (transform 336ms, setup 0ms, import 1.56s, tests 53ms, environment 0ms)[22m
|
|
20
20
|
|
|
21
21
|
[?25h
|
package/README.md
CHANGED
|
@@ -11,6 +11,12 @@ High architectural coupling is one of the leading causes of AI agent failure. Wh
|
|
|
11
11
|
|
|
12
12
|
The **Change Amplification** analyzer computes graph metrics (fan-in, fan-out, and centrality) to identify these high-risk areas before they cause an "edit explosion."
|
|
13
13
|
|
|
14
|
+
### Language Support
|
|
15
|
+
|
|
16
|
+
- **Full Support:** TypeScript, JavaScript, Python, Java, Go, C#
|
|
17
|
+
- **Capabilities:** Fan-in/Fan-out analysis, blast radius prediction, hotspot detection.
|
|
18
|
+
toxicology
|
|
19
|
+
|
|
14
20
|
## 🏛️ Architecture
|
|
15
21
|
|
|
16
22
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiready/change-amplification",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.17",
|
|
4
4
|
"description": "AI-Readiness: Change Amplification Detection",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"commander": "^14.0.0",
|
|
11
11
|
"glob": "^13.0.0",
|
|
12
12
|
"chalk": "^5.3.0",
|
|
13
|
-
"@aiready/core": "0.21.
|
|
13
|
+
"@aiready/core": "0.21.17"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@types/node": "^24.0.0",
|