cool-workflow 0.1.85 → 0.1.86
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/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/README.md +47 -333
- package/apps/architecture-review/app.json +1 -1
- package/apps/architecture-review-fast/app.json +1 -1
- package/apps/architecture-review-fast/workflow.js +2 -0
- package/apps/end-to-end-golden-path/app.json +1 -1
- package/apps/pr-review-fix-ci/app.json +1 -1
- package/apps/release-cut/app.json +1 -1
- package/apps/research-synthesis/app.json +1 -1
- package/dist/capability-core.js +131 -3
- package/dist/capability-registry.js +84 -50
- package/dist/cli/command-surface.js +3 -0
- package/dist/doctor.js +37 -1
- package/dist/mcp/tool-call.js +428 -0
- package/dist/mcp/tool-definitions.js +1027 -0
- package/dist/mcp-surface.js +5 -1442
- package/dist/onramp.js +421 -0
- package/dist/orchestrator.js +20 -15
- package/dist/version.js +1 -1
- package/dist/workbench-host.js +1 -8
- package/docs/agent-delegation-drive.7.md +21 -2
- package/docs/cli-mcp-parity.7.md +29 -4
- package/docs/contract-migration-tooling.7.md +2 -0
- package/docs/control-plane-scheduling.7.md +2 -0
- package/docs/dogfood-one-real-repo.7.md +9 -1
- package/docs/durable-state-and-locking.7.md +2 -0
- package/docs/evidence-adoption-reasoning-chain.7.md +2 -0
- package/docs/execution-backends.7.md +2 -0
- package/docs/getting-started.md +40 -2
- package/docs/index.md +51 -38
- package/docs/multi-agent-cli-mcp-surface.7.md +2 -0
- package/docs/multi-agent-eval-replay-harness.7.md +2 -0
- package/docs/multi-agent-operator-ux.7.md +2 -0
- package/docs/node-snapshot-diff-replay.7.md +2 -0
- package/docs/observability-cost-accounting.7.md +2 -0
- package/docs/project-index.md +18 -7
- package/docs/real-execution-backends.7.md +2 -0
- package/docs/release-and-migration.7.md +3 -1
- package/docs/release-history.md +342 -0
- package/docs/release-tooling.7.md +16 -0
- package/docs/run-registry-control-plane.7.md +2 -0
- package/docs/run-retention-reclamation.7.md +2 -0
- package/docs/state-explosion-management.7.md +2 -0
- package/docs/team-collaboration.7.md +2 -0
- package/docs/web-desktop-workbench.7.md +2 -0
- package/manifest/plugin.manifest.json +1 -1
- package/manifest/source-context-profiles.json +1 -1
- package/package.json +2 -1
- package/scripts/architecture-review-fast.js +44 -2
- package/scripts/canonical-apps.js +4 -4
- package/scripts/dogfood-release.js +55 -133
- package/scripts/golden-path.js +4 -4
- package/scripts/onramp-check.js +47 -0
- package/scripts/parity-check.js +740 -2
- package/scripts/release-check.js +2 -0
- package/scripts/source-context.js +31 -5
- package/scripts/version-sync-check.js +4 -2
package/docs/cli-mcp-parity.7.md
CHANGED
|
@@ -64,6 +64,16 @@ ISO timestamps from the moment of generation. The `--json` payload is the
|
|
|
64
64
|
contract, and it is the same bytes the MCP tool gives back. The human text view
|
|
65
65
|
is policy put on top; it never changes the payload.
|
|
66
66
|
|
|
67
|
+
Some payload checks need more than `cwd` or `runId`. The registry may name a
|
|
68
|
+
scenario probe for a safe local case. A scenario gets two new temp workspaces,
|
|
69
|
+
one for CLI and one for MCP, sets up the same state, runs one capability through
|
|
70
|
+
each door, and then compares the payload after taking out temp roots, run ids,
|
|
71
|
+
time stamps, and chain hashes that are made by that workspace. This is used for
|
|
72
|
+
local deterministic work such as app show/validate/package, topology
|
|
73
|
+
show/validate/apply/summary/graph, sandbox show/validate/choose/resolve, state
|
|
74
|
+
summary refresh/show, `plan`, `approve`, `reject`, `comment.add`, `handoff`, and
|
|
75
|
+
`review.policy`.
|
|
76
|
+
|
|
67
77
|
## The Parity Matrix
|
|
68
78
|
|
|
69
79
|
The matrix below is made from the live registry — one row per capability,
|
|
@@ -332,10 +342,23 @@ of the rules above.
|
|
|
332
342
|
registry ⇄ CLI ⇄ MCP coverage (every declared capability is found on its declared
|
|
333
343
|
surfaces and nothing live is undeclared), makes sure `--json` output is equal to
|
|
334
344
|
the MCP payload for every `payloadIdentical` capability, makes sure of the
|
|
335
|
-
declared `commit` projection,
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
345
|
+
declared `commit` projection, checks that safe write/multi-argument capabilities
|
|
346
|
+
are named scenario probes rather than deferred work, and makes sure of
|
|
347
|
+
fail-closed behavior by putting in drift — a peer taken away, an undeclared tool,
|
|
348
|
+
an exception with no reason, a bad probe classification, a changed payload — and
|
|
349
|
+
checking that the gate says no to each one. It is part of `npm test` and
|
|
350
|
+
`npm run release:check`.
|
|
351
|
+
|
|
352
|
+
The scenario probes now cover local worker/candidate/feedback read and write
|
|
353
|
+
paths. They make temp runs, send out a worker, write a fixed `result.md`, score
|
|
354
|
+
and pick a candidate, and make feedback from local state. No outside agent is
|
|
355
|
+
run; the probe checks only that CLI and MCP carry the same JSON to the same CW
|
|
356
|
+
core.
|
|
357
|
+
|
|
358
|
+
They also cover local state-node read, snapshot, diff, replay, and replay-check
|
|
359
|
+
paths from the same temp run. Snapshot and replay ids are made by CW, so the
|
|
360
|
+
parity check sets aside only those made ids and timestamps before it compares the
|
|
361
|
+
JSON.
|
|
339
362
|
|
|
340
363
|
In CW, parity is not a custom; it is a built, declared, and kept property of the
|
|
341
364
|
build. It is not done till it is put in the docs and tested.
|
|
@@ -472,3 +495,5 @@ Loaders fail closed on corrupt state; store writes are made safe under more than
|
|
|
472
495
|
No other change to this page in v0.1.84.
|
|
473
496
|
|
|
474
497
|
0.1.85
|
|
498
|
+
|
|
499
|
+
0.1.86
|
|
@@ -89,12 +89,20 @@ report, and audit tools.
|
|
|
89
89
|
|
|
90
90
|
```bash
|
|
91
91
|
node test/dogfood-release-smoke.js
|
|
92
|
+
node test/dogfood-architecture-review-smoke.js
|
|
92
93
|
```
|
|
93
94
|
|
|
94
95
|
The smoke test runs `scripts/dogfood-release.js --smoke --json`. It still
|
|
95
96
|
uses the real repository, `release-cut`, worker manifests, trust audit records,
|
|
96
97
|
candidate scoring, selection, verifier-gated commit, and a report, but keeps the
|
|
97
|
-
command set smaller so it does not do recursive release checking.
|
|
98
|
+
command set smaller so it does not do recursive release checking. Smoke mode
|
|
99
|
+
does not run `canonical-apps` or `golden-path`; `npm test` runs those checks as
|
|
100
|
+
separate smokes.
|
|
101
|
+
|
|
102
|
+
The architecture-review smoke runs beside it. That smoke uses a stub agent to
|
|
103
|
+
drive the real `architecture-review` app to a report and audit proof. Keeping it
|
|
104
|
+
as a second smoke lets the parallel gate run both dogfood halves at the same
|
|
105
|
+
time while keeping the same proof.
|
|
98
106
|
|
|
99
107
|
## Promote To Real Release Actions
|
|
100
108
|
|
package/docs/getting-started.md
CHANGED
|
@@ -17,6 +17,8 @@ start a run:
|
|
|
17
17
|
```bash
|
|
18
18
|
node scripts/cw.js doctor # human-readable
|
|
19
19
|
node scripts/cw.js doctor --json # stable payload for scripts
|
|
20
|
+
node scripts/cw.js doctor --onramp # short path for users and code work
|
|
21
|
+
node scripts/cw.js doctor --onramp --changed-from origin/main
|
|
20
22
|
```
|
|
21
23
|
|
|
22
24
|
It checks the Node version (v18+), whether an agent backend is set up (and its
|
|
@@ -26,6 +28,22 @@ read-only — it makes nothing on disk. It exits non-zero only on a blocking
|
|
|
26
28
|
problem; a missing agent is a warning (you are still able to run `demo` and
|
|
27
29
|
`--preview`).
|
|
28
30
|
|
|
31
|
+
Use `--onramp` when you are not certain what to do next. It keeps the main path
|
|
32
|
+
small:
|
|
33
|
+
|
|
34
|
+
1. `cw demo tamper` - prove the trust check with no agent.
|
|
35
|
+
2. `cw quickstart architecture-review --check ...` - check a real run with no
|
|
36
|
+
writes.
|
|
37
|
+
3. `cw quickstart architecture-review ...` - make the report.
|
|
38
|
+
4. `cw quickstart architecture-review ... --bundle` - make a portable report
|
|
39
|
+
file for another person.
|
|
40
|
+
5. `cw report verify-bundle report.cwrun.json` - check that file offline.
|
|
41
|
+
6. `npm run test:fast` - use the fast code check while you work.
|
|
42
|
+
7. `npm run release:check` - use the full gate only when the batch is ready.
|
|
43
|
+
|
|
44
|
+
Add `--changed-from origin/main` in a source checkout to get the nearest smoke
|
|
45
|
+
tests and guard checks for your current change.
|
|
46
|
+
|
|
29
47
|
Make a run with a canonical workflow app:
|
|
30
48
|
|
|
31
49
|
```bash
|
|
@@ -73,17 +91,37 @@ node scripts/cw.js eval report .cw/evals/<suite-id>/replay-run.json
|
|
|
73
91
|
node scripts/cw.js report <run-id> --show
|
|
74
92
|
```
|
|
75
93
|
|
|
76
|
-
Run the
|
|
94
|
+
Run the smallest check that fits the change:
|
|
77
95
|
|
|
78
96
|
```bash
|
|
79
97
|
npm run check
|
|
80
|
-
npm
|
|
98
|
+
npm run build
|
|
99
|
+
node test/<nearest-smoke>.js
|
|
100
|
+
npm run onramp:check
|
|
101
|
+
npm run test:fast
|
|
102
|
+
npm test # slow serial backstop
|
|
81
103
|
npm run canonical-apps
|
|
82
104
|
npm run golden-path
|
|
83
105
|
npm run eval:replay
|
|
84
106
|
npm run fixture-compat
|
|
85
107
|
```
|
|
86
108
|
|
|
109
|
+
When a test run is slow, make a read-only timing report:
|
|
110
|
+
|
|
111
|
+
```bash
|
|
112
|
+
npm run test:ci -- --json-summary /tmp/cw-test-summary.json
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
Use the `slowest` list in that file to choose one test-speed cycle. This is a
|
|
116
|
+
guide, not a release gate.
|
|
117
|
+
|
|
118
|
+
For a CLI or MCP surface change, also run:
|
|
119
|
+
|
|
120
|
+
```bash
|
|
121
|
+
npm run parity:check
|
|
122
|
+
npm run gen:manifests -- --check
|
|
123
|
+
```
|
|
124
|
+
|
|
87
125
|
Before you cut a release, run the full dry-run gate:
|
|
88
126
|
|
|
89
127
|
```bash
|
package/docs/index.md
CHANGED
|
@@ -1,43 +1,56 @@
|
|
|
1
1
|
# Cool Workflow Docs
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
3
|
+
Start with the first run. Use the developer loop when you change code. Read the
|
|
4
|
+
advanced pages only when you need those parts.
|
|
5
|
+
|
|
6
|
+
## First Run
|
|
7
|
+
|
|
8
|
+
1. [Getting Started](getting-started.md) - clone, install, run `doctor --onramp`, run one workflow, inspect it, and run the right check.
|
|
9
|
+
2. [End-to-End Golden Path](end-to-end-golden-path.7.md) - deterministic proof of app, worker, verifier, candidate, commit, and report flow.
|
|
10
|
+
3. [Verifiable Report Bundle](report-verifiable-bundle.7.md) - make a portable report bundle and verify it offline.
|
|
11
|
+
4. [Trust Model & Limitations](trust-model.md) - what the ed25519 and hash-chain proof does and does not prove.
|
|
12
|
+
|
|
13
|
+
## Developer Loop
|
|
14
|
+
|
|
15
|
+
1. [Project Index](project-index.md) - code-derived map of source modules, workflow apps, docs, tests, and sync targets.
|
|
16
|
+
2. [Workflow App framework](workflow-app-framework.7.md) - userland app manifests, entrypoints, compatibility, and validation.
|
|
17
|
+
3. [Sandbox Profiles](sandbox-profiles.7.md) - named worker policy contracts for read/write/execute/network/env handling.
|
|
18
|
+
4. [CLI <-> MCP Parity](cli-mcp-parity.7.md) - the capability registry and fail-closed gate proving the CLI and MCP surfaces render one data source.
|
|
19
|
+
5. [Release And Migration](release-and-migration.7.md) - release and migration discipline for durable run state.
|
|
20
|
+
6. [Release Tooling](release-tooling.7.md) - version bump, feature scaffold, forward-reference docs, and release gates.
|
|
21
|
+
7. [Cool Workflow Release History](release-history.md) - long capability notes moved out of the README.
|
|
22
|
+
|
|
23
|
+
## Advanced And Multi-Agent
|
|
24
|
+
|
|
25
|
+
1. [Agent Delegation Drive](agent-delegation-drive.7.md) - the `agent` backend delegates workers to an external process and drives plan -> report.
|
|
26
|
+
2. [Run Registry / Control Plane](run-registry-control-plane.7.md) - search, resume, archive, queue, history, and rerun across repos.
|
|
27
|
+
3. [Execution Backends](execution-backends.7.md) - node/bun/shell/container/remote/ci drivers, sandbox attestation, and fail-closed delegation.
|
|
28
|
+
4. [Multi-Agent Runtime Core](multi-agent-runtime-core.7.md) - MultiAgentRun, roles, groups, memberships, fanout, fanin, and lifecycle state.
|
|
29
|
+
5. [Coordinator / Blackboard](coordinator-blackboard.7.md) - topics, messages, context, artifacts, snapshots, decisions, conflicts, and fanin evidence.
|
|
30
|
+
6. [Multi-Agent Topologies](multi-agent-topologies.7.md) - map-reduce, debate, and judge-panel recipes.
|
|
31
|
+
7. [Multi-Agent CLI + MCP Surface](multi-agent-cli-mcp-surface.7.md) - host loop for run, status, step, blackboard, score, and select.
|
|
32
|
+
8. [Multi-Agent Operator UX](multi-agent-operator-ux.7.md) - graph, dependencies, failures, and evidence adoption.
|
|
33
|
+
9. [Multi-Agent Trust / Policy / Audit](multi-agent-trust-policy-audit.7.md) - role authority, message provenance, blackboard audit, judge rationale, and policy violations.
|
|
34
|
+
10. [Multi-Agent Eval & Replay Harness](multi-agent-eval-replay-harness.7.md) - snapshots, replay, comparison, scoring, gates, reports, and MCP parity.
|
|
35
|
+
|
|
36
|
+
## Reference
|
|
37
|
+
|
|
38
|
+
- [Operator UX](operator-ux.7.md) - `status`, `graph`, reports, worker, candidate, feedback, commit, topology, blackboard, coordinator, and trust summaries.
|
|
39
|
+
- [MCP App Surface](mcp-app-surface.7.md) - JSON tool parity for agent hosts.
|
|
40
|
+
- [Dogfood One Real Repo](dogfood-one-real-repo.7.md) - dry-run release proof against this repository.
|
|
41
|
+
- [Web / Desktop Workbench](web-desktop-workbench.7.md) - read-only localhost console over existing run state.
|
|
42
|
+
- [Observability + Cost Accounting](observability-cost-accounting.7.md) - derived durations, rates, token usage, and cost.
|
|
43
|
+
- [Team Collaboration](team-collaboration.7.md) - append-only approvals, comments, handoffs, and review gates.
|
|
44
|
+
- [Real Execution Backend Integrations](real-execution-backends.7.md) - real container/remote/ci execution under the sandbox contract.
|
|
45
|
+
- [Node Snapshot / Diff / Replay](node-snapshot-diff-replay.7.md) - per-node snapshots, structural diff, and deterministic replay.
|
|
46
|
+
- [Contract Migration Tooling](contract-migration-tooling.7.md) - declared migration registry and compatibility proofs.
|
|
47
|
+
- [Control-Plane Scheduling](control-plane-scheduling.7.md) - priority, leases, retry/backoff, and scheduling policy.
|
|
48
|
+
- [Run Retention & Provable Reclamation](run-retention-reclamation.7.md) - tiered, hash-chained disk reclamation.
|
|
49
|
+
- [Durable State & Locking](durable-state-and-locking.7.md) - atomic writes, fsync durability, and portable file locks.
|
|
50
|
+
- [Source Context Profiles](source-context-profiles.7.md) - opt-in JSONL source exports for context slimming.
|
|
51
|
+
- [Security / Trust Hardening](security-trust-hardening.7.md) - audit records, provenance, sandbox attestations, and acceptance rationale.
|
|
52
|
+
- [State Explosion Management](state-explosion-management.7.md) - summaries, compact graph views, blackboard digests, and stale-aware compaction.
|
|
53
|
+
- [Evidence Adoption Reasoning Chain](evidence-adoption-reasoning-chain.7.md) - why evidence was adopted or rejected.
|
|
41
54
|
|
|
42
55
|
CW is the base system. Workflow apps are userland. Release and migration rules
|
|
43
56
|
must keep that line clear: stable contracts, clear compatibility checks, and
|
package/docs/project-index.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# Cool Workflow Project Index
|
|
2
2
|
|
|
3
|
-
Generated from the current repository code on 2026-06-
|
|
3
|
+
Generated from the current repository code on 2026-06-19 by `npm run sync:project-index`.
|
|
4
4
|
|
|
5
5
|
## Snapshot
|
|
6
6
|
|
|
7
7
|
- Package: `cool-workflow`
|
|
8
|
-
- Version: `0.1.
|
|
9
|
-
- Source modules: `
|
|
8
|
+
- Version: `0.1.86`
|
|
9
|
+
- Source modules: `63`
|
|
10
10
|
- Workflow apps: `7`
|
|
11
|
-
- Docs: `
|
|
12
|
-
- Smoke tests: `
|
|
11
|
+
- Docs: `51`
|
|
12
|
+
- Smoke tests: `110`
|
|
13
13
|
- Repository: https://github.com/coo1white/cool-workflow
|
|
14
14
|
|
|
15
15
|
## Architecture
|
|
@@ -99,6 +99,7 @@ multi-agent host -> topology -> blackboard/coordinator
|
|
|
99
99
|
- [node-projection.ts](../src/node-projection.ts)
|
|
100
100
|
- [node-snapshot.ts](../src/node-snapshot.ts)
|
|
101
101
|
- [observability.ts](../src/observability.ts)
|
|
102
|
+
- [onramp.ts](../src/onramp.ts)
|
|
102
103
|
- [reclamation.ts](../src/reclamation.ts)
|
|
103
104
|
- [result-normalize.ts](../src/result-normalize.ts)
|
|
104
105
|
- [run-export.ts](../src/run-export.ts)
|
|
@@ -160,6 +161,7 @@ multi-agent host -> topology -> blackboard/coordinator
|
|
|
160
161
|
- [Cool Workflow Project Index](project-index.md)
|
|
161
162
|
- [Real Execution Backend Integrations](real-execution-backends.7.md)
|
|
162
163
|
- [Release And Migration Discipline](release-and-migration.7.md)
|
|
164
|
+
- [Cool Workflow Release History](release-history.md)
|
|
163
165
|
- [Release Tooling](release-tooling.7.md)
|
|
164
166
|
- [Verifiable Report Bundle](report-verifiable-bundle.7.md)
|
|
165
167
|
- [Routines](routines.md)
|
|
@@ -190,6 +192,7 @@ Smoke tests mirror the public contracts. The high-signal suites are:
|
|
|
190
192
|
- [artifact-integrity-smoke.js](../test/artifact-integrity-smoke.js)
|
|
191
193
|
- [audit-verify-smoke.js](../test/audit-verify-smoke.js)
|
|
192
194
|
- [backend-registry-smoke.js](../test/backend-registry-smoke.js)
|
|
195
|
+
- [blackboard-state-explosion-management-smoke.js](../test/blackboard-state-explosion-management-smoke.js)
|
|
193
196
|
- [block-unapproved-tag-smoke.js](../test/block-unapproved-tag-smoke.js)
|
|
194
197
|
- [bump-version-idempotent-smoke.js](../test/bump-version-idempotent-smoke.js)
|
|
195
198
|
- [candidate-scoring-smoke.js](../test/candidate-scoring-smoke.js)
|
|
@@ -206,6 +209,7 @@ Smoke tests mirror the public contracts. The high-signal suites are:
|
|
|
206
209
|
- [demo-bundle-smoke.js](../test/demo-bundle-smoke.js)
|
|
207
210
|
- [det-ids-b-smoke.js](../test/det-ids-b-smoke.js)
|
|
208
211
|
- [doctor-smoke.js](../test/doctor-smoke.js)
|
|
212
|
+
- [dogfood-architecture-review-smoke.js](../test/dogfood-architecture-review-smoke.js)
|
|
209
213
|
- [dogfood-release-smoke.js](../test/dogfood-release-smoke.js)
|
|
210
214
|
- [durable-atomic-write-smoke.js](../test/durable-atomic-write-smoke.js)
|
|
211
215
|
- [end-to-end-demo-smoke.js](../test/end-to-end-demo-smoke.js)
|
|
@@ -225,12 +229,15 @@ Smoke tests mirror the public contracts. The high-signal suites are:
|
|
|
225
229
|
- [multi-agent-eval-replay-smoke.js](../test/multi-agent-eval-replay-smoke.js)
|
|
226
230
|
- [multi-agent-operator-ux-smoke.js](../test/multi-agent-operator-ux-smoke.js)
|
|
227
231
|
- [multi-agent-runtime-core-smoke.js](../test/multi-agent-runtime-core-smoke.js)
|
|
228
|
-
- [multi-agent-topologies-smoke.js](../test/multi-agent-topologies-smoke.js)
|
|
232
|
+
- [multi-agent-topologies-debate-smoke.js](../test/multi-agent-topologies-debate-smoke.js)
|
|
233
|
+
- [multi-agent-topologies-judge-panel-smoke.js](../test/multi-agent-topologies-judge-panel-smoke.js)
|
|
234
|
+
- [multi-agent-topologies-map-reduce-smoke.js](../test/multi-agent-topologies-map-reduce-smoke.js)
|
|
229
235
|
- [multi-agent-trust-policy-audit-smoke.js](../test/multi-agent-trust-policy-audit-smoke.js)
|
|
230
236
|
- [no-false-green-smoke.js](../test/no-false-green-smoke.js)
|
|
231
237
|
- [node-snapshot-diff-replay-smoke.js](../test/node-snapshot-diff-replay-smoke.js)
|
|
232
238
|
- [observability-cost-accounting-smoke.js](../test/observability-cost-accounting-smoke.js)
|
|
233
239
|
- [one-way-boundary-smoke.js](../test/one-way-boundary-smoke.js)
|
|
240
|
+
- [onramp-check-smoke.js](../test/onramp-check-smoke.js)
|
|
234
241
|
- [operator-ux-smoke.js](../test/operator-ux-smoke.js)
|
|
235
242
|
- [parallel-onramp-smoke.js](../test/parallel-onramp-smoke.js)
|
|
236
243
|
- [parity-doc-sync-smoke.js](../test/parity-doc-sync-smoke.js)
|
|
@@ -239,6 +246,8 @@ Smoke tests mirror the public contracts. The high-signal suites are:
|
|
|
239
246
|
- [pipeline-runner-smoke.js](../test/pipeline-runner-smoke.js)
|
|
240
247
|
- [project-index-sync-smoke.js](../test/project-index-sync-smoke.js)
|
|
241
248
|
- [quickstart-bundle-smoke.js](../test/quickstart-bundle-smoke.js)
|
|
249
|
+
- [quickstart-check-smoke.js](../test/quickstart-check-smoke.js)
|
|
250
|
+
- [quickstart-readme-path-smoke.js](../test/quickstart-readme-path-smoke.js)
|
|
242
251
|
- [quickstart-smoke.js](../test/quickstart-smoke.js)
|
|
243
252
|
- [real-execution-backends-smoke.js](../test/real-execution-backends-smoke.js)
|
|
244
253
|
- [registry-corrupt-fail-closed-smoke.js](../test/registry-corrupt-fail-closed-smoke.js)
|
|
@@ -250,6 +259,7 @@ Smoke tests mirror the public contracts. The high-signal suites are:
|
|
|
250
259
|
- [result-normalize-smoke.js](../test/result-normalize-smoke.js)
|
|
251
260
|
- [robustness-failclosed-smoke.js](../test/robustness-failclosed-smoke.js)
|
|
252
261
|
- [robustness-hardening-smoke.js](../test/robustness-hardening-smoke.js)
|
|
262
|
+
- [run-all-json-summary-smoke.js](../test/run-all-json-summary-smoke.js)
|
|
253
263
|
- [run-export-import-smoke.js](../test/run-export-import-smoke.js)
|
|
254
264
|
- [run-export-restore-rerun-smoke.js](../test/run-export-restore-rerun-smoke.js)
|
|
255
265
|
- [run-export-restore-resume-smoke.js](../test/run-export-restore-resume-smoke.js)
|
|
@@ -265,9 +275,10 @@ Smoke tests mirror the public contracts. The high-signal suites are:
|
|
|
265
275
|
- [schema-validation-smoke.js](../test/schema-validation-smoke.js)
|
|
266
276
|
- [security-trust-hardening-smoke.js](../test/security-trust-hardening-smoke.js)
|
|
267
277
|
- [self-audit-hardening-smoke.js](../test/self-audit-hardening-smoke.js)
|
|
278
|
+
- [source-context-batch-smoke.js](../test/source-context-batch-smoke.js)
|
|
268
279
|
- [source-context-profile-smoke.js](../test/source-context-profile-smoke.js)
|
|
269
|
-
- [state-explosion-management-smoke.js](../test/state-explosion-management-smoke.js)
|
|
270
280
|
- [state-node-smoke.js](../test/state-node-smoke.js)
|
|
281
|
+
- [surface-explicit-cwd-smoke.js](../test/surface-explicit-cwd-smoke.js)
|
|
271
282
|
- [tamper-evidence-demo-smoke.js](../test/tamper-evidence-demo-smoke.js)
|
|
272
283
|
- [team-collaboration-smoke.js](../test/team-collaboration-smoke.js)
|
|
273
284
|
- [telemetry-attest-wrap-smoke.js](../test/telemetry-attest-wrap-smoke.js)
|
|
@@ -68,7 +68,7 @@ changed.
|
|
|
68
68
|
- `npm test`
|
|
69
69
|
- `node test/multi-agent-runtime-core-smoke.js`
|
|
70
70
|
- `node test/coordinator-blackboard-smoke.js`
|
|
71
|
-
-
|
|
71
|
+
- multi-agent topologies smoke coverage
|
|
72
72
|
- `node test/multi-agent-eval-replay-harness-smoke.js`
|
|
73
73
|
- `npm run eval:replay`
|
|
74
74
|
- dogfood release smoke coverage
|
|
@@ -299,3 +299,5 @@ Loaders fail closed on corrupt state; store writes are made safe under more than
|
|
|
299
299
|
No other change to this page in v0.1.84.
|
|
300
300
|
|
|
301
301
|
0.1.85
|
|
302
|
+
|
|
303
|
+
0.1.86
|