Feat/tiered allowlist and truthlens coverage#16
Conversation
…onoun detection; add tests
…; clarify Codex workflow
…ate STATUS & Design Intent
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".
| """ | ||
| requests.models | ||
| ~~~~~~~~~~~~~~~ | ||
|
|
||
| This module contains the primary objects that power Requests. |
There was a problem hiding this comment.
[P0] Remove committed virtualenv and binaries
The change adds thousands of files under the local Python virtualenv and bundled GitHub CLI (e.g., .venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py). These machine-specific artifacts should be rebuilt from requirements.txt/package.json, not stored in version control. Committing them inflates the repo by hundreds of megabytes, makes dependency management error‑prone, and risks shipping stale or vulnerable packages. Please drop the .venv/ and bundled binaries and ensure they are git‑ignored.
Useful? React with 👍 / 👎.
Title:
Summary
Checklist
Validation
1.
2.
Links