Skip to content

Docs/GitHub token setup#27

Closed
mrhpython wants to merge 14 commits intomainfrom
docs/github-token-setup
Closed

Docs/GitHub token setup#27
mrhpython wants to merge 14 commits intomainfrom
docs/github-token-setup

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.

[P1] Stop committing local virtualenv artifacts

The change checks in an entire .venv tree (and the extracted GitHub CLI under tools/gh/), adding ~2 000 files and ~339 k lines of compiled/vendor code even though the commit message is a docs update. These files are environment-specific build outputs that belong in .gitignore; keeping them in Git bloats the repo, risks platform incompatibilities, and will drift every time dependencies are upgraded locally. It would be much safer to remove these directories from source control and rely on requirements.txt/installation scripts to recreate them.

Useful? React with 👍 / 👎.

@mrhpython mrhpython enabled auto-merge (squash) September 21, 2025 23:23
@mrhpython
Copy link
Copy Markdown
Owner Author

Closing due to failing CI checks. Node and verify tests failing - needs investigation and rebase.

@mrhpython mrhpython closed this Sep 24, 2025
auto-merge was automatically disabled September 24, 2025 15:05

Pull request was closed

@mrhpython mrhpython deleted the docs/github-token-setup branch September 24, 2025 16:38
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