wdi-method 0.6.4 → 0.6.5
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 +16 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,12 +9,17 @@
|
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
12
|
-
## Prerequisites — two engines, and
|
|
12
|
+
## Prerequisites — two engines, and both are required
|
|
13
13
|
|
|
14
|
-
| Engine | What it does here |
|
|
15
|
-
|
|
16
|
-
| **BMad Method** | Writes the documents behind G1–G4 — brief, PRD, architecture, UX |
|
|
17
|
-
| **mattpocock/skills** | Cuts the work at G5 — `to-spec`, `to-tickets`; runs the Fast Path
|
|
14
|
+
| Engine | What it does here | Source |
|
|
15
|
+
|---|---|---|
|
|
16
|
+
| **BMad Method** | Writes the documents behind G1–G4 — brief, PRD, architecture, UX | [github.com/bmad-code-org/BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) |
|
|
17
|
+
| **mattpocock/skills** | Cuts the work at G5 — `to-spec`, `to-tickets`; runs the Fast Path and every `wdi-autopilot` iteration — `implement` | [github.com/mattpocock/skills](https://github.com/mattpocock/skills) |
|
|
18
|
+
|
|
19
|
+
**The installer refuses without either.** BMad has always been checked. The ticket engines are checked
|
|
20
|
+
too, since 0.6.4: G1–G4 genuinely run without them, and every repo that relied on that learned they were
|
|
21
|
+
missing inside `wdi-build` with a spec already open. `--skip-engines-check` is the escape for the two
|
|
22
|
+
cases that earn it — CI, and a repo that will never reach G5.
|
|
18
23
|
|
|
19
24
|
No engine skill is invoked on its own. Each has a wrapper (`wdi-*`) that checks where the project is,
|
|
20
25
|
runs the engine, verifies what came back, and records it. The engine is the pen; the wrapper knows what
|
|
@@ -159,8 +164,9 @@ renders, decide — advance or refine.
|
|
|
159
164
|
|
|
160
165
|
**Unattended, on request.** `wdi-autopilot` moves owner time from the gates to two points: the mandate before,
|
|
161
166
|
the review after. From the gate you name it runs the same skills, answers what they would have asked, records
|
|
162
|
-
every answer in `.control/memlog/autopilot-<
|
|
163
|
-
|
|
167
|
+
every answer in `.control/memlog/autopilot-<mandate-id>.md`, and returns at one of three stops — done,
|
|
168
|
+
at capacity, or blocked. It finishes when every `FR` in scope is closed, when nothing left is runnable, or
|
|
169
|
+
when the mandate expires. It needs three things from the session: permission prompts bypassed (one prompt halts the
|
|
164
170
|
loop), a loop to fire it — `/loop 5m /wdi-autopilot` in Claude Code — and a way past the ticket engines'
|
|
165
171
|
`disable-model-invocation`, which the preflight names: a builder that reads and follows the engine's `SKILL.md`,
|
|
166
172
|
or a copy of the engines inside the repo. The validator `mandate-accept` keeps the one thing the method never
|
|
@@ -434,11 +440,13 @@ English, whatever the settings say — it travels to every repo through this pac
|
|
|
434
440
|
| | |
|
|
435
441
|
|---|---|
|
|
436
442
|
| Overwrites | everything in `.constitution/method/` · the eighteen wrappers · `_bmad/custom/*.toml` · the marked block in `AGENTS.md` |
|
|
437
|
-
| Renames | a file whose content needs no judgment to move — `waves.yaml` → `specs.yaml`, the pre-0.5 registry names. Content is never rewritten |
|
|
443
|
+
| Renames | a file whose content needs no judgment to move — `waves.yaml` → `specs.yaml`, the pre-0.5 registry names, and a pre-0.6.2 autopilot ledger to `autopilot-<mandate-id>.md`. Content is never rewritten |
|
|
444
|
+
| Seeds | `docs/agents/` — the ticket engines' own config, already answered for this method, so `/setup-matt-pocock-skills` is not part of getting started. Seeded once; a file you already wrote is never touched |
|
|
438
445
|
| Removes | Wrappers the method has retired — a `wdi-*` folder with a `SKILL.md` that is no longer one of the eighteen. Each removal is printed |
|
|
439
446
|
| Reports | what is still in the OLD shape, as an `upgrade` line — and names `wdi-upgrade` as the next step. The installer does not move content; that is a decision, and the skill's |
|
|
440
447
|
| Keeps | All of `.constitution/project/`, plus your initiative slug and your language choice. A setting somebody already chose is not the installer's to change behind their back |
|
|
441
448
|
| Never resurrects | A folder you retired. On update, absence is treated as a decision |
|
|
449
|
+
| Warns, never edits | An open `wdi-autopilot` mandate written before `ad-n` was parked by default, and a `docs/agents/domain.md` still pointing at a root `CONTEXT.md`. Both are values you chose; the installer names them and leaves them alone |
|
|
442
450
|
|
|
443
451
|
It prints the version it replaced, what it wrote, what it kept, and what to do next.
|
|
444
452
|
|