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: extends the tm context command to accept a brief ID directly or… (#1219)\n\nCo-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>\n\n

  Co-authored-by: Claude <claude-assistant@anthropic.com>
This commit is contained in:
github-actions[bot]
2025-09-18 21:18:55 +00:00
parent 2b0cbdbc84
commit adb756a783
2 changed files with 51 additions and 0 deletions

View File

@@ -200,6 +200,34 @@ sidebarTitle: "CLI Commands"
```
</Accordion>
<Accordion title="Context Management">
```bash
# Show current workspace context (organization and brief)
task-master context
# Set context directly using a brief ID
task-master context <briefId>
# Set context using a Hamster brief URL
task-master context https://your-domain/home/hamster/briefs/<briefId>
# Select an organization interactively
task-master context org
# Select a brief within the current organization
task-master context brief
# Clear all context selections
task-master context clear
# Set context directly with options
task-master context set --org <orgId> --brief <briefId>
task-master context set --org-name <name> --brief-name <name>
```
The context command manages your workspace context (organization and brief selection). When you provide a brief ID or Hamster URL directly, Task Master will automatically resolve the brief and set both the organization and brief context for you.
</Accordion>
<Accordion title="Initialize a Project">
```bash
# Initialize a new project with Task Master structure

23
output.txt Normal file

File diff suppressed because one or more lines are too long