feat(kernel-daemon): add IPC server, client, and lifecycle#829
Draft
feat(kernel-daemon): add IPC server, client, and lifecycle#829
Conversation
5f91318 to
8252c5a
Compare
58eefbb to
d1973a2
Compare
8252c5a to
a270541
Compare
d1973a2 to
6740d0c
Compare
a270541 to
fc6fccb
Compare
6740d0c to
6af59f4
Compare
b60a2a4 to
cc4edfa
Compare
6af59f4 to
4630ff3
Compare
Contributor
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4630ff3 to
e739238
Compare
30f3d16 to
91c0a8f
Compare
e739238 to
f650b47
Compare
91c0a8f to
7486337
Compare
f650b47 to
b6aab8f
Compare
Add a `tags` boolean option to `makeConsoleTransport` (default: false) and `makeFileTransport` (default: true) controlling whether log tags are included in output. This replaces the separate `makeTaglessConsoleTransport` constructor. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Introduce the `@ocap/kernel-daemon` package with Unix-domain-socket IPC infrastructure: - `DaemonServer` — JSON-RPC dispatcher over `net.Server` - `connectToDaemon` / `sendShutdown` — IPC client helpers - `startDaemon` / `stopDaemon` / `isDaemonRunning` — process lifecycle - Constants for socket, PID, DB, and log file paths Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
b6aab8f to
db26e38
Compare
7486337 to
5b0e9da
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce the
@ocap/kernel-daemonpackage with Unix-domain-socket IPC infrastructure:DaemonServer— JSON-RPC dispatcher overnet.ServerconnectToDaemon/sendShutdown— IPC client helpersstartDaemon/stopDaemon/isDaemonRunning— process lifecycle