ClaudeSublime
=============

Thanks for installing ClaudeSublime — Claude Code in a Sublime panel, with live
change highlighting and optional rsync sync to a remote host.

Getting started
---------------
1. Command Palette → "ClaudeSublime: Show / Hide Claude Panel"
   (default shortcut: ctrl+alt+c). Needs the Terminus package — if it's missing,
   ClaudeSublime offers to install it for you.
2. Command Palette → "ClaudeSublime: Generate Project Config" to create a
   ClaudeSublime.json (rsync host/paths, ignore rules, session id). On Windows it
   generates a Claude-panel-only config (rsync isn't supported there).

Optional: watchdog
------------------
Without the `watchdog` Python library, highlighting/auto-sync run only while the
panel is open (polling). Installing it into Sublime's Python 3.8 lib enables real
OS file events — see the README for per-OS steps.

Full docs: https://gitlab.com/petr.jakub/claudesublime
