Skip to content

fix: migrate renamed channels in place #209

fix: migrate renamed channels in place

fix: migrate renamed channels in place #209

Triggered via pull request August 12, 2026 01:45
Status Failure
Total duration 59s
Artifacts

ci.yml

on: pull_request
Prepare verification matrix
10s
Prepare verification matrix
Matrix: package-compatibility
Matrix: verify
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Verify / audit
Process completed with exit code 1.
Verify / test
Process completed with exit code 1.
error: expect(received).toBe(expected): apps/webui/tests/api-types-freshness.test.ts#L46
@@ -729,11 +729,26 @@ | "identity" | "channel"; name: string; provider: string; }; + previousAddress?: { + /** @enum {string} */ + type: + | "environment" + | "vault" + | "memory_store" + | "skill" + | "agent" + | "template" + | "deployment" + | "file" + | "identity" + | "channel"; + name: string; + provider: string; + }; reason: string; /** @enum {string} */ driftKind?: "none" | "local" | "remote" | "both"; /** @enum {string} */ readinessImpact?: "none" | "non_blocking" | "blocking"; - Expected - 0 + Received + 16 at <anonymous> (/home/runner/work/OpenAgentPack/OpenAgentPack/apps/webui/tests/api-types-freshness.test.ts:46:18)
Gate
Process completed with exit code 1.