#
AIGuardian helps clean up and organize your project files based on what type of project you have. It can remove temporary files, fix formatting issues, and suggest improvements - but it will always ask for your permission first.
#
No! AIGuardian creates a backup before making any changes. If anything goes wrong, you can restore your files from the backup. Also, if you use the --dry-run
option, it will show what would change without actually changing anything.
#
No special programming knowledge is needed. AIGuardian is designed to be helpful for everyone, from beginners to experts. Just follow the prompts on screen.
#
Yes! In fact, AIGuardian is especially helpful for organizing and cleaning up code that was generated by AI tools like ChatGPT or Copilot.
#
AIGuardian works with many project types including:
#
Don't worry! AIGuardian automatically detects your project type by scanning your files. You don't need to specify anything.
#
Yes, AIGuardian is safe to use. It doesn't send your code anywhere, and it creates backups before making changes.
#
You can run AIGuardian:
#
If you don't like a change, you can restore from the backup that AIGuardian creates. The backup can be found in the .aiguardian/backups
folder in your project.
#
No, once AIGuardian is installed, it works completely offline.
#
Version 1.1.0 includes several improvements:
#
AIGuardian is designed to be lightweight and only uses native Node.js modules with the exception of 'chalk' for colorful terminal output.
#
You can run a specific task using the --task option:
``
aiguardian --task clean-gitignore
``
#
You can run all tasks without confirmation using:
``
aiguardian --all --yes
``