Skip to content

Docs/merge runbook and helper reapply#13

Merged
mrhpython merged 14 commits intomainfrom
docs/merge-runbook-and-helper-reapply
Sep 24, 2025
Merged

Docs/merge runbook and helper reapply#13
mrhpython merged 14 commits intomainfrom
docs/merge-runbook-and-helper-reapply

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 on lines +1 to +14
# .-. .-. .-. . . .-. .-. .-. .-.
# |( |- |.| | | |- `-. | `-.
# ' ' `-' `-`.`-' `-' `-' ' `-'

__title__ = "requests"
__description__ = "Python HTTP for Humans."
__url__ = "https://requests.readthedocs.io"
__version__ = "2.31.0"
__build__ = 0x023100
__author__ = "Kenneth Reitz"
__author_email__ = "me@kennethreitz.org"
__license__ = "Apache 2.0"
__copyright__ = "Copyright Kenneth Reitz"
__cake__ = "\u2728 \U0001f370 \u2728"
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] Drop committed .venv site-packages

The commit adds an entire Python virtual environment under .venv/, including vendored libraries like requests. Shipping compiled site-packages bloats the repository, hard-codes platform-specific binaries, and couples the codebase to one developer’s local dependency versions rather than using requirements.txt or lockfiles. These artifacts should remain untracked and reproduced via dependency installation; otherwise cloning the repo becomes several megabytes heavier and future updates will be error-prone.

Useful? React with 👍 / 👎.

@mrhpython mrhpython merged commit 79bfc96 into main Sep 24, 2025
1 check failed
@mrhpython mrhpython deleted the docs/merge-runbook-and-helper-reapply branch September 24, 2025 15:25
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

---------

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