Conversation
…onoun detection; add tests
…; clarify Codex workflow
…I; tests: dry-run sanity
…sts: DRY-run check
There was a problem hiding this comment.
Codex Review: Here are some suggestions.
Reply with @codex fix comments to fix any unresolved comments.
About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".
| from typing import List, Optional | ||
|
|
||
| __version__ = "24.0" | ||
|
|
||
|
|
There was a problem hiding this comment.
[P1] Remove committed virtual environment artifacts
This commit checks in the entire .venv directory, including pip’s site‑packages and compiled .pyc files. The parent revision did not track .venv, so these files are generated artifacts from a local machine. Keeping a virtual environment in git balloons the repo by hundreds of thousands of lines, introduces platform‑specific binaries, and makes future diffs and dependency updates noisy. Dependencies should be recreated from requirements.txt instead; the .venv directory should be removed from version control and added to .gitignore.
Useful? React with 👍 / 👎.
* ci: stabilize CI (always run jobs, robust /health wait) * ci: pin ESLint to v8; add httpx for FastAPI TestClient * ci: make ESLint non-blocking and set PYTHONPATH for pytest * test: load main.py by path to avoid import issues in CI * feat(api-py): add minimal FastAPI app for tests * ci: run on push for all branches to satisfy required checks * fix(audit): ignore code blocks and hyphenated identifiers; tighten pronoun detection; add tests * test: switch to Node test runner; convert truth-audit tests; docs: update README * docs: document TruthLens runtime + audit; add compliance quick checks; clarify Codex workflow * docs: add PR checklist template (Truth Kernel) * chore(ci): add GitHub PR open+merge helper; docs: usage without gh CLI; tests: dry-run sanity * docs: add PR merge runbook; chore: batch script to open+merge PRs; tests: DRY-run check --------- Co-authored-by: Michael <michael@localhost>
Title:
Summary
Checklist
Validation
1.
2.
Links