refactor: Rename all file/folders to camelCase

This commit is contained in:
2026-04-08 16:09:01 +05:30
parent aa9c875006
commit 02a3fa4cad
15 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"ingest": "bun run setup/ingest.ts",
"verify-db": "bun run test/manual/verify-db.ts",
"agent": "bun run agent.ts",
"build": "bun run setup/build_graph.ts",
"build": "bun run setup/buildGraph.ts",
"test": "bun test"
},
"keywords": [],