expand .env.grok43 into full Grok Build mastery configuration (skills dir, Plan Mode preference, Arena settings, auto-invoke)

This commit is contained in:
Shay 2026-06-17 06:52:51 -07:00
parent c6e0b26e33
commit 5888953ed0

View file

@ -1,25 +1,23 @@
# Grok 4.3 environment configuration for CORE
# -----------------------------------------------
# Copy relevant variables into your .env (which is gitignored).
# Do NOT commit actual API keys — this file is for reference only.
#
# Required for Grok 4.3 via xAI API or Grok Build CLI:
# Grok 4.3 + Grok Build Mastery Configuration for CORE
# ----------------------------------------------------------
# Copy relevant variables into your local .env (gitignored).
# This file is reference only. Never commit real API keys.
# Model selection
# === Model & Reasoning ===
GROK_MODEL=grok-4.3
GROK_REASONING_EFFORT=high # Mandatory for algebra/, field/, cognition/, teaching/
GROK_CONTEXT_BUDGET=800000 # Leave headroom under 1M cap
# Always use high effort for algebra/field/cognition work.
# Acceptable values: high | medium | low
# Default in xAI API is low — override it here.
GROK_REASONING_EFFORT=high
# === Grok Build CLI Mastery Settings ===
GROK_BUILD_SKILLS_DIR=skills/ # Where auto-discovered skills live
GROK_BUILD_PLAN_MODE_PREFERRED=true # Strongly prefer Plan Mode on sensitive modules
GROK_BUILD_ARENA_MODE=true # Enable parallel subagents when beneficial
GROK_BUILD_MAX_AGENTS=8 # Recommended max for CORE-scale work
GROK_BUILD_AUTO_INVOKE_SKILLS=true # Allow auto-triggering of core-bootstrap, versor-coherence-guardian, etc.
# Context budget — leave ~200k headroom under the 1M cap for tool outputs
# and intermediate reasoning.
GROK_CONTEXT_BUDGET=800000
# === API / Auth ===
# XAI_API_KEY=your_key_here # Put real key only in local .env
# API key — fill in your actual key in .env, never here
# XAI_API_KEY=xai-...
# Optional: Grok Build CLI config
# GROK_BUILD_ARENA_MODE=true # enable parallel subagent mode
# GROK_BUILD_MAX_AGENTS=4 # limit parallelism to 4 subagents
# === Optional Advanced ===
# GROK_BUILD_TUI_THEME=dark
# GROK_BUILD_HEADLESS_OUTPUT=json # For CI / scripting