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

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

  Original commit: fix: improve auto-update to happen before you execute a command (#1371)\n\n\n

  Co-authored-by: Claude <claude-assistant@anthropic.com>
This commit is contained in:
github-actions[bot]
2025-11-01 13:52:31 +00:00
parent abf46b8087
commit d928eb3732
2 changed files with 58 additions and 1 deletions

View File

@@ -169,4 +169,26 @@ task-master init --rules cursor,windsurf,vscode
```
This will prompt you for project details and set up a new project with the necessary files and structure.
</Accordion>
</Accordion>
## Auto-Updates
Task Master automatically checks for updates when you run CLI commands. When a newer version is available:
- The update happens **before your command runs**
- Your command automatically executes with the new version
- No manual restart required
### Controlling Auto-Updates
You can disable auto-updates by setting an environment variable:
```bash
# Disable auto-updates
export TASKMASTER_SKIP_AUTO_UPDATE=1
# Run your command
task-master list
```
Auto-updates are automatically disabled in CI environments and during testing.

35
output.txt Normal file

File diff suppressed because one or more lines are too long