Commit cf49d19
fix(push): downgrade JSON schema validation errors to warnings (PSGO-198)
kbc push was blocking users from pushing changes to their branch when
unrelated branches had invalid configs. The server already accepted
those configs, so the CLI was stricter than the source of truth.
Aligns push with pull behaviour: validation failures are now shown as
warnings and push proceeds, since the server determines what is valid.
Also updates the pull warning message - it no longer says push will
be blocked when the project is in an invalid state.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2202d0e commit cf49d19
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
0 commit comments