You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Live adversarial evaluations |`python -m pytest tests/eval -m eval --run-evals -v`| No, opt-in | 6 passed |
176
-
|Secret and tracked-file audit | Documented release-audit commands below | No | Passed locally; reverify before public release |
177
+
|Full secret scan / public-release audit | Documented release-audit commands below | No | Passed locally; reverify before public release |
177
178
178
-
The GitHub Actions workflow (`.github/workflows/tests.yml`) installs dependencies on Python 3.12 and runs `python -m pytest` (deterministic suite only).
179
+
The GitHub Actions workflow (`.github/workflows/tests.yml`) runs on Python 3.12 with pip caching and covers: dependency installation, deterministic test suite, Python compilation, tracked-file hygiene, Docker image build, Docker CLI smoke test, and Docker non-root check. No API key or secrets are required.
179
180
180
181
## Core Engineering Decisions
181
182
@@ -556,7 +557,7 @@ Code quality:
556
557
557
558
CI/CD:
558
559
559
-
- Expand GitHub Actions to cover dependency installation, automated tests, linting, type checking, `compileall`, README link validation, and secret scanning.
560
+
- Expand GitHub Actions to add linting, type checking, README link validation, and secret scanning.
560
561
- Add branch protection and required status checks.
561
562
- Use protected production environments for deployment workflows.
0 commit comments