Make codegraph_explore language-agnostic
- Pattern generation now uses multiple naming conventions: PascalCase, snake_case, and camelCase - Common suffixes/prefixes work across languages (Service, Handler, Controller, handle_, create_, etc.) - Removed JS/React-specific patterns like useBundle, SwapDialog - Bump version to 0.1.6 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
0c168c4d8b
commit
43cee17dc3
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@colbymchenry/codegraph",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"description": "A local-first code intelligence system that builds a semantic knowledge graph from any codebase",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user