From f60d40a25b90e1c5235dfb928f92fcf96b6aa986 Mon Sep 17 00:00:00 2001 From: Michal Date: Sat, 7 Mar 2026 00:45:31 +0000 Subject: [PATCH] fix: normalize proxyModel in yaml/json output, drop deprecated gated field Resolves proxyModel from gated boolean when the DB value is empty (pre-migration projects). The gated field is no longer included in get -o yaml/json output, making it apply-compatible with the new schema. Co-Authored-By: Claude Opus 4.6 --- src/cli/src/commands/shared.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/cli/src/commands/shared.ts b/src/cli/src/commands/shared.ts index 89b3911..ded9aad 100644 --- a/src/cli/src/commands/shared.ts +++ b/src/cli/src/commands/shared.ts @@ -109,6 +109,14 @@ export function stripInternalFields(obj: Record): Record