project-brain logoproject-brain

LLM & Testing

Offline Mode

project-brain works fully offline. No API calls, no uploads, no cloud dependency.

Set provider: none in brain.yaml to disable all LLM features:

llm:
  provider: none

Behavior in offline mode

  • brain diff showWorks fully — no LLM needed
  • brain diff reviewFalls back to heuristic structural summaries
  • brain diff explainReturns structural summary only
  • brain testllm testPrints 'LLM disabled' and exits cleanly
  • All export commandsWork fully — no LLM needed
  • brain project *All project commands work fully offline