-
Notifications
You must be signed in to change notification settings - Fork 23
Add new accessibility tool via integrating AXorcist #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
steipete
wants to merge
66
commits into
main
Choose a base branch
from
fixed-accessibility-api
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
cf5b893
to
d1e57cc
Compare
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Remove old ax/ directory structure - Add AXorcist as git submodule at axorc/AXorcist - Rename ax folder to axorc with updated binary and runner script - Update all file references from ax/ to axorc/ - Modify build system to compile from AXorcist submodule with fallback - Update package.json build script to handle Swift compilation - Update VSCode launch configurations for new structure - Clean up duplicate gitmodule entries The runner script now tries multiple binary locations: 1. AXorcist/.build/debug/axorc (development build) 2. AXorcist/.build/release/axorc (release build) 3. axorc (fallback binary) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Remove git submodule setup and .gitmodules file - Create symlink from axorc/AXorcist to /Users/steipete/Projects/CodeLooper/AXorcist - Clean up git submodule references and cache - Build system now works with symlinked development directory - This allows immediate development iteration without submodule complexity The symlink enables direct development on AXorcist while maintaining the same build process. Swift compilation now succeeds with the updated codebase. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Remove symlink to external AXorcist repository - Add axorc binary to .gitignore to exclude from version control 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Restore AXorcist symlink pointing to CodeLooper project - Add comprehensive AXorcist binary management documentation to CLAUDE.md - Document build process, directory structure, and symlink importance 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Add AXorcist binary management section to agent rules - Document symlink requirements and build process - Ensure consistency between CLAUDE.md and agent.mdc files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Make the README more engaging and fun by adding a robot theme throughout: - New headline: "🤖 macOS Automator MCP Server: Your Friendly Neighborhood RoboScripter™" - Added tagline: "Teaching Robots to Click Buttons Since 2024" - Renamed sections with robot-themed headers (Robot Toolbox, Robot Playground, etc.) - Added playful descriptions while maintaining technical accuracy - Included fun examples like "Robot's Secret Stash" folders - Made troubleshooting section more approachable ("When Robots Rebel") - Added emoji throughout for visual appeal - Maintained all original technical content and functionality The README now presents automation as fun and approachable while keeping all the important technical information intact. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
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.
Continuing from #8, give our lil' automator a rocket fast way to query accessibility via a custom swift helper.