Close remaining automatable release tasks#11
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2681ea31c6
ℹ️ 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
- 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 address that feedback".
|
|
||
| Recent verified commands: | ||
|
|
||
| - `/Users/tom/devel/ml-llm/llm/BatLLM/.venv_BatLLM/bin/python -m pytest -q` -> `151 passed, 2 skipped`. |
There was a problem hiding this comment.
Replace machine-specific validation paths
These new STATUS entries commit /Users/tom/.../.venv_BatLLM/bin/python paths, which are machine-specific and violate the repository's AGENTS.md rule to avoid committing machine-specific absolute paths. In the project status report this also makes the recorded validation commands non-reusable for anyone outside that local workstation; prefer repository-relative commands such as python -m pytest -q or note that they were run inside the project virtual environment.
Useful? React with 👍 / 👎.
Summary\n- run and confirm the full automatable release-readiness checks\n- update STATUS.md to record the completed automation pass and explicitly mark automatable next steps complete\n- update FIRST_RUN_RELEASE_CHECKLIST.md execution record for 2026-05-09\n\n## Validation\n- /Users/tom/devel/ml-llm/llm/BatLLM/.venv_BatLLM/bin/python -m pytest -q\n- /Users/tom/devel/ml-llm/llm/BatLLM/.venv_BatLLM/bin/python run_tests.py full\n- /Users/tom/devel/ml-llm/llm/BatLLM/.venv_BatLLM/bin/python create_release_bundles.py\n- /Users/tom/devel/ml-llm/llm/BatLLM/.venv_BatLLM/bin/python create_homebrew_formula.py --create-worktree-archive /tmp/BatLLM-homebrew-source.tar.gz --formula-out /tmp/batllm.rb\n- /Users/tom/devel/ml-llm/llm/BatLLM/.venv_BatLLM/bin/python -m pytest -q src/tests/test_homebrew_packaging.py\n- /Users/tom/devel/ml-llm/llm/BatLLM/.venv_BatLLM/bin/python validate_packaging_smoke.py\n- gh api repos/krahd/BatLLM/branches/main/protection --jq '.required_status_checks.contexts'