harness-talk 0.1.1
Local questions and correlated answers between existing Codex and Claude Code sessions, with a durable shared inbox, explicit acknowledgment, bounded waiting and native notifications.
Verified on Linux with ordinary Codex 0.153.4 and Claude Code 2.1.263 TUI sessions in tmux. Both initiating directions completed with read and acknowledged answers. Three notifications were submitted; one failed discovery before submission, and its saved answer was recovered through wait. Codex needed normal permission approval for the specific check and send commands when reaching Claude. All 24 automated tests passed against the same implementation.
Install from PyPI in an environment both sessions can execute:
python -m pip install 'harness-talk==0.1.1'Follow the README to select a shared writable database and register the actual existing session UUIDs and workspaces. Python 3.11 or newer is required. Client compatibility is limited to the observed versions and documented adapter behavior.
Contributions follow the same policy as Boardmail: report bugs, adapter needs, and proposed fixes through issues. External pull requests are not accepted. Personal forks and modifications are welcome under the MIT License.