wkappbot-workflow
★★☆
CP949 Save Guard
AI-only pre-save gate that rejects text files containing characters not representable in CP949. Use before Codex, Claude, or AppBot writes or commits text files, and require AI edits to write only rule-compliant characters for the target file even when the source already contains unsafe characters. Do not apply it to manual human saves unless explicitly requested.
Steps
- Run tools/cp949_save_guard.ps1 on the candid...
- If the guard reports a line and code point,...
- Treat binary files as out of scope and focus...
- Do not use this to police human editor saves...
- If the source already contains characters ou...
- If this gate fails on a candidate file, rewr...
- Ignore a leading UTF-8 BOM (U+FEFF) when che...