NAME

Claude::Agent::Permission::Result::Deny - Permission deny result

DESCRIPTION

Permission result that denies the tool execution.

ATTRIBUTES

  • behavior - Always 'deny'

  • message - Reason for denial (shown to Claude)

  • interrupt - If true, interrupts the entire query

METHODS

to_hash

my $hash = $result->to_hash();

Convert the result to a hash for JSON serialization.

AUTHOR

LNATION, <email at lnation.org>

LICENSE

This software is Copyright (c) 2026 by LNATION.

This is free software, licensed under The Artistic License 2.0 (GPL Compatible).