@whisperr/wizard 0.7.4 → 0.9.0
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 +23 -18
- package/dist/index.js +1809 -546
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,22 +13,25 @@ hands you a clean diff to review and commit.
|
|
|
13
13
|
|
|
14
14
|
## How it works
|
|
15
15
|
|
|
16
|
-
The wizard is an agentic integrator with
|
|
17
|
-
|
|
18
|
-
1. **
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
5. **
|
|
31
|
-
|
|
16
|
+
The wizard is an agentic integrator with task-aware hybrid routing:
|
|
17
|
+
|
|
18
|
+
1. **Survey** — Opus 5 low/fast maps the stack, feature areas, auth lifecycle,
|
|
19
|
+
existing analytics, and integratable call sites into a source-free run
|
|
20
|
+
artifact.
|
|
21
|
+
2. **Design** — a separate Opus 5 low/fast session designs and validates the
|
|
22
|
+
complete event batch from that saved survey. The batch is frozen and
|
|
23
|
+
registered atomically; there is no terminal event-approval prompt.
|
|
24
|
+
3. **Set up** — another isolated Opus 5 low/fast session installs and initializes
|
|
25
|
+
the SDK, binds generated wrappers, wires `identify()` for login/restoration,
|
|
26
|
+
and wires `reset()` for logout.
|
|
27
|
+
4. **Wire** — Terra 5.6 medium/priority runs a rolling queue of up to four
|
|
28
|
+
file-isolated edit clusters, with no more than four events per cluster and
|
|
29
|
+
no concurrent edits to the same file.
|
|
30
|
+
5. **Review** — Sol 5.6 medium/priority reviews file-isolated event placements
|
|
31
|
+
for outcome timing, deduplication, payload correctness, PII safety, and
|
|
32
|
+
wrapper usage, repairing only failed files.
|
|
33
|
+
6. **Verify** — the wizard runs the repository's available typecheck, lint, and
|
|
34
|
+
build scripts. Sol gets at most two targeted repair cycles. Every event ends
|
|
32
35
|
the run as `✓ wired @ file` or `○ skipped — reason`.
|
|
33
36
|
|
|
34
37
|
Multi-surface aware: run it in your web app, then your mobile app, then your
|
|
@@ -65,8 +68,10 @@ Options:
|
|
|
65
68
|
-v, --version Show version
|
|
66
69
|
```
|
|
67
70
|
|
|
68
|
-
Environment knobs: `
|
|
69
|
-
`
|
|
71
|
+
Environment knobs: `WHISPERR_WIZARD_ENGINE_<TASK>_MODEL` (for example
|
|
72
|
+
`WHISPERR_WIZARD_ENGINE_DESIGN_MODEL`), `WHISPERR_WIZARD_BUDGET_USD`
|
|
73
|
+
(default 25), `WHISPERR_WIZARD_EFFORT`.
|
|
74
|
+
Set `WHISPERR_WIZARD_PRESET=claude-default` for the Opus-only rollback preset.
|
|
70
75
|
|
|
71
76
|
## Safety
|
|
72
77
|
|