Summary
There is no way to exec into a running container. This is a standard container workflow — users debugging their sandbox need it.
Proposed UX
mino exec # exec into most recent active session with default shell
mino exec <session-id> # exec into specific session
mino exec -- ls -la # run specific command in most recent session
Acceptance Criteria