@aiready/pattern-detect 0.14.16 → 0.14.18

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 +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,6 +9,12 @@
9
9
 
10
10
  AI models often suffer from "semantic confusion" when multiple variants of the same logic exist in the codebase. The **Pattern Detect** analyzer helps you identify these duplicates and consolidate them into reusable components.
11
11
 
12
+ ### Language Support
13
+
14
+ - **Full Support:** TypeScript, JavaScript, Python, Java, Go, C#
15
+ - **Capabilities:** Semantic duplicate detection, logic fragmentation, refactoring suggestions.
16
+ toxicology
17
+
12
18
  ## 🏛️ Architecture
13
19
 
14
20
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/pattern-detect",
3
- "version": "0.14.16",
3
+ "version": "0.14.18",
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.21.16"
48
+ "@aiready/core": "0.21.18"
49
49
  },
50
50
  "devDependencies": {
51
51
  "tsup": "^8.3.5",