Skip to content

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

Open
keskad wants to merge 3 commits into
mainfrom
feat/dcc-daemon
Open

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

Conversation

@keskad

@keskad keskad commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Replace local datadir, YAML dir watch (including SIGHUP), and Unix IPC with dcc-daemon.
  • mw-proto framing is a thin re-export; wire JSON and nested run/microwaf/microwaf.sock are unchanged.
  • 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
  • Config seed/claim tests and mw-proto framing/wire tests
  • Merge rust-commons#1 first so the pin can move to main

Made with Cursor

keskad and others added 3 commits September 4, 2026 07:00
Share the singleton Unix-socket bind, YAML watch, and mw-proto
framing instead of keeping copies that can drift from other hub daemons.

Co-authored-by: Cursor <cursoragent@cursor.com>
Drop pinned rev; bump lockfile via make deps-update after PR #1 merge.

Co-authored-by: Cursor <cursoragent@cursor.com>
Track the crate from rust-commons main after the package rename.

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