chore: add codex environment
CI / validate (push) Successful in 35s

This commit is contained in:
2026-07-21 11:13:54 -05:00
parent b445d8a117
commit 084f76d3c1
6 changed files with 51 additions and 1 deletions
+2
View File
@@ -15,6 +15,7 @@
- Codex setup: `scripts/codex-setup.sh`
- Codex logger smoke test: `scripts/codex-run-logger.sh`
- Precommit/CI check: `scripts/precommit-check.sh`
- Codex environment: `.codex/environments/environment.toml`
## Environment
@@ -55,6 +56,7 @@ Use `.env` for local values and keep it out of git. Update `.env.example`, `READ
## CI And Hooks
- Codex environment actions live at `.codex/environments/environment.toml`.
- Gitea Actions workflow lives at `.gitea/workflows/ci.yml`.
- Woodpecker workflow lives at `.woodpecker.yml`.
- The committed pre-commit hook lives at `.githooks/pre-commit`.