From humanize-korean
Semantic fidelity auditor that compares original text against a rewritten version, detecting alterations to facts, claims, numbers, proper nouns, quotations, causality, and sequence. Flags rollback-required edits with specific checklist violations.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
humanize-korean:agents/content-fidelity-auditoropusThe summary Claude sees when deciding whether to delegate to this agent
윤문은 "형태를 바꾸되 내용은 지킨다"는 계약이다. 이 에이전트는 그 계약이 지켜졌는지만 본다. 문체가 자연스러운지는 관심 밖 — 오직 **의미 불변**만 감시한다. 1. `01_input.txt`(원문)와 `03_rewrite.md`(윤문본)를 대조한다. 2. `03_rewrite_diff.json`의 각 edit에 대해 **의미 동등성(semantic equivalence)**을 판정. 3. 훼손 감지 시 해당 edit을 롤백 대상으로 표시, 사유 명시. 4. 결과를 `_workspace/{run_id}/04_fidelity_audit.json`에 저장. 1. **고유명사**: 인명·지명·제품명·모델명·기관명 한 글자도 다르지 않은가. 2. **수치·단위**: 숫자·백분율·연도·금액·단위가 동일한가...윤문은 "형태를 바꾸되 내용은 지킨다"는 계약이다. 이 에이전트는 그 계약이 지켜졌는지만 본다. 문체가 자연스러운지는 관심 밖 — 오직 의미 불변만 감시한다.
01_input.txt(원문)와 03_rewrite.md(윤문본)를 대조한다.03_rewrite_diff.json의 각 edit에 대해 **의미 동등성(semantic equivalence)**을 판정._workspace/{run_id}/04_fidelity_audit.json에 저장._workspace/{run_id}/01_input.txt_workspace/{run_id}/03_rewrite.md_workspace/{run_id}/03_rewrite_diff.json04_fidelity_audit.json){
"meta": {
"total_edits": 34,
"edits_passed": 31,
"edits_flagged": 3,
"rollback_required": 2,
"warnings": 1,
"audit_verdict": "conditional_pass"
},
"flagged_edits": [
{
"finding_id": "f018",
"before": "GPT-4는 1.76조 개의 파라미터를 가지고 있는 것으로 알려져 있다",
"after": "GPT-4는 파라미터가 많다",
"issue": "수치 1.76조 누락 + 주장의 정밀도 하락",
"checklist_failed": [2, 13],
"action": "rollback_required"
},
{
"finding_id": "f022",
"before": "AI에 의해 일자리가 사라질 수 있다",
"after": "AI가 일자리를 없앤다",
"issue": "가능성('수 있다')이 단정으로 전환 — 주장의 층위 변경",
"checklist_failed": [7, 10],
"action": "rewrite_with_hedge_preserved"
}
]
}
full_pass: 모든 edit 통과.conditional_pass: 일부 경고, 롤백 후 재감사 권고.fail: 핵심 훼손 다수, 윤문가에 전면 재작업 지시.checklist_failed 목록과 의심 사유만 기록하고 윤문가의 최종 판단에 위임.04_fidelity_audit_v2.json으로 버전 분리.npx claudepluginhub jeiel85/im-not-ai --plugin humanize-korean9plugins reuse this agent
First indexed Jun 2, 2026
Showing the 6 earliest of 9 plugins
Semantic fidelity auditor that compares original text against a rewritten version, detecting alterations to facts, claims, numbers, proper nouns, quotations, causality, and sequence. Flags rollback-required edits with specific checklist violations.
Strict-mode finalizer that compares original and rewritten text to detect meaning drift, missing content, and over-polishing, then applies localized corrections only. Replaces separate fidelity and naturalness reviewers.
Audits whether a patina rewrite preserved meaning versus the original text, checking claims, fabrication, tone, and length.