원클릭으로
bop-bop-integrity
Use when agents must write to .bop bundles safely and consistently without corruption.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when agents must write to .bop bundles safely and consistently without corruption.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when designing or refactoring bop runtime/storage paths to maximize APFS COW/compression and prefer standard Rust crates over custom infrastructure.
Use when bop execution needs Auto-Claude MCP-style progress/status/discovery tracking.
Use when you need to map Auto-Claude MCP server logic to bop stages, workflows, and commands.
Use when a card or request includes a persona emoji (for example `🎯`, `🔒`, or `🚨`) and you need role-specific execution behavior with minimal token overhead.
Use when a bop stage needs external library/framework documentation lookup.
Use for desktop UI validation in bop QA stage when the target app is Electron.
| name | bop-bop-integrity |
| description | Use when agents must write to .bop bundles safely and consistently without corruption. |
Guarantee .bop writes are deterministic, atomic, and schema-safe.
meta.json.running/.bop commands over manual filesystem mutation.references/write_protocol.md.bop meta set <id> --workflow-mode <mode> --step-index <n>, not ad-hoc edits.pending/ as quarantine-enforced: invalid meta.json is moved to failed/ by dispatcher.links.md, Logs.webloc, and Session.webloc as system-managed card UI artifacts.ditto --clone or cp -c); do not add plain cp -R/-r fallback for card paths.ditto --hfsCompression (transparent, idempotent, no adapters/converters).Use only stage-allowed files from references/allowed_writes.tsv.
bop inspect <id> must parse and show valid stage/meta.jq . <meta.json> must succeed.bop meta set ... is the canonical mutation path for workflow routing metadata.bop policy check --staged before merge/integration.