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
Copy file name to clipboardExpand all lines: .claude/skills/connector/fix-ci-checks.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,32 @@ Fix CI failures on connector PRs. This skill covers the three managed CI workflo
9
9
10
10
## Generate Baton Metadata failures
11
11
12
+
### Committed metadata out of date
13
+
14
+
**When**: The `Generate Baton Metadata` workflow step `Verify committed metadata is up to date` fails with "committed baton_capabilities.json and/or config_schema.json are out of date."
15
+
16
+
**Cause**: Your code changes altered the connector's capabilities or config schema, but you didn't regenerate and commit the updated JSON files.
0 commit comments