- Fix sys.path bug in all bridge scripts: parents[1] → parents[2] so
the bridges/ package is found from the project root
- Add bridges/applescript_bridge.py: new Mac bridge that runs ExtendScript
in Adobe apps via osascript, using a temp file to avoid quoting issues;
supports a custom execute_line param for apps like InDesign that use
'do script ... language JavaScript' instead of 'do javascript'
- illustrator_bridge, photoshop_bridge, indesign_bridge: dispatch to
applescript_bridge on macOS; auto-detect app name via System Events
so no hardcoded version year is needed
- word_bridge, excel_bridge, powerpoint_bridge: add macOS guard that
exits immediately with a clear JSON error instead of crashing on the
pythoncom/win32com import; these remain Windows-only
- Update all adapter READMEs with macOS install steps, bash equivalents
for every shell command, and dual session file paths
- Update premiere README: document Premiere 26+ CEP removal on macOS,
'must have project open' requirement, panel location in Window menu
- Update root README: platform support table per adapter, bash install
snippet, note macOS support
- Add two macOS-specific entries to docs/known-issues.md: Premiere 26+
CEP removal, and session file path differences on macOS
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>