8 lines
380 B
JSON
8 lines
380 B
JSON
{
|
|
"description": "Enhanced development environment configuration with useful utilities and debugging features. Includes built-in ripgrep usage, terminal title updates, and directory maintenance for improved developer experience.",
|
|
"env": {
|
|
"USE_BUILTIN_RIPGREP": "1",
|
|
"CLAUDE_BASH_MAINTAIN_PROJECT_WORKING_DIR": "1",
|
|
"CLAUDE_CODE_DISABLE_TERMINAL_TITLE": "0"
|
|
}
|
|
} |