Versions in this module Expand all Collapse all v0 v0.1.0 Jul 14, 2026 Changes in this version + func CommandFromInput(input []byte) string + type Intent string + const IntentDestructive + const IntentNetwork + const IntentProcessManagement + const IntentReadOnly + const IntentSystemAdmin + const IntentUnknown + const IntentWrite + func Classify(command string) Intent + type Result struct + Intent Intent + Reason string + Severity Severity + func Validate(command string, mode string, workspace string, additionalDirs []string) Result + type Severity string + const SeverityAllow + const SeverityBlock + const SeverityConfirm