Skip to content

Migrate datadir, config watch, and IPC onto dcc-daemon - #11

Open
keskad wants to merge 1 commit into
mainfrom
feat/dcc-daemon
Open

Migrate datadir, config watch, and IPC onto dcc-daemon#11
keskad wants to merge 1 commit into
mainfrom
feat/dcc-daemon

Conversation

@keskad

@keskad keskad commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Replace local datadir, inotify watch, and Unix IPC with dcc-daemon.
  • Keep {"error":...} on the wire and unbounded clients.
  • Git dep is pinned to rust-commons#1 (rev=bdc4155). After that lands on main, switch to branch = "main" and run make deps-update.

Test plan

  • make test / make clippy
  • tests/ctl_test.rs, tests/config_*.rs, tests/datadir_test.rs
  • Merge rust-commons#1 first so the pin can move to main

Made with Cursor

Share the singleton Unix-socket bind and reload helpers instead of
keeping a local copy that can drift from the other hub daemons.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant