Fix overnight runner Python selection and tmux window targeting #138

Merged
jihoson merged 2 commits from agentson/fix/137-run-overnight-python-tmux AGit into main 2026-02-17 23:25:11 +09:00
Collaborator

Summary

  • prefer .venv/bin/python over system Python when APP_CMD is unset
  • keep DASHBOARD_PORT configurable in launch command
  • target tmux window by name (overnight) instead of fixed :0

Issue

Closes #137

## Summary - prefer `.venv/bin/python` over system Python when `APP_CMD` is unset - keep `DASHBOARD_PORT` configurable in launch command - target tmux window by name (`overnight`) instead of fixed `:0` ## Issue Closes #137
agentson added 1 commit 2026-02-17 23:22:22 +09:00
fix: make overnight runner use venv python and tmux-safe window target
Some checks failed
CI / test (pull_request) Has been cancelled
c49765e951
- prefer .venv/bin/python when APP_CMD is unset\n- pass DASHBOARD_PORT into launch command (default 8080)\n- target tmux window by name instead of fixed index\n\nRefs #137
agentson added 1 commit 2026-02-17 23:24:36 +09:00
chore: add overnight helper scripts
Some checks failed
CI / test (pull_request) Has been cancelled
22ffdafacc
- add morning report launcher\n- add overnight stop script\n- add watchdog health monitor script\n\nRefs #137
jihoson merged commit 44339c52d7 into main 2026-02-17 23:25:11 +09:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jihoson/The-Ouroboros#138