fix: install.sh installs config.toml to ~/.config/claudedo
the daemon's config lookup falls through to ./config.toml only, so without a copy in the standard dir it was repo-cwd-only. install config.toml to ~/.config/claudedo/ — copy if absent, else write config.toml.new beside the user's edited copy (never clobber). also gitignore COMPACT.md (handoff doc kept on disk, untracked). Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
CLAUDE.md
|
||||
COMPACT.md
|
||||
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
Reference in New Issue
Block a user