From 8c79ce9f054292e6eb8e1c5dc7e3aac5c3845dbf Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 08:24:32 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- .env.example | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..19a211e --- /dev/null +++ b/.env.example @@ -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=