Structs§
- Jsonl
Writer - 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_APPENDalone is not atomic on Windows.