Skip to content

Fix broken CI workflows and stale documentation#24

Merged
conorluddy merged 2 commits intomainfrom
fix/broken-ci-and-stale-docs
Feb 24, 2026
Merged

Fix broken CI workflows and stale documentation#24
conorluddy merged 2 commits intomainfrom
fix/broken-ci-and-stale-docs

Conversation

@conorluddy
Copy link
Owner

Summary

  • 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.
  • Fixed path references in lint.yml, release.yml, validate-version.yml, and pyproject.toml
  • Updated CLAUDE.md project structure and DEV.md stats/paths to reflect current state
  • Removed stale SPECIFICATION.md (historical v1.0 planning doc superseded by CLAUDE.md)
  • Removed skill/examples check from release.yml (directory doesn't exist in the package)

Test plan

  • Verify lint workflow triggers on this PR and runs against real files
  • Confirm ruff check ios-simulator-skill/scripts/ passes locally
  • Confirm black --check ios-simulator-skill/scripts/ passes locally

🤖 Generated with Claude Code

conorluddy and others added 2 commits February 24, 2026 22:40
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>
@conorluddy conorluddy merged commit b43bb74 into main Feb 24, 2026
1 check passed
@conorluddy conorluddy deleted the fix/broken-ci-and-stale-docs branch February 24, 2026 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant