Draft
Conversation
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Changes file permissions for dependency index files to be more secure by restricting write access to owner only while maintaining read access. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Improve error messages in target and build declaration lookup functions to provide clear context and available alternatives: - Target lookup by name: Show available target names when not found - Target lookup by label: Show available target labels when not found - Build declaration lookup: Show available declaration names when not found - Duplicate detection: Show conflicting declaration types for duplicates This helps developers quickly identify typos and understand available options when debugging Swift package configuration issues. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Improve error message for Git reference validation to show what was actually provided vs what's required. Replaces complex boolean logic with clearer list-based validation. Before: "Exactly one of commit, tag, or branch must be provided" After: "Exactly one of commit, tag, or branch must be provided. Found: [commit, tag]" This helps developers quickly identify configuration errors when setting up Swift package Git dependencies. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Update the Claude Code Review GitHub workflow to skip dependency update PRs created by app/cgrindel-self-hosted-renovate. This prevents unnecessary code reviews on automated dependency updates while preserving reviews for actual code changes. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
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.
Closes #1632.