@@ -266,35 +266,35 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
266266
267267## Project Structure
268268
269- <!-- doc-gen fileTreeExtended showSize=false showDescriptions=true descriptionsFile=_descriptions.json -->
269+ <!-- doc-gen fileTreeExtended showSize=true showDescriptions=true descriptionsFile=_descriptions.json -->
270270
271271```
272272repo-description/
273273├── __tests__
274- │ ├── .gitkeep
275- │ └── cli.test.js # Description unavailable.
274+ │ ├── .gitkeep (66 B)
275+ │ └── cli.test.js (792 B)
276276├── .qodo
277277│ ├── agents
278278│ └── workflows
279279├── src
280- │ ├── cli.js # Description unavailable .
281- │ ├── describe.js # Description unavailable.
282- │ ├── index.js # Description unavailable.
283- │ └── utils.js # Description unavailable.
284- ├── _descriptions.json
285- ├── .env # Defines the GROQ_API_KEY environment variable for authentication.
286- ├── .gitignore
287- ├── .prettierrc.json # Description unavailable.
288- ├── babel.config.js # Description unavailable.
289- ├── CHANGELOG.md # Description unavailable.
290- ├── CONTRIBUTING.md # Description unavailable.
291- ├── eslint.config.js # Description unavailable.
292- ├── LICENSE # Description unavailable.
293- ├── md.config.js # Description unavailable.
294- ├── package-lock.json # Description unavailable.
295- ├── package.json # Description unavailable .
296- ├── README.md # Description unavailable .
297- └── RULES_OF_CONDUCT.md # Description unavailable.
280+ │ ├── cli.js (2.7 KB) # Handles command-line interface parsing and execution .
281+ │ ├── describe.js (8.3 KB)
282+ │ ├── index.js (308 B)
283+ │ └── utils.js (0 B)
284+ ├── _descriptions.json (221 B)
285+ ├── .env (69 B)
286+ ├── .gitignore (2.1 KB)
287+ ├── .prettierrc.json (563 B)
288+ ├── babel.config.js (92 B)
289+ ├── CHANGELOG.md (2.3 KB)
290+ ├── CONTRIBUTING.md (2.9 KB)
291+ ├── eslint.config.js (1.1 KB)
292+ ├── LICENSE (1.0 KB)
293+ ├── md.config.js (438 B)
294+ ├── package-lock.json (297.6 KB)
295+ ├── package.json (3.1 KB) # Defines project metadata, scripts, and dependencies .
296+ ├── README.md (16.6 KB) # Provides an overview of the repository and its usage .
297+ └── RULES_OF_CONDUCT.md (4.9 KB)
298298```
299299
300300<!-- end-doc-gen -->
0 commit comments