taskplane 0.24.19 → 0.24.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -82,7 +82,9 @@ cd my-project
82
82
  taskplane init --preset full
83
83
  ```
84
84
 
85
- This creates config files in `.pi/`, agent prompts, two example tasks, and adds `.gitignore` entries for runtime artifacts. Init auto-detects whether you're in a single repo or a multi-repo workspace. See the [install tutorial](docs/tutorials/install.md) for workspace mode and other scenarios.
85
+ This creates config files in `.pi/`, agent prompts, two example tasks, and adds `.gitignore` entries for runtime artifacts. Interactive init now also prompts for worker/reviewer/merger model + thinking defaults (with `inherit` as the first option). Init auto-detects whether you're in a single repo or a multi-repo workspace. See the [install tutorial](docs/tutorials/install.md) for workspace mode and other scenarios.
86
+
87
+ Want to reuse model/thinking picks across projects? Run `taskplane config --save-as-defaults` in an initialized project.
86
88
 
87
89
  Already have a task folder (for example `docs/task-management`)? Use:
88
90
 
@@ -158,7 +160,7 @@ This uses the same orchestrator infrastructure as a full batch — isolated work
158
160
  |---------|-------------|
159
161
  | `taskplane init` | Scaffold project config (interactive or `--preset`) |
160
162
  | `taskplane doctor` | Validate installation and config |
161
- | `taskplane install-tmux` | Install or upgrade tmux for Git Bash (Windows) |
163
+ | `taskplane config --save-as-defaults` | Save current worker/reviewer/merger model + thinking settings as defaults for future `taskplane init` runs |
162
164
  | `taskplane version` | Show version info |
163
165
  | `taskplane dashboard` | Launch the web dashboard |
164
166
  | `taskplane uninstall` | Remove Taskplane project files and optionally uninstall package (`--package`) |