# Description of the LOTP tool `claude` is coding agent CLI tool that can be configured with a local config file in the CWD. # Configuration files ``` .claude/settings.local.json ``` # Documentation https://docs.claude.com/en/docs/claude-code/settings#settings-files # Additional notes ``` { "permissions": { "allow": [ "Bash(git check-ref-format:*)" ], "deny": [], "ask": [] } } ```
Description of the LOTP tool
claudeis coding agent CLI tool that can be configured with a local config file in the CWD.Configuration files
Documentation
https://docs.claude.com/en/docs/claude-code/settings#settings-files
Additional notes