AGENTS.md tweaks#25513
Merged
crazytonyli merged 3 commits intotrunkfrom Apr 29, 2026
Merged
Conversation
crazytonyli
commented
Apr 29, 2026
| severity: error | ||
|
|
||
| opening_brace: | ||
| ignore_multiline_statement_conditions: true |
Contributor
Author
There was a problem hiding this comment.
swift-format puts the opening brace in a new line when there are multiple lines of conditions in the if. There is no option to tweak that configuration in swift-format. So, I updated the swift-lint rule configuration to make swiftlint and swift-format to be compatible.
jkmassel
approved these changes
Apr 29, 2026
Contributor
|
| App Name | WordPress | |
| Configuration | Release-Alpha | |
| Build Number | 32074 | |
| Version | PR #25513 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | 8ecfd07 | |
| Installation URL | 38ndgtqc95g8o |
Contributor
|
| App Name | Jetpack | |
| Configuration | Release-Alpha | |
| Build Number | 32074 | |
| Version | PR #25513 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | 8ecfd07 | |
| Installation URL | 3ul9rl9u6v46g |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
When Claude Code runs unit tests, my preference is using Xcode MCP >
xcodebuild>fastlane. Xcode is almost always open during development, and Xcode MCP is available most of the time.xcodebuildis always available, and Claude Code can figure out the best way to use it (choosing scheme, using the right cli options, parsing the output, etc).fastlane testas mentioned in the current AGENTS.md does not work for me, because it's not flexible enough, as in there is limited options, and Claude Code can't debug the errors.So I tweaked the AGENTS.md file to describe the schemes and let Claude Code decide how to interpret that information, rather than giving Claude Code specific commands.
I also added a new
switching-xcode-schemeskill so that Claude Code sessions can switch the active scheme to the one it wants to build. When you manually build and verify Jetpack app changes, Claude Code won't be able to build and run unit tests using Xcode MCP, because the selected scheme is not WordPress. Claude Code can now switch the selected scheme in your opening Xcode window and proceed to run tests.