[codex] fix build badge workflows and document issue strategies#14
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
masterbranch.workflow_dispatch, and align lint/Linux/macOS tests with the repo'suv/unittest tooling.ISSUE_STRATEGIES.mdwith researched strategies for all currently open issues (pipx install zcmds isn't working #4, askai - Entering 'Exit' creates a loop #5, ModuleNotFoundError: imgai #7, transcribe-anything torch version error #8, Unrecognized option 'cq' #10).Root Cause
The default-branch badge runs were stale and failing, but their logs had expired. Local workflow inspection showed CI drift: lint referenced a missing
requirements.testing.txt, and test workflows no longer matched the repo's checked-inuv/unittest scripts.Validation
actionlint .github/workflows/lint.yml .github/workflows/push_macos.yml .github/workflows/push_ubuntu.yml .github/workflows/push_win.ymluv run --no-sync --group test ruff format --check srcuv run --no-sync --group test ruff check srcuv run --no-sync --group test pyright srcuv run --no-sync --group test python -m unittest discover tests -vNotes
Existing unrelated local changes were intentionally left unstaged:
CLAUDE.md,src/zcmds/cmds/common/tsdownloader.py,tests/test_tsdownloader.py, and local media artifacts.