@pruddiman/dispatch 1.2.1 → 1.3.1

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
@@ -99,6 +99,8 @@ az extension add --name azure-devops
99
99
 
100
100
  **Local markdown** (`--source md`): No external tools or authentication required.
101
101
 
102
+ > **Windows users:** See [Windows prerequisites and setup](docs/windows.md) for platform-specific installation commands, recommended configuration, and known limitations.
103
+
102
104
  ## Installation
103
105
 
104
106
  ```sh
@@ -140,7 +142,7 @@ dispatch --spec 42,43
140
142
  | Mode | Flag | Description |
141
143
  |------|------|-------------|
142
144
  | **Dispatch** | *(default)* | Plan and execute tasks; manage full git lifecycle |
143
- | **Spec generation** | `--spec` / `--respec` | Convert issues into structured markdown spec files |
145
+ | **Spec generation** | `--spec` | Convert issues into structured markdown spec files |
144
146
  | **Fix tests** | `--fix-tests` | Detect and auto-fix failing tests via AI |
145
147
 
146
148
  ## Task files
@@ -215,8 +217,7 @@ Config is stored at `.dispatch/config.json` (relative to the working directory w
215
217
 
216
218
  | Option | Description |
217
219
  |--------|-------------|
218
- | `--spec <values...>` | Issue numbers, glob pattern, or description. Activates spec mode. |
219
- | `--respec [values...]` | Regenerate existing specs. Pass no args to regenerate all. |
220
+ | `--spec [values...]` | Issue numbers, glob pattern, or description. Activates spec mode. Pass no args to regenerate all existing specs. |
220
221
  | `--source <name>` | Datasource override (auto-detected if omitted) |
221
222
  | `--output-dir <dir>` | Output directory for spec files (default: `.dispatch/specs`) |
222
223
  | `--org <url>` | Azure DevOps organization URL (required for `azdevops`) |
@@ -255,6 +256,7 @@ Full documentation is in the [`docs/`](docs/) directory:
255
256
  - [Planning & Dispatch](docs/planning-and-dispatch/overview.md)
256
257
  - [Spec Generation](docs/spec-generation/overview.md)
257
258
  - [Testing](docs/testing/overview.md)
259
+ - [Windows](docs/windows.md)
258
260
 
259
261
  ## License
260
262