conductor-oss-native-linux-x64 0.11.0 → 0.12.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 +5 -3
- package/bin/conductor +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -216,10 +216,12 @@ The live terminal is now the primary session workspace. The dashboard still prov
|
|
|
216
216
|
|
|
217
217
|
### Terminal Validation And Rollout
|
|
218
218
|
|
|
219
|
-
|
|
219
|
+
Phase 2 terminal validation now has explicit operator guidance:
|
|
220
220
|
|
|
221
|
-
- [Terminal rollout notes](docs/terminal-rollout.md) cover
|
|
222
|
-
- [Terminal QA checklist](docs/terminal-qa-checklist.md) covers desktop, phone, and remote
|
|
221
|
+
- [Terminal rollout notes](docs/terminal-rollout.md) cover benchmark hooks, acceptance targets, merge gates, and failure signals to capture.
|
|
222
|
+
- [Terminal QA checklist](docs/terminal-qa-checklist.md) covers desktop, phone, and private-remote manual verification.
|
|
223
|
+
- [Terminal QA matrix](docs/terminal-qa-matrix.md) is the sign-off sheet for recorded timings and pass/fail status.
|
|
224
|
+
- `bun run bench:terminal -- <session-id>` runs the lightweight terminal benchmark sweep through the dashboard endpoints.
|
|
223
225
|
|
|
224
226
|
## Architecture
|
|
225
227
|
|
package/bin/conductor
CHANGED
|
Binary file
|