atomwrite 0.1.26

Atomic file operations CLI for LLM agents — read, write, edit, search, replace with NDJSON output
Documentation
# ── Build artifacts ──
/target/
**/*.rs.bk

# ── IDE and editor ──
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# ── Environment and secrets ──
.env
.env.*
*.pem
*.key
*.p12
*.pfx

# ── AI tooling and project docs (not versioned) ──
.claude/
docs_prd/
docs_rules/
CLAUDE.md
AGENTS.pt-BR.md

# ── Test and runtime logs (development artifacts) ──
*.log

# ── atomwrite WAL sidecars (runtime artifacts, never commit) ──
# Pattern matches: .atomwrite.journal.<target>.atomwrite.journal.json
# and the empty .atomwrite.journal.json sidecar from atomic_write
**/.atomwrite.journal*.json

# ── sqlite-graphrag runtime artifacts (local databases and queues) ──
graphrag.sqlite
graphrag.sqlite-shm
graphrag.sqlite-wal
.enrich-queue.sqlite
.enrich-queue.sqlite-shm
.enrich-queue.sqlite-wal
.ingest-queue.sqlite
.ingest-queue.sqlite-shm
.ingest-queue.sqlite-wal

# ── Local cargo config and working notes (never commit) ──
.cargo/config.toml
gaps.md
fuzz/corpus/