Skip to main content

Module storage

Module storage 

Source

Structs§

JsonlWriter
Append-only writer for the events JSONL log. Holds an advisory cross-platform file lock around each append + fsync, so that concurrent producers (auto-capture hook + manual task-journal event + MCP server) cannot interleave bytes — O_APPEND alone is not atomic on Windows.