atomic-write no-op 증명은 inode 비교로
Scanned 9/5/2026
Install to Claude Code
npx -y skills add zzunkie/yardlet --skill atomic-write-no-op-inode --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Atomic Write No Op Inode?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/zzunkie-atomic-write-no-op-inode)More formats (shields.io, HTML) on the badges page.
---
name: atomic-write-no-op-inode
description: atomic-write no-op 증명은 inode 비교로
source: learned
---
이 레포의 write_bytes_atomic은 tmp 파일 생성 후 rename이라 같은 바이트를 다시 써도 inode가 바뀐다. '기존 파일을 건드리지 않는 no-op' 요구를 테스트로 고정할 때는 std::os::unix::fs::MetadataExt::ino()를 호출 전후로 비교하라. 내용 비교만으로는 재작성과 no-op을 구분할 수 없어 RED가 성립하지 않는다.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!