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:
2026-06-26 01:53:25 -04:00
parent a51c2fbdd4
commit 5064f912a4
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
CLAUDE.md
COMPACT.md
__pycache__/
*.pyc