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
| #!/usr/bin/env python3 | |
| """ | |
| 🍒 CherryDocs Client Setup Script | |
| Run this in your project root to auto-configure Claude/Cursor for CherryDocs. | |
| """ | |
| import os | |
| import sys | |
| import json | |
| import platform | |
| from pathlib import Path |