Skip to content

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
wants to merge 66 commits into
base: main
Choose a base branch
from

Conversation

steipete
Copy link
Owner

Continuing from #8, give our lil' automator a rocket fast way to query accessibility via a custom swift helper.

@steipete steipete force-pushed the fixed-accessibility-api branch from cf5b893 to d1e57cc Compare May 20, 2025 05:19
steipete and others added 26 commits May 20, 2025 20:25
🤖 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]>
@steipete steipete changed the title Add accessiibility tool Add new accessibility tool via integrating AXorcist May 22, 2025
steipete and others added 3 commits May 22, 2025 05:52
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants