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>
11 lines
79 B
Plaintext
11 lines
79 B
Plaintext
CLAUDE.md
|
|
COMPACT.md
|
|
|
|
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
.venv/
|
|
venv/
|