06c1d81190
CI / Check, test, lint (push) Successful in 28s
- Remove tmux-based execution; jobs now run via nohup + shell script - Remove p-agent daemon from workspace - Remove `p attach` command (use `p logs -f` instead) - Add `-d/--detach` flag to start job without streaming - Stream output via SSH tail -F - Ctrl+C detaches from stream; job keeps running - `p stop` kills via PID file - Worker requirements reduced to just rsync (no tmux needed)
4 lines
43 B
TOML
4 lines
43 B
TOML
[workspace]
|
|
members = ["p"]
|
|
resolver = "2"
|