jahwag / ClaudeSync

ClaudeSync is a Python tool that automates the synchronization of local files with Claude.ai Projects
MIT License
262 stars 29 forks source link

Load config override from .claudesync.json #57

Closed ayushin closed 2 months ago

ayushin commented 2 months ago

Add support for local configuration overrides using .claudesync files

This feature enables users to easily set up project-specific configurations, improving flexibility and ease of use for multi-project setups.

Solves #54