Fix broken CI workflows and stale documentation#24
Merged
conorluddy merged 2 commits intomainfrom Feb 24, 2026
Merged
Conversation
All three GitHub Actions workflows referenced skill/ — a directory that no longer exists. The actual code lives in ios-simulator-skill/. CI has been silently non-functional since the directory was renamed. - Fix lint.yml, release.yml, validate-version.yml paths - Fix pyproject.toml ruff include paths - Update CLAUDE.md project structure to reflect actual layout - Update DEV.md stats (21+ scripts, ~10k lines) and all path refs - Remove stale SPECIFICATION.md (historical v1.0 planning doc) - Remove examples/ check from release.yml (dir doesn't exist) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add maxsplit=1 to str.split() call (PLC0207). This error was hidden because CI previously pointed at nonexistent skill/ directory. Co-Authored-By: Claude Opus 4.6 <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
skill/— a directory that no longer exists. The actual code lives inios-simulator-skill/. CI has been silently non-functional since the directory was renamed.lint.yml,release.yml,validate-version.yml, andpyproject.tomlCLAUDE.mdproject structure andDEV.mdstats/paths to reflect current stateSPECIFICATION.md(historical v1.0 planning doc superseded byCLAUDE.md)skill/examplescheck fromrelease.yml(directory doesn't exist in the package)Test plan
ruff check ios-simulator-skill/scripts/passes locallyblack --check ios-simulator-skill/scripts/passes locally🤖 Generated with Claude Code