docs: add file and folder naming conventions

Added a new “File / Folder Naming” section to AGENTS.md detailing naming rules: folders in kebab-case and files in camelCase.
This commit is contained in:
2026-04-08 16:13:18 +05:30
parent 0a7c89d577
commit bba6fab3ac
+4
View File
@@ -50,6 +50,10 @@ bun run setup/buildGraph.ts # Direct graph build
bun run agent.ts "Your question here" # Direct agent execution
```
## File / Folder Naming
Name all folders in kebab-case. Ex - hello-world
Name all files in camelcase. Ex - helloWorld
## Code Style Guidelines
### Imports & Modules