vetto 0.3.8

Daemon-less sandbox + security layer for AI coding agents (Landlock/Seatbelt, TUI statusline, post-session audit reports)
Documentation
[metadata]
name = "codex"
description = "Hardened compatibility roots for OpenAI Codex CLI."

[filesystem]
allow_write = ["$AGENT"]
allow_read = ["$AGENT"]

[environment]
pass_through = [
    "OPENAI_API_KEY",
    "OPENAI_BASE_URL",
    "CODEX_*",
]

[display_only_deny]
paths = [
    "$AGENT/app_server.sock",
    "$AGENT/*.sock",
    "$AGENT/*.ipc",
]