bash-timeouts
Configure timeout settings for bash command execution. Prevents long-running commands from hanging indefinitely while allowing sufficient time for complex operations like builds and deployments.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install bash-timeouts --cli claudewrites the file to.claude/rules/bash-timeouts.mdListed as compatible
# fetches the source and writes it to:
.claude/rules/bash-timeouts.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Configure timeout settings for bash command execution. Prevents long-running commands from hanging indefinitely while allowing sufficient time for complex operations like builds and deployments.
When to use it
Configure timeout settings for bash command execution. Prevents long-running commands from hanging indefinitely while allowing sufficient time for complex operations like builds and deployments.
How to install / invoke
# Merge the settings block into your .claude/settings.json
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/settings/environment/bash-timeouts.json | jq .
Notes
Extracted from davila7/claude-code-templates, environment category.