Skip to content

Docs/truthlens readme status#14

Merged
mrhpython merged 12 commits intomainfrom
docs/truthlens-readme-status
Sep 24, 2025
Merged

Docs/truthlens readme status#14
mrhpython merged 12 commits intomainfrom
docs/truthlens-readme-status

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:

@mrhpython mrhpython enabled auto-merge (squash) September 8, 2025 21:24
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 on lines +1 to +5
# .-. .-. .-. . . .-. .-. .-. .-.
# |( |- |.| | | |- `-. | `-.
# ' ' `-' `-`.`-' `-' `-' ' `-'

__title__ = "requests"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[P1] Avoid committing virtualenv contents

This change checks in thousands of files under .venv/ (e.g. the vendored requests package) along with other generated artifacts like tools/gh/gh.tgz. These are machine‑specific dependency installs that should be rebuilt from requirements.txt rather than tracked. Keeping them in git bloats the repository by ~300k lines, causes constant diffs whenever the local environment changes, and risks shipping outdated binaries. Please drop the .venv directory and other build outputs from version control and rely on dependency manifests instead.

Useful? React with 👍 / 👎.

@mrhpython mrhpython merged commit 3a0cbeb into main Sep 24, 2025
1 check failed
@mrhpython mrhpython deleted the docs/truthlens-readme-status branch September 24, 2025 15:30
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