We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: Add comprehensive nested conditions documentation Added detailed documentation for nested condition groups feature that was previously undocumented. ADDITIONS TO CONDITIONS.MD: - New "Nested Conditions " section - How it works: nesting all/any/none groups inside each other - Pattern 1: Nested ANY inside ALL (cleanup with fallback criteria) - Pattern 2: Nested ALL inside ANY - Pattern 3: Nested NONE inside ALL (exclusion logic) - Pattern 4: Multiple nesting levels (3+ levels deep) - Use cases: complex cleanup, conditional seeding, priority management - Performance note: depth-first evaluation, optimize placement ADDITIONS TO EXAMPLES.MD: - New "Nested Conditions " subsection - Example 1: Smart cleanup with tiered ratio/age requirements - Example 2: Priority seeding based on tracker type + seeder count - Example 3: Upload limits with category exclusions - All examples include clear comments explaining the boolean logic FORMATTING FIXES: - Rules-Architecture.md: Cleaned up trailing whitespace in ASCII diagram This feature has been supported since the beginning (test coverage exists) but was never documented. Users can now leverage nested conditions for complex decision trees and boolean logic without writing multiple rules. Files modified: 3 files (+95 lines) Impact: Power users can now create more sophisticated automation rules
Created Rules Architecture (markdown)