Skip to content

feat: add environment variable configuration for non-interactive installs #141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mischasigtermans
Copy link

Adds environment variable support to the boost:install command for faster, non-interactive workflows. Environment variables work as defaults. Prompts appear with options pre-selected, but users can still change them. Works like a charm with --no-interaction or -n.

Added the following environment variables

  • BOOST_MCP_SERVER - Install MCP server (default: true)
  • BOOST_AI_GUIDELINES - Install AI guidelines (default: true)
  • BOOST_HERD - Install Herd MCP server (default: false)
  • BOOST_AGENTS - Pre-select agents for AI guidelines (e.g., claudecode,cursor)
  • BOOST_EDITORS - Pre-select editors for MCP installation (e.g., claudecode,vscode)
  • BOOST_ENFORCE_TESTS - Control test enforcement in AI guidelines (true/false)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant