NAME
Claude::Agent::Permission::Result::Allow - Permission allow result
DESCRIPTION
Permission result that allows the tool to execute.
ATTRIBUTES
behavior - Always 'allow'
updated_input - The input to pass to the tool (can be modified)
updated_permissions - Optional permissions update
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).