Skip to content

Docs/pr merge runbook#30

Merged
mrhpython merged 13 commits intomainfrom
docs/pr-merge-runbook
Sep 24, 2025
Merged

Docs/pr merge runbook#30
mrhpython merged 13 commits intomainfrom
docs/pr-merge-runbook

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 +5
from typing import List, Optional

__version__ = "24.0"


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] Remove committed virtual environment artifacts

This commit checks in the entire .venv directory, including pip’s site‑packages and compiled .pyc files. The parent revision did not track .venv, so these files are generated artifacts from a local machine. Keeping a virtual environment in git balloons the repo by hundreds of thousands of lines, introduces platform‑specific binaries, and makes future diffs and dependency updates noisy. Dependencies should be recreated from requirements.txt instead; the .venv directory should be removed from version control and added to .gitignore.

Useful? React with 👍 / 👎.

@mrhpython mrhpython enabled auto-merge (squash) September 21, 2025 22:59
@mrhpython mrhpython merged commit 8941db7 into main Sep 24, 2025
1 check failed
@mrhpython mrhpython deleted the docs/pr-merge-runbook branch September 24, 2025 15:16
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)

* chore(ci): add GitHub PR open+merge helper; docs: usage without gh CLI; tests: dry-run sanity

* docs: add PR merge runbook; chore: batch script to open+merge PRs; tests: DRY-run check

---------

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