@aiready/pattern-detect 0.11.19 β 0.11.22
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/README.md +30 -15
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,21 +7,36 @@ Finds semantically similar but syntactically different code patterns that waste
|
|
|
7
7
|
## ποΈ Architecture
|
|
8
8
|
|
|
9
9
|
```
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
β
|
|
22
|
-
|
|
23
|
-
β
|
|
24
|
-
|
|
10
|
+
π― USER
|
|
11
|
+
β
|
|
12
|
+
βΌ
|
|
13
|
+
ποΈ CLI (orchestrator)
|
|
14
|
+
β
|
|
15
|
+
βββββββββββββββββββ΄ββββββββββββββββββ
|
|
16
|
+
β β
|
|
17
|
+
βΌ βΌ
|
|
18
|
+
ββββββββββ ββββββββββ
|
|
19
|
+
βπ¨ VIS- β β ANALY- β
|
|
20
|
+
βUALIZER β β SIS β
|
|
21
|
+
ββ
Readyβ β SPOKES β
|
|
22
|
+
ββββββββββ βββββ¬βββββ
|
|
23
|
+
β β
|
|
24
|
+
β βββββββββββββββββββββββΌββββββββββββββββββββββ
|
|
25
|
+
β βΌ βΌ βΌ
|
|
26
|
+
β ββββββββββ ββββββββββ ββββββββββ
|
|
27
|
+
β βπ PAT- β βπ¦ CON- β βπ§ CON- β
|
|
28
|
+
β βTERN β βTEXT β βSISTENCYβ
|
|
29
|
+
β βDETECT β βANALYZERβ β β
|
|
30
|
+
β β β β β β β
|
|
31
|
+
β ββ
Readyβ ββ
Readyβ ββ
Readyβ
|
|
32
|
+
β ββββββββββ ββββββββββ ββββββββββ
|
|
33
|
+
β β β β
|
|
34
|
+
β β β YOU ARE HERE βββ β
|
|
35
|
+
β β β
|
|
36
|
+
βββββββββββββ΄ββββββββββββββββββββββββββββββββββββββββββββ
|
|
37
|
+
β
|
|
38
|
+
βΌ
|
|
39
|
+
π’ HUB (@aiready/core)
|
|
25
40
|
```
|
|
26
41
|
|
|
27
42
|
## π Language Support
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiready/pattern-detect",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.22",
|
|
4
4
|
"description": "Semantic duplicate pattern detection for AI-generated code - finds similar implementations that waste AI context tokens",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"commander": "^14.0.0",
|
|
47
47
|
"chalk": "^5.3.0",
|
|
48
|
-
"@aiready/core": "0.9.
|
|
48
|
+
"@aiready/core": "0.9.22"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"tsup": "^8.3.5",
|