Agent debug NDJSON tools + swift-agent-debug-log skill#8
Merged
Merged
Conversation
Bridge Cursor DEBUG MODE with build/run, host log read/clear, simulator container pull, one-shot repro, and optional structured log capture filters. Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
maatheusgois-dd
marked this pull request as ready for review
June 3, 2026 15:33
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.
Summary
bazel_ios_agent_debug_log_clear,read,pull, andrepro(clear → build_and_run withAGENT_DEBUG_*env → optional log capture).xcodebazel://agent-debug-log?path=...for structured NDJSON reads.skills/swift-agent-debug-log/SKILL.mdin the npm package;xcodebazelmcp initcopies bundled skills to~/.cursor/skills/and.agents/skills/.log_capture_startwithmessageContains/jsonLinesOnlyfilters on stop.agent_debugworkflow (included in default MCP workflows); tool count 112 → 116.Scope
Validation
npm run lintnpm run typechecknpm testnpm run buildnpx vitest --run --coveragexcodebazelmcp ...Compatibility
Notes For Reviewers
MCP tools (runtime) — agents use these instead of
Read/delete_fileon.cursor/debug-*.logfrom sim code:bazel_ios_agent_debug_log_clearbazel_ios_agent_debug_log_readhypothesisStatusHintsfor CONFIRMED/REJECTEDbazel_ios_agent_debug_log_pullsimctl get_app_container→Documents/agent-debug.ndjsonbazel_ios_agent_debug_reprobuild_and_runwithAGENT_DEBUG_LOG_PATH/AGENT_DEBUG_SESSION_IDSkill (protocol) — not exposed over MCP; installed via
xcodebazelmcp init. Documents env-based host path vs simulator Documents fallback.Example repro args:
{ "target": "//app:app", "logPath": "/abs/path/.cursor/debug-522bed.log", "sessionId": "522bed" }Follow-up (optional): README tool count 112 → 116, version bump for npm publish.
Made with Cursor