feat(agor-pty): complete PTY daemon — auth, sessions, output fanout
This commit is contained in:
parent
4b5583430d
commit
f3456bd09d
6 changed files with 1853 additions and 65 deletions
|
|
@ -5,6 +5,9 @@ edition = "2021"
|
|||
description = "Standalone PTY multiplexer daemon — manages terminal sessions via Unix socket IPC"
|
||||
license = "MIT"
|
||||
|
||||
# Standalone — NOT part of the workspace Cargo.toml (same pattern as ui-gpui)
|
||||
[workspace]
|
||||
|
||||
# Binary: the daemon process
|
||||
[[bin]]
|
||||
name = "agor-ptyd"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue