boostsecurityio / boostsecurityio/lotp
[LOTP] Add claude (Claude Code CLI)
Open
idea
- Dominant language
- HTML
- Stars
- 164
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
# 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": []
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.