Files
flutter__agent-plugins/rules/hot_reload.md
Jacob MacDonald 141bccd9a3 add a rule file encouraging proactive use of hot reload (#210)
Part of https://github.com/dart-lang/ai/issues/498

It is not clear to me exactly which all agents support rules, but AGY does, and this rule has only been tested in AGY. Cursor supports it but seems to want a slightly different format, (`.mdc`).

Should we create separate directories for some of the other agents? I think cursor does support pointing to any directory for the rules in its plugin configuration.
2026-08-05 09:52:17 -07:00

484 B

trigger: glob globs: *.dart description: Proactively connect to apps and hot reload

Whenever you make edits to any Dart or Flutter files in this project:

  1. Proactively connect to the running application using the dtd tool and its subcommands. Make sure to read the schema for this tool.
  2. Trigger a hot reload using the hot_reload tool to push the changes immediately.
  3. If no app is running, inform the user but do not let it stop you from completing the code edits.