Conversation
…onoun detection; add tests
…; clarify Codex workflow
…ate STATUS & Design Intent
…lper in docs README
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".
| home = /usr/bin | ||
| include-system-site-packages = false | ||
| version = 3.12.3 | ||
| executable = /usr/bin/python3.12 | ||
| command = /usr/bin/python3 -m venv /home/michael/soulfield/.venv |
There was a problem hiding this comment.
[P0] Remove committed Python virtual environment
The change checks in the entire .venv directory, including environment-specific metadata like home = /usr/bin and absolute paths to /home/michael. These virtual env files are generated artifacts tied to a single machine and Python version, so versioning them both bloats the repository (thousands of files, 300k+ LOC) and risks broken environments for other developers. They should be added to .gitignore and recreated locally rather than committed.
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) * docs: add PR merge quick guide to workspace/docs/README.md * chore: re-add PR helper and batch script; mark executable * ci: add generic CI workflow with node and python jobs to satisfy required checks * docs: add TruthLens Vision; link from docs README * feat: tiered Bright Data allowlist + expanded TruthLens coverage; update STATUS & Design Intent * docs: refresh top-level README with Soulfield OS overview; keep PR helper in docs README --------- Co-authored-by: Michael <michael@localhost>
Title:
Summary
Checklist
Validation
1.
2.
Links