Skip to content

Feat/readme refresh#17

Merged
mrhpython merged 17 commits intomainfrom
feat/readme-refresh
Sep 24, 2025
Merged

Feat/readme refresh#17
mrhpython merged 17 commits intomainfrom
feat/readme-refresh

Conversation

@mrhpython
Copy link
Copy Markdown
Owner

Title:

Summary

  • What changed and why (1–3 lines).

Checklist

  • Scope is minimal and focused
  • CI green locally (if applicable)
  • Tests added/updated or not applicable
  • Docs updated or not applicable

Validation

  • Steps to verify manually:
    1.
    2.

Links

  • Related issue: #
  • Context/spec:

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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".

Comment thread .venv/pyvenv.cfg
Comment on lines +1 to +5
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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[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 👍 / 👎.

@mrhpython mrhpython enabled auto-merge (squash) September 24, 2025 16:22
@mrhpython mrhpython merged commit 082012e into main Sep 24, 2025
0 of 2 checks passed
@mrhpython mrhpython deleted the feat/readme-refresh branch September 24, 2025 16:24
mrhpython added a commit that referenced this pull request Oct 22, 2025
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant