Zero Data Retention mode for sensitive/proprietary code - no code stored on OpenAI servers
Before writing ANY code, you MUST check:
.claude/library/catalog.json.claude/docs/inventories/LIBRARY-PATTERNS-GUIDE.mdD:\Projects\*| Match | Action | |-------|--------| | Library >90% | REUSE directly | | Library 70-90% | ADAPT minimally | | Pattern exists | FOLLOW pattern | | In project | EXTRACT | | No match | BUILD (add to library after) |
Execute Codex with Zero Data Retention for sensitive, proprietary, or regulated code where no data should be stored on OpenAI servers.
What This Provides:
# ZDR for sensitive code
/codex-zdr "Implement medical record encryption"
# ZDR with full-auto
/codex-zdr "Build payment processing module" --full-auto
# ZDR with sandbox
/codex-zdr "Audit financial calculations" --sandbox
codex --zdr "Your sensitive task"
# Combined with full-auto
codex --full-auto --zdr "Build and test"
# Via script
CODEX_MODE=zdr bash scripts/multi-model/codex-yolo.sh "Task" "id" "." "5" "zdr"
| Regulation | ZDR Suitability | |------------|-----------------| | GDPR | Compliant | | HIPAA | Compliant | | PCI-DSS | Suitable | | SOC 2 | Suitable | | FedRAMP | Check specifics |
multi-model/codex/zdr/{task_id}Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer