This repository is a framework template for Codex workflows. It is designed to be copied and adapted to real projects.
- Do not commit real
.envfiles. - Do not commit API keys, tokens, private keys, or customer data.
- Use
.env.exampleonly as a placeholder file. - Keep project-specific secrets in local environment files or your secret manager.
Before publishing your own fork or derived project:
- Remove real credentials from code, logs, and examples.
- Check
AGENTS.md,docs/, andphases/for internal names or private paths. - Make sure generated outputs in
phases/**/step*-output.jsonare not committed. - Review
.gitignoreto confirm local files and.envfiles stay private.
If you find a security problem in this framework, please avoid posting secrets in a public issue. Open a private report through your preferred secure channel first.