docs: auto-update documentation based on changes in next branch

This PR was automatically generated to update documentation based on recent changes.

  Original commit: feat: Add Cursor IDE custom slash commands support (#1215)\n\n\n

  Co-authored-by: Claude <claude-assistant@anthropic.com>
This commit is contained in:
github-actions[bot]
2025-09-26 17:29:01 +00:00
parent 0079b7defd
commit 501a2bf5f1
3 changed files with 137 additions and 0 deletions

View File

@@ -166,7 +166,14 @@ npx task-master init
# Initialize project with specific rules
task-master init --rules cursor,windsurf,vscode
# Initialize project for Cursor (sets up rules and custom slash commands)
task-master init --cursor
```
This will prompt you for project details and set up a new project with the necessary files and structure.
<Note>
When using the `--cursor` flag, Task Master automatically copies custom slash commands to `.cursor/commands/` for enhanced Cursor IDE integration. See the [Cursor Setup Guide](/archive/cursor-setup) for more details about these commands.
</Note>
</Accordion>