Skip to content

Commit 4521f1d

Browse files
committed
test(cli): map /api/client-config to ocx export in the parity sweep
The headless-parity sweep asserts every GUI management endpoint has a documented CLI resource. Phase 030 added GET /api/client-config without registering it, so the sweep went red — correctly: the route and the CLI command shipped in the same unit and `ocx export` is exactly its mirror.
1 parent f4f7774 commit 4521f1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/cli-headless-parity.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ describe("headless GUI parity CLI", () => {
7171
["/api/custom-models", "ocx models"],
7272
["/api/model", "ocx models"],
7373
["/api/combos", "ocx combo"],
74+
["/api/client-config", "ocx export"],
7475
["/api/debug", "ocx debug/observe"],
7576
["/api/diagnostics", "ocx system"],
7677
["/api/effort", "ocx agent"],

0 commit comments

Comments
 (0)