pierrejeambrun commented on issue #53748: URL: https://github.com/apache/airflow/issues/53748#issuecomment-3143896268
I think the best option is to make those rules "markdown files" and they should be hardcoded in the template generator. When running the template generator, it should ask the user if he wants to include such AI agent coding rules, and if answered yes, the directory containing the rules should be copied over. If answered no, we should skip this step. Each AI tool (cursor, etc...) has their own way of specifying them, in cursor they need to be in a `rules` directory, and file extension `.mdc`, I don't think we can handle all cases at this point, so just moving markdowns to `ai-agent-rules` and inform the user that he needs to update them depending on their IDE / AI agent is a good start -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
