Conversation
- BazelBuildSystem: detect Bazel projects, query targets, build, locate .swiftmodule artifacts, collect source files for Tier 2 compilation - BuildSystemDetector: detect Bazel projects via package/project markers when explicit projectRoot is provided or via directory walk - Fix iOS simulator platform flag to use @apple_support (bzlmod name) - Update .mcp.json to include mise shims on PATH for bazel resolution - Update .mise.toml postinstall to symlink bazelisk as bazel - Update README with Tier 2 hot-reload test steps (literal + cross-file) - Add unit tests for package detection, label construction, and detector Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…detection - Replace findSwiftModule tuple return with findCompilerFlags returning [String] - Add shared runBazel helper, eliminating duplicated exit-code checking - Make projectMarkers internal so BuildSystemDetector references it directly - BuildSystemDetector only checks project-root markers (not package markers) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
swift_librarytargets, builds viabazel build, locates.swiftmoduleartifacts, and collects source files for Tier 2 compilation with hot-reload (literal + cross-file)BUILD.bazel/MODULE.bazel/WORKSPACEmarkers are present@apple_support(bzlmod module name, not legacy@build_bazel_apple_support).mcp.jsonincludes mise shims on PATH;.mise.tomlpostinstall symlinksbazeliskasbazelTest plan
swift test— unit tests pass🤖 Generated with Claude Code