project-brain logoproject-brain

diff

brain diff explain

Explain a file or function

Stability:stable
Introduced:0.1.0

Syntax

brain diff explain [options]

Parameters

ArgumentTypeDefaultDescription
targetstrREQUIREDFile path or file:function target

Demo

brain diff explain
brain diff explain

Prerequisites

  • โœ”brain testllm test

Consumes

๐Ÿ“ฅ source code

Produces

๐Ÿ“ค terminal explanation

Examples

brain diff explain src/main.py
brain diff explain src/main.py:function_name

Workflow

  1. 1
    brain project analyze
  2. 2
    brain diff explain

Use Cases

  • โ€ขCode Understanding
  • โ€ขDeveloper Onboarding
  • โ€ขFunction Investigation

Target Personas

๐Ÿ‘ค developer๐Ÿ‘ค new contributor๐Ÿ‘ค reviewer

Notes

  • โ€ขSupports file-level and function-level explanation.

Edge Cases

  • โ€ขFunction name must exist in file.

Related Commands

brain diff review