mirror of
https://github.com/cline/cline.git
synced 2026-09-13 09:50:12 +08:00
* docs(rules): Initial thoughts on docs for conditional rules. * docs: restructure Cline Rules documentation into nested structure Reorganize Cline Rules documentation by: - Creating a "Cline Rules" group with overview and conditional-rules pages - Moving conditional-rules.mdx into features/cline-rules/ subdirectory - Adding URL redirects for backward compatibility - Streamlining conditional-rules content for clarity and conciseness - Adding cross-reference link to the overview page This improves documentation navigation by grouping related rule concepts together and makes the content more accessible with clearer, more concise explanations. * docs(cline-rules): consolidate rule file format documentation Reorganize and expand the documentation for supported rule file formats: - Add new "Supported Rule Files" section with comprehensive table - Document cross-tool compatibility (Cursor, Windsurf, AGENTS.md) - Clarify file priority and loading behavior - Remove separate AGENTS.md section and integrate into unified table This improves discoverability by showing all supported formats in one place and makes it clearer how Cline works with rules from different AI coding tools. * docs(rules): remove context management note from overview --------- Co-authored-by: cline-test <132302818+candieduniverse@users.noreply.github.com>