mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-20 06:18:49 +00:00
Major reorganization to provide cleaner, more intuitive directory structure: Directory changes: - Move ~/.ccs.json → ~/.ccs/config.json - Move ~/.claude/glm.settings.json → ~/.ccs/glm.settings.json - Move ~/.claude/sonnet.settings.json → ~/.ccs/sonnet.settings.json - Move ~/.local/share/ccs/* → ~/.ccs/ - Keep ~/.claude/settings.json unchanged (Claude CLI default) Script improvements: - Fix idempotency: check source != destination before cp - Update all path references in ccs, install.sh, uninstall.sh - Consolidate uninstall to single directory removal Documentation updates: - Update README badges: remove stars, modernize labels, add platform - Update all path references in README.md and README.vi.md - Update INSTALL-WORKFLOW.md diagram - Update .ccs.example.json template This provides a unified installation location that's easier to manage and understand.
9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"profiles": {
|
|
"glm": "~/.ccs/glm.settings.json",
|
|
"sonnet": "~/.ccs/sonnet.settings.json",
|
|
"default": "~/.claude/settings.json"
|
|
}
|
|
}
|
|
|