From 50293da41b5f365ea07524d493a1093e4f96f00b Mon Sep 17 00:00:00 2001 From: Joe Danziger Date: Fri, 9 May 2025 04:07:18 -0400 Subject: [PATCH] update docs --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 2949f682..812e979a 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,11 @@ npx task-master init ``` This will prompt you for project details and set up a new project with the necessary files and structure. +You can also specify brand rules to apply during initialization: + +```bash +task-master init --rules cursor,windsurf +``` #### Common Commands @@ -90,9 +95,16 @@ This will prompt you for project details and set up a new project with the neces # Initialize a new project task-master init +# Initialize a new project applying specific brand rules +task-master init --rules cursor,windsurf + # Parse a PRD and generate tasks task-master parse-prd your-prd.txt +# Add or remove brand rules after initialization +task-master rules add windsurf,roo +task-master rules remove windsurf + # List all tasks task-master list