This directory contains detailed documentation for configuring goLLM to suit your project’s needs.
gollm.json
file in your project root:
gollm init
{
"version": "0.2.0",
"validation_rules": {
"max_line_length": 88,
"max_function_lines": 50
},
"project_management": {
"todo_integration": true
}
}
gollm validate
gollm.json
in current directory~/.config/gollm/config.json
All settings can be set via environment variables using the GOLLM_
prefix:
export GOLLM_VALIDATION_RULES_MAX_LINE_LENGTH=100
export GOLLM_PROJECT_MANAGEMENT_TODO_INTEGRATION=true