atomwrite 0.1.26

Atomic file operations CLI for LLM agents — read, write, edit, search, replace with NDJSON output
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
source: tests/snapshot_write.rs
expression: event
---
{
  "bytes_written": 17,
  "checksum": "[redacted]",
  "elapsed_ms": "[redacted]",
  "path": "[redacted]",
  "platform": {
    "dir_fsync": "[platform_dir_fsync]",
    "fsync": "[platform_fsync]"
  },
  "status": "success",
  "stdin_bytes_read": 17,
  "type": "write",
  "wal_policy": "auto"
}