agentydragon(tasks): add TUI status‑bar indicators to Task 10 for network/mounts/permissions

This commit is contained in:
Rai (Michael Pokorny)
2025-06-24 13:17:51 -07:00
parent 62dda0b041
commit 1c2722335d

View File

@@ -17,6 +17,7 @@ Provide a runtime command that displays the current sandbox/container environmen
- List of bind mounts (host path → container path, mode)
- File-system permission policies in effect
- Network sandbox status (restricted or allowed)
- Runtime TUI statusbar indicators for key sandbox attributes (e.g. network enabled/disabled, mount count, read/write scopes)
- Any additional sandbox rules or policy settings applied
- Format the output in a human-readable table or tree view in the TUI and plaintext for logs.
- Ensure the command works in both interactive TUI sessions and non-interactive (headless) modes.