chore: apply requested changes from next branch (#629)

This commit is contained in:
Ralph Khreish
2025-06-01 06:19:55 +02:00
committed by GitHub
parent 3f64202c9f
commit b0dfcf345e
6 changed files with 22 additions and 17 deletions

View File

@@ -104,7 +104,7 @@ Task Master offers two primary ways to interact:
Taskmaster configuration is managed through two main mechanisms:
1. **`.taskmasterconfig` File (Primary):**
1. **`.taskmaster/config.json` File (Primary):**
* Located in the project root directory.
* Stores most configuration settings: AI model selections (main, research, fallback), parameters (max tokens, temperature), logging level, default subtasks/priority, project name, etc.
* **Managed via `task-master models --setup` command.** Do not edit manually unless you know what you are doing.