conductor-oss-native-linux-x64 0.10.4 → 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 +9 -0
- package/bin/conductor +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -214,6 +214,15 @@ The Rust backend is the orchestration core. It handles:
|
|
|
214
214
|
|
|
215
215
|
The live terminal is now the primary session workspace. The dashboard still provides a normalized feed and metadata, but interactive work is expected to happen through the terminal surface, not a synthetic chat-only shell.
|
|
216
216
|
|
|
217
|
+
### Terminal Validation And Rollout
|
|
218
|
+
|
|
219
|
+
Phase 2 terminal validation now has explicit operator guidance:
|
|
220
|
+
|
|
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.
|
|
225
|
+
|
|
217
226
|
## Architecture
|
|
218
227
|
|
|
219
228
|
User-facing stack:
|
package/bin/conductor
CHANGED
|
Binary file
|