fix: resolve CI linting issues - remove unused imports and f-strings
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-31 09:33:00 +00:00
parent d1c62790f1
commit 8b4182e9fc

24
app/.env.example Normal file
View File

@@ -0,0 +1,24 @@
# CLI Command Memory Environment Variables
# Copy this file to .env and modify as needed
# Base directory for storing data (default: ~/.cli_memory)
CLI_MEMORY_HOME=~/.cli_memory
# Logging level: debug, info, warning, error (default: info)
LOG_LEVEL=info
# Max commands to store per workflow (default: 100)
MAX_WORKFLOW_COMMANDS=100
# Number of suggestions to return (default: 10)
MAX_SUGGESTIONS=10
# Enable autocomplete integration (default: true)
ENABLE_AUTOCOMPLETE=true
# Database path override (optional)
# DATABASE_PATH=~/.cli_memory/custom_db.db
# API keys for future features (optional)
# GITHUB_TOKEN=
# GITLAB_TOKEN=