feat(native): implement Phase 5 AppleScript handlers and remote control

- Implemented specialized PowerPoint/Keynote handlers with auto-focus and slideshow start.
- Added native:control-presentation for remote navigation (next/prev/stop).
- Added native:list-tools handler for self-documenting the bridge API.
- Added a comprehensive project README.md.
This commit is contained in:
Scott Idem
2026-01-26 16:18:00 -05:00
parent 7784f7f2a3
commit 3d7aa1ab92
6 changed files with 244 additions and 22 deletions

View File

@@ -8,6 +8,8 @@
"git.autofetch": true,
"markdownlint.config": {
"MD007": false,
"MD030": false,
"MD004": false,
"MD033": false
}
}