project-brain logoproject-brain

Project Commands

brain project summary

Generates a repository overview from the data stored by brain project analyze.

brain project summary

Output includes

  • Total files scanned
  • Total functions extracted
  • Total classes extracted
  • Top files by function count
  • Detected architecture hints

Output format

Controlled by output.format in brain.yaml:

output:
  format: text    # text (default) | json | markdown

When format: json, the full raw data is printed and a note is shown that it is already saved in .brain/data.json.