test(workspace): add top-down release gates

This commit is contained in:
huanghuoguoguo
2026-07-19 08:53:39 +08:00
parent 7706634c34
commit 3359951837
26 changed files with 1351 additions and 19 deletions
+17
View File
@@ -98,6 +98,23 @@ message truncation. Do not treat it as a long-term QA contract.
## 5. Run Gates
Cross-repository contract gate (no model calls):
```bash
bin/lbs suite plan langbot-workspace-contract-gate
bin/lbs suite run langbot-workspace-contract-gate --run-id langbot-workspace-contract-local
```
Top-down workspace release gate (browser workflows plus one complex Agent task):
```bash
bin/lbs suite plan langbot-workspace-release-gate
bin/lbs suite run langbot-workspace-release-gate --run-id langbot-workspace-release-local --include-manual-check
```
Run `agent-run-ledger-audit` immediately after the complex Agent case. Set
`LANGBOT_AGENT_RUN_ID` when the test instance has concurrent operator traffic.
Fast contract gate, no live service required:
```bash