Skip to content

Refactor mkdir to use recursive option#58

Merged
zainphp merged 2 commits into
mainfrom
refactor
May 26, 2026
Merged

Refactor mkdir to use recursive option#58
zainphp merged 2 commits into
mainfrom
refactor

Conversation

@zainphp

@zainphp zainphp commented May 26, 2026

Copy link
Copy Markdown
Collaborator

Introduces a centralized mkdir function in support/file-manager.ts that defaults to the recursive: true option.

This refactoring consolidates the usage of mkdir across the codebase, ensuring that directories are always created recursively when needed. This simplifies the code by removing redundant recursive: true arguments and improves consistency.

zainphp added 2 commits May 27, 2026 00:44
Removes the `.geminiignore` and `.ignore` files. These files were redundant and not actively used.
Introduces a centralized `mkdir` function in `support/file-manager.ts` that defaults to the `recursive: true` option.

This refactoring consolidates the usage of `mkdir` across the codebase, ensuring that directories are always created recursively when needed. This simplifies the code by removing redundant `recursive: true` arguments and improves consistency.
@zainphp zainphp merged commit 7466d96 into main May 26, 2026
5 checks passed
@zainphp zainphp deleted the refactor branch May 26, 2026 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant