mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
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:
@@ -50,6 +50,10 @@ bun run setup/buildGraph.ts # Direct graph build
|
|||||||
bun run agent.ts "Your question here" # Direct agent execution
|
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
|
## Code Style Guidelines
|
||||||
|
|
||||||
### Imports & Modules
|
### Imports & Modules
|
||||||
|
|||||||
Reference in New Issue
Block a user