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
Added explicit workflow write tools: set_workflow_enabled, update_workflow_general, update_workflow_start_conditions, and update_workflow_actions.
Added shared workflow formatting so read and write tools return the same structured workflow payload.
Documented the workflow editing caveat: Restrict Editing must be disabled for reliable edits, even with an App Manager key.
Live-tested the write flow against the Feature Branch workflow by disabling and re-enabling it, changing general settings, toggling the pull-request start condition, removing an action, restoring it, and confirming the workflow returned to its original state.