Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 922 Bytes

File metadata and controls

39 lines (29 loc) · 922 Bytes

Contributing

Thanks for contributing to codex-thread-path-fix.

Development setup

  1. Clone the repo.
  2. Ensure dependencies are installed:
    • bash
    • sqlite3
    • jq
  3. Run checks:
bash -n ./scripts/fix-codex-thread-path.sh
bash -n ./tests/smoke.sh
./tests/smoke.sh

Pull request rules

  • Keep changes focused and minimal.
  • Add or update tests when behavior changes.
  • Update docs (README.md, README.en.md, docs/) when CLI behavior changes.
  • Keep backward compatibility for existing flags unless there is a strong reason.

Commit style (recommended)

Use Conventional Commits, for example:

  • fix: preserve trust level when old project block is missing
  • docs: add rollback notes for path migration

Reporting bugs

Please use the bug report template and include:

  • command line used
  • dry-run summary
  • OS version
  • sanitized snippets from ~/.codex files if relevant