@aiready/pattern-detect 0.1.0 → 0.1.1

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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -238,11 +238,11 @@ We welcome contributions! This tool is part of the [AIReady](https://github.com/
238
238
 
239
239
  MIT - See LICENSE file
240
240
 
241
- ## 🔗 Related Tools
241
+ ## 🔗 Related Tools (Coming Soon)
242
242
 
243
- - **[@aiready/context-analyzer](../context-analyzer)** - Analyze token costs and context fragmentation
244
- - **[@aiready/doc-drift](../doc-drift)** - Track documentation freshness
245
- - **[@aiready/consistency](../consistency)** - Check naming pattern consistency
243
+ - **@aiready/context-analyzer** - Analyze token costs and context fragmentation
244
+ - **@aiready/doc-drift** - Track documentation freshness
245
+ - **@aiready/consistency** - Check naming pattern consistency
246
246
 
247
247
  ---
248
248
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/pattern-detect",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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": "^12.1.0",
47
47
  "chalk": "^5.3.0",
48
- "@aiready/core": "0.1.0"
48
+ "@aiready/core": "0.1.1"
49
49
  },
50
50
  "devDependencies": {
51
51
  "tsup": "^8.3.5",