Thanks for your interest in improving Codex HUD.
- Use pull requests for all changes. Do not push directly to
master. - Keep PRs focused and small enough for review.
- Include or update tests when behavior changes.
- Keep local-only files, credentials, and secrets out of commits.
git clone https://github.com/Capedbitmap/codex-hud.git
cd codex-hud
./scripts/install-and-run.sh --no-open
swift test- Create a branch from
master. - Implement one logical change per PR.
- Run
swift testand include results in PR notes. - Open a PR and complete the checklist.
- Wait for CI + review before merge.
- By submitting a contribution, you agree your contribution is licensed under this repository's license (
PolyForm-Noncommercial-1.0.0). - Commercial rights are not granted by contribution; see
COMMERCIAL-LICENSE.md.