tree: aeeb78424283f3288ba8da2c98ac45bda1dd548f
  1. airflow-plugin.md
  2. react-typescript.md
  3. README.md
  4. testing.md
dev/react-plugin-tools/react_plugin_template/ai-agent-rules/README.md

Table of Contents generated with DocToc

AI agent rules

These Markdown files describe the coding and validation conventions for this Airflow React plugin. They are deliberately tool-agnostic and are not loaded automatically by AI coding tools.

Adapt the files to the format supported by your tool:

  • Cursor project rules belong in .cursor/rules/ and use the .mdc extension. Add any metadata required for the desired rule scope. See the Cursor rules documentation.
  • GitHub Copilot can use a repository-wide .github/copilot-instructions.md file or path-specific .github/instructions/*.instructions.md files. Path-specific files require applyTo frontmatter. See the GitHub Copilot custom instructions documentation.
  • For other tools, consult their documentation and copy or convert these files as needed.

Keep the adapted rules version-controlled and update them when the plugin's dependencies, scripts, or build configuration change.