vetto 0.2.21

Daemon-less sandbox + security layer for AI coding agents (Landlock/Seatbelt, TUI statusline, post-session audit reports)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[metadata]
name = "cursor"
description = "Safe read-only compatibility roots for Cursor Agent."

[filesystem]
allow_read = ["$AGENT/cache", "$AGENT/logs"]

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