diff
brain diff explain
Explain a file or function
Stability:stable
Introduced:0.1.0
Syntax
brain diff explain [options]Parameters
| Argument | Type | Default | Description |
|---|---|---|---|
target | str | REQUIRED | File path or file:function target |
Demo
brain diff explain

Prerequisites
- โbrain testllm test
Consumes
๐ฅ source code
Produces
๐ค terminal explanation
Examples
brain diff explain src/main.pybrain diff explain src/main.py:function_nameWorkflow
- 1
brain project analyze - 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