docs: document agentic rules and manual setup for supported assistant… - #13867
docs: document agentic rules and manual setup for supported assistant…#13867lamek wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Flutter AI documentation to introduce "Agent rules" as a new core capability of the tooling ecosystem, adding configuration instructions for various coding assistants like Claude Code, Cursor, Codex, and GitHub Copilot. The review feedback highlights several instances where Markdown link URLs are split across multiple lines, which can cause parsing issues or introduce unwanted characters in the resolved URLs. It is recommended to keep the link text and URLs on the same line as suggested.
…s (b/558792468) Add agentic rules documentation back to the /ai documentation suite, explaining what agent rules are, linking to the official repository, and providing instructions for manually configuring rules across supported AI coding assistants (Claude Code, Cursor, Codex, and GitHub Copilot). - Add 'Agent rules' as a core mechanism to /ai/tools and update the comparison table. - Add a focused Agent rules section in /ai/tools. - Provide future-proof rule instructions in each agent tab in /ai/get-started, linking to the official rules repository. Fixes: b/558792468
5e25a33 to
6311470
Compare
|
Staged preview of the updated docs.flutter.dev site (updated for commit 6311470): https://flutter-docs-prod--docs-pr13867-document-ai-rules-m3qqsajh.web.app |
|
Staged preview of the updated flutter.dev site (updated for commit 6311470): https://flutter-dev-230821--www-pr13867-document-ai-rules-9oungeve.web.app |
Add agentic rules documentation back to the /ai documentation suite, explaining what agent rules are, linking to the official repository, and providing instructions for manually configuring rules across supported AI coding assistants (Claude Code, Cursor, Codex, and GitHub Copilot).