You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: add spec-patch target to restore OpenAPI fields lost on swag regen
swag init strips the global security declaration, per-operation security
overrides on /healthz and /readyz, and additionalProperties on the free-form
WorkflowDetailResponse.definition field. Add a spec-patch Make target that
re-applies these patches via jq/yq, and wire it to run automatically after
every `make spec` invocation.
Addresses CodeRabbit's suggestion from PR #129 review.
https://claude.ai/code/session_011ueT4NU9ZysZWE19Zi4Ukn
0 commit comments