refactor: Rename all folders to kebab-case

This commit is contained in:
2026-04-08 16:11:29 +05:30
parent 02a3fa4cad
commit 0a7c89d577
12 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Users ask questions like: *"How does the if statement work?"* or *"Which functio
```
ask262/
├── agent.ts # Main ReAct agent - answers user queries
├── agentTools/ # Agent tool implementations
├── agent-tools/ # Agent tool implementations
├── constants.ts # Directory paths and file locations
├── config.json # API keys and endpoints (user-created)
├── setup/