Best Practices for Rules Files
- π Keep the file concise to avoid confusing the AI with too much context.
- π Continuously update the file as new problems are discovered to ensure the AI generates output consistently.
- π The rules file can be updated as part of a pull request and committed to the codebase.
Future Improvements
- π€ Allowing the breakdown of files to provide more abstract, high-level context to the AI could improve code generation.
- π Automatically adding suggested edits to the rules file based on the AI's performance could streamline maintenance.
- π Integrating a memory feature, like the one in Chat GBT, could help the AI learn from past interactions and apply preferences without manual input.