Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help AI avoid duplicate files with the same name in directories. #3041

Open
mfjpeachey opened this issue Nov 23, 2024 · 0 comments
Open

Help AI avoid duplicate files with the same name in directories. #3041

mfjpeachey opened this issue Nov 23, 2024 · 0 comments

Comments

@mfjpeachey
Copy link

Is your feature request related to a problem? Please describe:

I have noted that the AI will often produce duplicate files, for example it will create a file in the primary path then it will create a clone of the file in a sub directory with the same name as the app grows. Then when you are adding to the code it will use one file but update the other and you think that no updates are being made. In addition without going into all the code you do not know which file is being referenced in paths so just deleting one file is an issue.

eg

./src/transactions.tsx
./src/transactions/transactions.tsx

Describe the solution you'd like:

Ideally the AI would understand that it should not have active duplicate files in two places.

Describe alternatives you've considered:

Adding instruction to the prompt file.

Additional context:

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

No branches or pull requests

1 participant