From ad627aafc258e6d9b6d65a4616fc85901f89d316 Mon Sep 17 00:00:00 2001 From: hannesrudolph Date: Sat, 19 Apr 2025 13:32:48 -0600 Subject: [PATCH] docs: improve clarity and formatting in Boomerang Tasks documentation --- docs/features/boomerang-tasks.mdx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/features/boomerang-tasks.mdx b/docs/features/boomerang-tasks.mdx index 64e555a8..a785e3bc 100644 --- a/docs/features/boomerang-tasks.mdx +++ b/docs/features/boomerang-tasks.mdx @@ -22,8 +22,12 @@ Boomerang Tasks (also known as subtasks or task orchestration) allow you to brea > +
+ :::info Boomerang Mode is a Custom Mode -The `Boomerang Mode` mentioned here is not a built-in mode but a custom mode you can create yourself. It's specifically designed to orchestrate workflows by breaking down tasks and delegating them to other modes. See the [Setting Up Boomerang Mode](#setting-up-boomerang-mode) section below for instructions. +The `Boomerang Mode` mentioned here is not a built-in mode but a custom mode you can create yourself. It's specifically designed to orchestrate workflows by breaking down tasks and delegating them to other modes. + +[**Jump to Boomerang Mode Setup & Download**](#setting-up-boomerang-mode) Learn more about [Built-in Modes](/basic-usage/using-modes#built-in-modes) or the general process of creating [Custom Modes](/features/custom-modes). ::: @@ -59,7 +63,9 @@ Boomerang Tasks provide a powerful way to manage complex development workflows d ### Download Configuration -You can download the Boomerang Mode configuration file here: [Download boomerang-mode.roomodes](/downloads/boomerang-tasks/roomodes.json). Rename to `.roomodes` and place in the root directory of your project. +You can download the Boomerang Mode configuration file below. Rename the downloaded file to `.roomodes` and place it in the root directory of your project. + +[**Download boomerang-mode.roomodes**](/downloads/boomerang-tasks/roomodes.json) ### Manual Configuration