atomwrite 0.1.32

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
name: edit-loop-syntax-check
description: Apply NDJSON edit pairs then optional tree-sitter syntax-check
steps:
  - id: 1
    op: edit-loop
    args: [--pairs-file, $PAIRS, --target, $TARGET]
  - id: 2
    op: syntax-check
    args: [--syntax-check, $LANG]