@chllming/wave-orchestration 0.8.7 → 0.8.8
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/CHANGELOG.md +16 -0
- package/README.md +5 -5
- package/docs/README.md +3 -1
- package/docs/guides/author-and-run-waves.md +1 -1
- package/docs/guides/planner.md +1 -1
- package/docs/guides/recommendations-0.8.8.md +133 -0
- package/docs/plans/current-state.md +2 -1
- package/docs/plans/end-state-architecture.md +1 -1
- package/docs/plans/examples/wave-example-design-handoff.md +1 -1
- package/docs/plans/examples/wave-example-live-proof.md +1 -1
- package/docs/plans/migration.md +14 -11
- package/docs/reference/cli-reference.md +1 -1
- package/docs/reference/coordination-and-closure.md +2 -0
- package/docs/reference/npmjs-trusted-publishing.md +2 -2
- package/docs/reference/runtime-config/README.md +1 -0
- package/docs/reference/sample-waves.md +5 -5
- package/docs/reference/skills.md +1 -1
- package/package.json +1 -1
- package/releases/manifest.json +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 0.8.8 - 2026-03-27
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- The current release surface now ships the practical operating recommendations guide as `docs/guides/recommendations-0.8.8.md`, and the README, current-state notes, migration guide, coordination docs, and runtime-config docs now all point at the same `0.8.8` package surface.
|
|
10
|
+
- The tracked install-state fixture and upgrade-history records now advance to `0.8.8`, so repo-owned validation no longer lags the published package version after the follow-up docs cut.
|
|
11
|
+
|
|
12
|
+
### Fixed And Hardened
|
|
13
|
+
|
|
14
|
+
- Release-surface regression coverage now derives the recommendations-guide path from the current package version instead of a hard-coded `0.8.7` file name, which prevents the same drift on the next release.
|
|
15
|
+
|
|
16
|
+
### Testing And Validation
|
|
17
|
+
|
|
18
|
+
- `node scripts/wave.mjs doctor --json`
|
|
19
|
+
- `pnpm test -- test/wave-orchestrator/release-surface.test.ts`
|
|
20
|
+
|
|
5
21
|
## 0.8.7 - 2026-03-27
|
|
6
22
|
|
|
7
23
|
### Changed
|
package/README.md
CHANGED
|
@@ -103,18 +103,18 @@ Wave is built to mitigate those failures with a canonical authority set, generat
|
|
|
103
103
|
|
|
104
104
|
Current release:
|
|
105
105
|
|
|
106
|
-
- `@chllming/wave-orchestration@0.8.
|
|
107
|
-
- Release tag: [`v0.8.
|
|
106
|
+
- `@chllming/wave-orchestration@0.8.8`
|
|
107
|
+
- Release tag: [`v0.8.8`](https://github.com/chllming/agent-wave-orchestrator/releases/tag/v0.8.8)
|
|
108
108
|
- Public install path: npmjs
|
|
109
109
|
- Authenticated fallback: GitHub Packages
|
|
110
110
|
|
|
111
|
-
Highlights in `0.8.
|
|
111
|
+
Highlights in `0.8.8`:
|
|
112
112
|
|
|
113
113
|
- The shipped starter surface now includes `skills/signal-hygiene/` plus seeded `scripts/wave-status.sh` and `scripts/wave-watch.sh` wrappers for long-running-agent and operator wait loops.
|
|
114
114
|
- Long-running agents and resident orchestrators now get prompt-level signal-state and signal-ack paths, so wakeups are edge-triggered by versioned signal changes instead of relying on terminal injection.
|
|
115
115
|
- Versioned wave or agent signal snapshots are now a first-class operator surface under `.tmp/<lane>-wave-launcher/signals/`, with failure treated as terminal in both the runtime and the wrapper exit contract.
|
|
116
|
-
- `0.8.5` design-role and hybrid design-steward behavior remains part of the shipped release surface, and `0.8.7`
|
|
117
|
-
- Release docs, current-state notes, migration guidance,
|
|
116
|
+
- `0.8.5` design-role and hybrid design-steward behavior remains part of the shipped release surface, and the current release line keeps the `0.8.7` capability-specific same-wave helper routing, blocker-severity consistency, and stable per-wave tmux session reuse hardening.
|
|
117
|
+
- Release docs, current-state notes, migration guidance, publishing instructions, and the packaged operator recommendations guide now point at the `0.8.8` surface.
|
|
118
118
|
|
|
119
119
|
Requirements:
|
|
120
120
|
|
package/docs/README.md
CHANGED
|
@@ -36,13 +36,15 @@ The useful path is journey-first:
|
|
|
36
36
|
- Drafting or revising waves:
|
|
37
37
|
Read [guides/author-and-run-waves.md](./guides/author-and-run-waves.md), then use [plans/wave-orchestrator.md](./plans/wave-orchestrator.md) as the operator runbook.
|
|
38
38
|
- Adding an optional pre-implementation design steward:
|
|
39
|
-
Read [guides/author-and-run-waves.md](./guides/author-and-run-waves.md), then the standing prompt in [agents/wave-design-role.md](./agents/wave-design-role.md). The shipped `0.8.
|
|
39
|
+
Read [guides/author-and-run-waves.md](./guides/author-and-run-waves.md), then the standing prompt in [agents/wave-design-role.md](./agents/wave-design-role.md). The shipped `0.8.8` surface includes `role-design` plus `tui-design`, with docs-first design stewards by default and explicit hybrid design stewards when a wave also gives that same agent code ownership.
|
|
40
40
|
- Want signal-driven automation or long-running watcher loops:
|
|
41
41
|
Read [guides/signal-wrappers.md](./guides/signal-wrappers.md). It covers the seeded `wave-status.sh` and `wave-watch.sh` wrappers, the versioned signal snapshot files, and the ack-loop contract behind `signal-hygiene`.
|
|
42
42
|
- Adding a security review pass:
|
|
43
43
|
Read [plans/wave-orchestrator.md](./plans/wave-orchestrator.md) and the standing reviewer prompt in [agents/wave-security-role.md](./agents/wave-security-role.md).
|
|
44
44
|
- Upgrading an existing repo:
|
|
45
45
|
Read [plans/migration.md](./plans/migration.md), then review the release notes in [../CHANGELOG.md](../CHANGELOG.md) before running `pnpm exec wave upgrade`.
|
|
46
|
+
- Want the practical `0.8.8` operating stance:
|
|
47
|
+
Read [guides/recommendations-0.8.8.md](./guides/recommendations-0.8.8.md) for the recommended default around relaxed blocker states, advisory turn budgets, and targeted recovery.
|
|
46
48
|
- Want the concrete runtime module map:
|
|
47
49
|
Read [plans/end-state-architecture.md](./plans/end-state-architecture.md) for the engine-by-engine architecture and artifact ownership model.
|
|
48
50
|
- Want the CLI surface map:
|
|
@@ -61,7 +61,7 @@ Good fits:
|
|
|
61
61
|
- multi-owner waves where downstream implementers need the same decisions and assumptions
|
|
62
62
|
- ambiguous tasks where open questions should become explicit before code owners fan out
|
|
63
63
|
|
|
64
|
-
The starter contract in `0.8.
|
|
64
|
+
The starter contract in `0.8.8` is:
|
|
65
65
|
|
|
66
66
|
- import `docs/agents/wave-design-role.md`
|
|
67
67
|
- own one packet such as `docs/plans/waves/design/wave-<n>-<agentId>.md`
|
package/docs/guides/planner.md
CHANGED
|
@@ -6,7 +6,7 @@ If you want the full author-to-launch workflow, start with [author-and-run-waves
|
|
|
6
6
|
|
|
7
7
|
It reduces repeated setup questions, stores project defaults, and generates wave specs plus markdown that already fit the launcher.
|
|
8
8
|
|
|
9
|
-
The published `0.8.
|
|
9
|
+
The published `0.8.8` package already includes the optional `design` worker role for pre-implementation design packets. This guide calls out where that affects drafting.
|
|
10
10
|
|
|
11
11
|
## What Ships Today
|
|
12
12
|
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "0.8.8 Recommendations"
|
|
3
|
+
summary: "How to use 0.8.8's softer blocker states, advisory turn budgets, and targeted recovery without weakening proof and closure."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# 0.8.8 Recommendations
|
|
7
|
+
|
|
8
|
+
Use this guide when you are adopting `0.8.8` and want one practical operating stance for the softer blocker states, advisory turn-budget behavior, and targeted recovery flow that the current package line ships.
|
|
9
|
+
|
|
10
|
+
## Recommended Default
|
|
11
|
+
|
|
12
|
+
For most repos, the safest `0.8.8` default is:
|
|
13
|
+
|
|
14
|
+
- bound work with `budget.minutes`
|
|
15
|
+
- leave generic `budget.turns` as advisory metadata
|
|
16
|
+
- author non-proof follow-up as `soft`, `stale`, or `advisory` instead of silently treating every open record as a hard blocker
|
|
17
|
+
- use `resolve-policy` when the answer already exists in repo policy or shipped docs
|
|
18
|
+
- prefer targeted rerun or resume after timeout, max-turn, rate-limit, or missing-status outcomes instead of relaunching the whole wave
|
|
19
|
+
|
|
20
|
+
That recommendation matches the runtime:
|
|
21
|
+
|
|
22
|
+
- executor launch metadata only emits hard turn-limit flags from `claude.maxTurns` or `opencode.steps`
|
|
23
|
+
- open `stale` and `advisory` coordination records stay visible without reopening the active blocking edge
|
|
24
|
+
- recoverable launcher failures queue targeted retry state instead of immediately escalating to broad terminal wave failure
|
|
25
|
+
|
|
26
|
+
## 1. Budgets
|
|
27
|
+
|
|
28
|
+
Treat the two budget knobs differently:
|
|
29
|
+
|
|
30
|
+
- `budget.minutes` is the primary attempt budget
|
|
31
|
+
- generic `budget.turns` is only a planning hint
|
|
32
|
+
- `claude.maxTurns` or `opencode.steps` are the hard runtime ceilings when you actually want deterministic turn stopping
|
|
33
|
+
|
|
34
|
+
Recommended pattern for synthesis-heavy implementation or closure work:
|
|
35
|
+
|
|
36
|
+
```json
|
|
37
|
+
{
|
|
38
|
+
"executors": {
|
|
39
|
+
"profiles": {
|
|
40
|
+
"implementation-default": {
|
|
41
|
+
"id": "claude",
|
|
42
|
+
"model": "claude-sonnet-4-6",
|
|
43
|
+
"budget": {
|
|
44
|
+
"minutes": 35,
|
|
45
|
+
"turns": 12
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
In that pattern, `35` minutes is real policy. `12` turns is only guidance for planning and preview metadata.
|
|
54
|
+
|
|
55
|
+
Only set a hard runtime ceiling when you deliberately want the runtime itself to stop:
|
|
56
|
+
|
|
57
|
+
```json
|
|
58
|
+
{
|
|
59
|
+
"executors": {
|
|
60
|
+
"profiles": {
|
|
61
|
+
"bounded-closure": {
|
|
62
|
+
"id": "claude",
|
|
63
|
+
"model": "claude-sonnet-4-6",
|
|
64
|
+
"budget": {
|
|
65
|
+
"minutes": 20
|
|
66
|
+
},
|
|
67
|
+
"claude": {
|
|
68
|
+
"maxTurns": 6
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
## 2. Softer Coordination States
|
|
77
|
+
|
|
78
|
+
`0.8.8` keeps “still visible” separate from “still blocking”.
|
|
79
|
+
|
|
80
|
+
Use these states intentionally:
|
|
81
|
+
|
|
82
|
+
| State | Use it for | What the runtime does |
|
|
83
|
+
| --- | --- | --- |
|
|
84
|
+
| `soft` | follow-up that still matters but should not be treated like proof failure | remains visible and may still drive repair or retry targeting |
|
|
85
|
+
| `stale` | outdated clarification or blocker context kept for history | visible in control state, but does not reopen blocking by itself |
|
|
86
|
+
| `advisory` | known issue, note, or human context that should stay visible without blocking closure | visible in control state, but does not own the active blocking edge |
|
|
87
|
+
|
|
88
|
+
Practical command paths:
|
|
89
|
+
|
|
90
|
+
```bash
|
|
91
|
+
pnpm exec wave control task act defer --lane main --wave 10 --id blocker-doc-follow-up
|
|
92
|
+
pnpm exec wave control task act mark-stale --lane main --wave 10 --id clarify-a7-rollout
|
|
93
|
+
pnpm exec wave control task act mark-advisory --lane main --wave 10 --id request-clarify-a7-rollout
|
|
94
|
+
pnpm exec wave control task act resolve-policy --lane main --wave 10 --id clarify-a7-rollout --detail "Policy already covered in the rollout guide."
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
Use them when the repo already knows the answer, the remaining item is informational, or the follow-up should stay visible for the next wave without holding the current wave hostage.
|
|
98
|
+
|
|
99
|
+
## 3. What Should Stay Hard
|
|
100
|
+
|
|
101
|
+
Do not relax everything.
|
|
102
|
+
|
|
103
|
+
Keep these hard or closure-critical unless you are intentionally changing wave policy:
|
|
104
|
+
|
|
105
|
+
- missing proof or required deliverables
|
|
106
|
+
- failed integration, documentation, or cont-QA closure gates
|
|
107
|
+
- real human-feedback or escalation requirements that block safe continuation
|
|
108
|
+
- requests or clarifications that still represent unresolved ownership or policy ambiguity for the current wave
|
|
109
|
+
|
|
110
|
+
If the current wave cannot truthfully close without the answer, keep it blocking.
|
|
111
|
+
|
|
112
|
+
## 4. Recovery Recommendation
|
|
113
|
+
|
|
114
|
+
My recommendation after reviewing the current `0.8.8` code path is:
|
|
115
|
+
|
|
116
|
+
- let timeout, max-turn, rate-limit, and missing-status failures go through the built-in targeted recovery path first
|
|
117
|
+
- inspect the queued rerun or resume request before manually relaunching the whole wave
|
|
118
|
+
- preserve reusable proof from successful sibling owners whenever the reducer already identified it as reusable
|
|
119
|
+
|
|
120
|
+
That is the shape the launcher now prefers. It only broadens failure when the remaining blockers are still proof-critical or otherwise non-recoverable.
|
|
121
|
+
|
|
122
|
+
## 5. Suggested Operator Policy
|
|
123
|
+
|
|
124
|
+
For most repo-owned runbooks:
|
|
125
|
+
|
|
126
|
+
- teach authors to use `budget.minutes` first
|
|
127
|
+
- teach operators to downgrade only non-proof follow-up
|
|
128
|
+
- treat `resolve-policy` as the preferred path when the answer already exists in docs or repo policy
|
|
129
|
+
- escalate to a full-wave rerun only after targeted recovery proves insufficient
|
|
130
|
+
|
|
131
|
+
If you want a single sentence policy:
|
|
132
|
+
|
|
133
|
+
> Keep proof and closure strict, keep generic turns advisory, and keep non-proof context visible without letting it accidentally own wave closure.
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Current State
|
|
2
2
|
|
|
3
|
-
- The published package is `0.8.
|
|
3
|
+
- The published package is `0.8.8`, and that release now includes the optional pre-implementation `design` worker role, the `role-design`, `tui-design`, and `signal-hygiene` starter bundles, plus the seeded signal-wrapper scripts for long-running-agent and operator wait loops.
|
|
4
4
|
- The canonical shipped runtime architecture is documented in `docs/plans/end-state-architecture.md`; historical cutover notes remain in `docs/plans/architecture-hardening-migration.md`.
|
|
5
5
|
- The repository contains the published `@chllming/wave-orchestration` package plus the starter scaffold used by `wave init`.
|
|
6
6
|
- The runtime is package-first and non-destructive for adopting repos: `wave init --adopt-existing` records existing repo-owned plans, waves, prompts, and config without overwriting them, and `wave upgrade` writes only `.wave/install-state.json` plus `.wave/upgrade-history/`.
|
|
7
|
+
- The recommended `0.8.8` operating stance is documented in `docs/guides/recommendations-0.8.8.md`: keep proof and closure strict, keep generic `budget.turns` advisory, and use softer coordination states only for non-proof follow-up.
|
|
7
8
|
- Runtime launch entrypoints now perform a best-effort npmjs version check, cache the result under `.wave/package-update-check.json`, and point operators at `pnpm exec wave self-update` when a newer published package exists.
|
|
8
9
|
- This source repo is itself kept as an adopted Wave workspace, so `node scripts/wave.mjs doctor --json` should pass from the repo root.
|
|
9
10
|
- The default lane is `main`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# End-State Architecture
|
|
2
2
|
|
|
3
|
-
This document describes the canonical architecture for the current Wave runtime. It is the authoritative reference for the engine boundaries, canonical authority set, and artifact ownership model that the shipped `0.8.
|
|
3
|
+
This document describes the canonical architecture for the current Wave runtime. It is the authoritative reference for the engine boundaries, canonical authority set, and artifact ownership model that the shipped `0.8.8` surface now follows.
|
|
4
4
|
|
|
5
5
|
The thesis is unchanged: bounded waves, closure roles, proof artifacts, selective rerun, and delivery discipline. What changes is the internal authority model. The launcher stops being the decision engine and becomes a thin orchestrator that reads decisions from canonical state, sequences the engines, and delegates process work to the session supervisor.
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Wave 12 - Optional Design Steward Handoff
|
|
2
2
|
|
|
3
|
-
This is a showcase-first sample wave for the shipped `design` worker role in `0.8.
|
|
3
|
+
This is a showcase-first sample wave for the shipped `design` worker role in `0.8.8`.
|
|
4
4
|
|
|
5
5
|
This example demonstrates the docs-first design-steward path where a design packet is published before code-owning implementation begins.
|
|
6
6
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This is a showcase-first sample wave.
|
|
4
4
|
|
|
5
|
-
Use it as the single reference example for the current `0.8.
|
|
5
|
+
Use it as the single reference example for the current `0.8.8` Wave surface.
|
|
6
6
|
|
|
7
7
|
It intentionally combines more sections than a normal production wave so one file can demonstrate:
|
|
8
8
|
|
package/docs/plans/migration.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Migration
|
|
2
2
|
|
|
3
|
-
This page is the practical repo-upgrade guide for the current `0.8.
|
|
3
|
+
This page is the practical repo-upgrade guide for the current `0.8.8` surface.
|
|
4
4
|
|
|
5
5
|
Use it when you are:
|
|
6
6
|
|
|
@@ -10,9 +10,9 @@ Use it when you are:
|
|
|
10
10
|
|
|
11
11
|
For the completed internal architecture cutover record, see [architecture-hardening-migration.md](./architecture-hardening-migration.md). That document is historical. This one is the operator-facing upgrade checklist.
|
|
12
12
|
|
|
13
|
-
## What `0.8.
|
|
13
|
+
## What `0.8.8` Changes
|
|
14
14
|
|
|
15
|
-
The current `0.8.
|
|
15
|
+
The current `0.8.8` surface keeps the `0.8.7` policy-consistency and stable per-wave session reuse hardening, and now also packages the operator recommendations guide and install-state alignment follow-up in the release itself.
|
|
16
16
|
|
|
17
17
|
The practical changes are:
|
|
18
18
|
|
|
@@ -21,7 +21,9 @@ The practical changes are:
|
|
|
21
21
|
- advisory or stale clarification and human-input records remain visible in coordination history and reducer blocker views, but they no longer reopen `clarifying` or blocked reducer state by themselves
|
|
22
22
|
- wave-agent and resident-orchestrator tmux sessions now reuse stable per-wave session names, so relaunches and stale launcher exits stop accumulating extra tmux sessions for the same wave
|
|
23
23
|
|
|
24
|
-
If your repo copied starter docs, shell automation, or operator runbooks, these are the areas most likely to need a sync before the `0.8.
|
|
24
|
+
If your repo copied starter docs, shell automation, or operator runbooks, these are the areas most likely to need a sync before the `0.8.8` package cut.
|
|
25
|
+
|
|
26
|
+
For a practical `0.8.8` operating stance after the upgrade, read [../guides/recommendations-0.8.8.md](../guides/recommendations-0.8.8.md).
|
|
25
27
|
|
|
26
28
|
## What `0.8.6` Changes
|
|
27
29
|
|
|
@@ -136,13 +138,14 @@ pnpm exec wave coord inbox --lane main --wave 0 --agent A1 --dry-run
|
|
|
136
138
|
|
|
137
139
|
Use `pnpm exec wave dashboard --lane <lane> --attach current` or `--attach global` when you need to reattach to a tmux-backed dashboard after the upgrade.
|
|
138
140
|
|
|
139
|
-
## `0.8.
|
|
141
|
+
## `0.8.8` Release Model
|
|
140
142
|
|
|
141
|
-
The current `0.8.
|
|
143
|
+
The current `0.8.8` surface is three changes together:
|
|
142
144
|
|
|
143
145
|
- the shipped `design` worker role and hybrid design-steward flow introduced in `0.8.5`
|
|
144
146
|
- the signal-driven long-running-agent and wrapper model introduced in `0.8.6`
|
|
145
147
|
- the policy-consistency, targeted-recovery, capability-specific routing, and stable per-wave session reuse hardening introduced in `0.8.7`
|
|
148
|
+
- the packaged recommendations guide and install-state alignment follow-up released in `0.8.8`
|
|
146
149
|
|
|
147
150
|
### Signal-driven waiting and wrapper model
|
|
148
151
|
|
|
@@ -326,9 +329,9 @@ If the repo copied starter `wave.config.json` defaults, also sync:
|
|
|
326
329
|
- if the repo uses hybrid design stewards, confirm the same agent rejoins implementation only when the authored wave explicitly gives it code ownership
|
|
327
330
|
- if the repo uses long-running agents or shell automation, confirm the new wrapper exit contract and ack-loop semantics before relying on an older polling script
|
|
328
331
|
|
|
329
|
-
## Upgrading From `0.8.3` To `0.8.
|
|
332
|
+
## Upgrading From `0.8.3` To `0.8.8`
|
|
330
333
|
|
|
331
|
-
Treat this as one move to the current `0.8.
|
|
334
|
+
Treat this as one move to the current `0.8.8` surface.
|
|
332
335
|
|
|
333
336
|
### What changed across that range
|
|
334
337
|
|
|
@@ -361,7 +364,7 @@ If your repo copied starter docs or skills, sync:
|
|
|
361
364
|
- dry-run one design-steward wave if the repo wants the new authored surface
|
|
362
365
|
- if the repo uses long-running watcher agents or shell automation, validate `scripts/wave-status.sh` and `scripts/wave-watch.sh` against a live or staged lane
|
|
363
366
|
|
|
364
|
-
## Upgrading From `0.6.x` Or `0.7.x` To `0.8.
|
|
367
|
+
## Upgrading From `0.6.x` Or `0.7.x` To `0.8.8`
|
|
365
368
|
|
|
366
369
|
This is the main migration path for older adopted repos.
|
|
367
370
|
|
|
@@ -402,7 +405,7 @@ pnpm exec wave control proof get --lane main --wave 0 --json
|
|
|
402
405
|
|
|
403
406
|
If the repo carries proof-first waves, verify that required proof artifacts still exist locally and not only in historical summaries.
|
|
404
407
|
|
|
405
|
-
## Upgrading From `0.5.x` Or Earlier To `0.8.
|
|
408
|
+
## Upgrading From `0.5.x` Or Earlier To `0.8.8`
|
|
406
409
|
|
|
407
410
|
Do not treat this as a tiny patch bump.
|
|
408
411
|
|
|
@@ -512,4 +515,4 @@ For repos that depend on replay parity, replay at least:
|
|
|
512
515
|
|
|
513
516
|
## Summary
|
|
514
517
|
|
|
515
|
-
The current `0.8.
|
|
518
|
+
The current `0.8.8` surface keeps the same authority-set and phase-engine architecture, ships both the design-role starter surface and the signal-driven long-running-agent starter surface, keeps the `0.8.7` policy and routing hardening, and now also packages the practical operator recommendations guide inside the release line. For most repos already on `0.8.x`, the upgrade is package bump plus validation. For older adopted repos, the real work is syncing repo-owned prompts, skills, planner corpus, wrapper scripts, and runbooks so they describe the runtime the package now ships.
|
|
@@ -561,7 +561,7 @@ Interactive draft currently offers worker role kinds:
|
|
|
561
561
|
- `research`
|
|
562
562
|
- `security`
|
|
563
563
|
|
|
564
|
-
Agentic planner payloads also accept `workerAgents[].roleKind = "design"`. The shipped `0.8.
|
|
564
|
+
Agentic planner payloads also accept `workerAgents[].roleKind = "design"`. The shipped `0.8.8` surface uses `design-pass` as the default executor profile for that role and typically assigns a packet path like `docs/plans/waves/design/wave-<n>-<agentId>.md`. Interactive draft scaffolds the docs-first default; hybrid design stewards are authored by explicitly adding implementation-owned paths and the normal implementation contract sections.
|
|
565
565
|
|
|
566
566
|
## Ad-Hoc Task Commands
|
|
567
567
|
|
|
@@ -134,6 +134,8 @@ Practical rule:
|
|
|
134
134
|
|
|
135
135
|
That means a targeted helper request only blocks while it remains open *and* still has blocking severity in coordination state.
|
|
136
136
|
|
|
137
|
+
For the practical `0.8.8` recommendation on when to keep records blocking versus when to downgrade them to `soft`, `stale`, or `advisory`, see [../guides/recommendations-0.8.8.md](../guides/recommendations-0.8.8.md).
|
|
138
|
+
|
|
137
139
|
This page is documenting runtime semantics first. The important contract is that closure follows the durable coordination state, not that a particular human or agent used one exact command path to mutate it.
|
|
138
140
|
|
|
139
141
|
## Deliverables Versus Helper Work
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This repo now includes a dedicated npmjs publish workflow at [publish-npm.yml](../../.github/workflows/publish-npm.yml).
|
|
4
4
|
|
|
5
|
-
The current `0.8.
|
|
5
|
+
The current `0.8.8` release procedure publishes through a repository Actions secret named `NPM_TOKEN`.
|
|
6
6
|
|
|
7
7
|
## What This Repo Already Does
|
|
8
8
|
|
|
@@ -48,6 +48,6 @@ If this repo later needs private npm dependencies during CI, consider a separate
|
|
|
48
48
|
2. Confirm `NPM_TOKEN` exists in the GitHub repo secrets.
|
|
49
49
|
3. Confirm the package version has been bumped and committed.
|
|
50
50
|
4. Confirm `README.md`, `CHANGELOG.md`, `releases/manifest.json`, and `docs/plans/migration.md` all describe the same release surface.
|
|
51
|
-
5. Push the release commit and release tag, for example `v0.8.
|
|
51
|
+
5. Push the release commit and release tag, for example `v0.8.8`.
|
|
52
52
|
6. Verify both `publish-npm.yml` and `publish-package.yml` start from the tag push.
|
|
53
53
|
7. Verify the npmjs publish completes successfully for the tagged source.
|
|
@@ -74,6 +74,7 @@ Practical guidance:
|
|
|
74
74
|
- prefer `budget.minutes` for normal synthesis, integration, and closure work
|
|
75
75
|
- use generic `budget.turns` as a planning hint, not a hard failure trigger
|
|
76
76
|
- only set `claude.maxTurns` or `opencode.steps` when you deliberately want a hard ceiling for that runtime
|
|
77
|
+
- see [../../guides/recommendations-0.8.8.md](../../guides/recommendations-0.8.8.md) for the recommended `0.8.8` operating stance that combines advisory turn budgets with softer non-proof coordination states
|
|
77
78
|
|
|
78
79
|
## Runtime Pages
|
|
79
80
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: "Sample Waves"
|
|
3
|
-
summary: "Showcase-first sample waves that demonstrate the shipped 0.8.
|
|
3
|
+
summary: "Showcase-first sample waves that demonstrate the shipped 0.8.8 authored surface, including the optional design-role path."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Sample Waves
|
|
7
7
|
|
|
8
|
-
This guide points to showcase-first sample waves that demonstrate the shipped `0.8.
|
|
8
|
+
This guide points to showcase-first sample waves that demonstrate the shipped `0.8.8` authored Wave surface.
|
|
9
9
|
|
|
10
10
|
The examples are intentionally denser than typical production waves. Their job is to teach the current authoring and runtime surface quickly, not to be the smallest possible launch-ready files.
|
|
11
11
|
|
|
@@ -15,7 +15,7 @@ The examples are intentionally denser than typical production waves. Their job i
|
|
|
15
15
|
Shows what a good `repo-landed` outcome looks like when one promoted component only closes honestly if desired-state records, reconcile-loop substrate, and cluster-view surfaces land together. It emphasizes maturity discipline, explicit deliverables, and shared-plan closure without drifting into `pilot-live` claims.
|
|
16
16
|
|
|
17
17
|
- [Full modern sample wave](../plans/examples/wave-example-live-proof.md)
|
|
18
|
-
Shows the combined `0.8.
|
|
18
|
+
Shows the combined `0.8.8` authored surface in one file: closure roles, `E0`, optional security review, delegated and pinned benchmark targets, richer executor config, `### Skills`, `### Capabilities`, `### Deliverables`, `### Exit contract`, `### Proof artifacts`, sticky retry, deploy environments, and proof-first live-wave structure.
|
|
19
19
|
|
|
20
20
|
- [Optional design-steward handoff wave](../plans/examples/wave-example-design-handoff.md)
|
|
21
21
|
Shows the shipped design-role surface: one pre-implementation design steward publishes a design packet, downstream implementation owners read that packet before coding, and normal closure roles still decide final completion. For terminal or operator-surface work, pair that shape with explicit `tui-design` in the design steward's `### Skills`. For the hybrid variant, explicitly give that same design agent implementation-owned paths and the normal implementation contract sections.
|
|
@@ -42,7 +42,7 @@ The examples are intentionally denser than typical production waves. Their job i
|
|
|
42
42
|
|
|
43
43
|
## Feature Coverage Map
|
|
44
44
|
|
|
45
|
-
Together these samples cover the main surfaces added or hardened through `0.8.
|
|
45
|
+
Together these samples cover the main surfaces added or hardened through `0.8.8`:
|
|
46
46
|
|
|
47
47
|
- repo-landed maturity discipline and anti-overclaim framing
|
|
48
48
|
- explicit shared-plan closure for future-wave safety
|
|
@@ -89,7 +89,7 @@ Adapt more aggressively when:
|
|
|
89
89
|
## Suggested Reading Order
|
|
90
90
|
|
|
91
91
|
1. Start with [High-fidelity repo-landed rollout wave](../plans/examples/wave-example-rollout-fidelity.md) if you want the clearest example of good closure-ready wave fidelity for a repo-only outcome.
|
|
92
|
-
2. Read [Full modern sample wave](../plans/examples/wave-example-live-proof.md) if you want the denser proof-first and eval-heavy `0.8.
|
|
92
|
+
2. Read [Full modern sample wave](../plans/examples/wave-example-live-proof.md) if you want the denser proof-first and eval-heavy `0.8.8` surface.
|
|
93
93
|
3. Read [Optional design-steward handoff wave](../plans/examples/wave-example-design-handoff.md) if the task needs a design packet before implementation fan-out.
|
|
94
94
|
4. Read [docs/evals/README.md](../evals/README.md) if you want more background on benchmark target selection.
|
|
95
95
|
5. Read [docs/reference/live-proof-waves.md](./live-proof-waves.md) if you want more detail on proof-first `pilot-live` authoring.
|
package/docs/reference/skills.md
CHANGED
|
@@ -124,7 +124,7 @@ Top-level and lane-local skill attachment use the same shape:
|
|
|
124
124
|
|
|
125
125
|
Lane-local `lanes.<lane>.skills` extends the global config instead of replacing it.
|
|
126
126
|
|
|
127
|
-
Optional design workers in the shipped `0.8.
|
|
127
|
+
Optional design workers in the shipped `0.8.8` surface normally attach `role-design`. That bundle is intended for docs/spec-first design packets and explicit implementation handoff work before implementation starts. When the design packet covers terminal UX, dashboards, or other operator surfaces, add `tui-design` explicitly in the wave's `### Skills`.
|
|
128
128
|
|
|
129
129
|
Long-running agents that should stay resident and react only to orchestrator signal changes can add `signal-hygiene` explicitly in `### Skills`. That bundle is not auto-attached and is not meant for normal one-shot implementation agents.
|
|
130
130
|
|
package/package.json
CHANGED
package/releases/manifest.json
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"packageName": "@chllming/wave-orchestration",
|
|
4
4
|
"releases": [
|
|
5
|
+
{
|
|
6
|
+
"version": "0.8.8",
|
|
7
|
+
"date": "2026-03-27",
|
|
8
|
+
"summary": "0.8.8 release-surface alignment, packaged operating recommendations, and install-state fixture refresh.",
|
|
9
|
+
"features": [
|
|
10
|
+
"The practical operating recommendations guide now ships as `docs/guides/recommendations-0.8.8.md`, and the README, migration, coordination, and runtime-config docs now point at the same current package surface.",
|
|
11
|
+
"The tracked `.wave/install-state.json` fixture and upgrade-history metadata now align with the `0.8.8` package version so `wave doctor --json` no longer reports stale install-state versioning after the follow-up docs release.",
|
|
12
|
+
"Release-surface regression coverage now derives the recommendations-guide path from `package.json` instead of a hard-coded `0.8.7` filename, which hardens future release cuts against the same doc-link drift.",
|
|
13
|
+
"Planner migration guidance and the `planner-agentic` bundle placeholder remain part of the shipped current-surface docs so adopted repos still have one aligned upgrade target."
|
|
14
|
+
],
|
|
15
|
+
"manualSteps": [
|
|
16
|
+
"Run `pnpm exec wave doctor` and `pnpm exec wave launch --lane main --dry-run --no-dashboard` after upgrading so the repo validates against the `0.8.8` release surface.",
|
|
17
|
+
"If your repo copied current-surface docs or runbooks, sync `README.md`, `docs/README.md`, `docs/plans/current-state.md`, `docs/plans/migration.md`, `docs/reference/coordination-and-closure.md`, `docs/reference/runtime-config/README.md`, and `docs/guides/recommendations-0.8.8.md` so local guidance matches the packaged release.",
|
|
18
|
+
"If your repo tracks the install-state fixture in source control, refresh `.wave/install-state.json` and the matching upgrade-history report so repo-owned validation stays aligned with the installed package."
|
|
19
|
+
],
|
|
20
|
+
"breaking": false
|
|
21
|
+
},
|
|
5
22
|
{
|
|
6
23
|
"version": "0.8.7",
|
|
7
24
|
"date": "2026-03-27",
|