Skip to main content

Code Analysis Training

The Code training source analyzes your frontend source files to extract structural knowledge that's invisible to interface inspection alone — route definitions, data models, and permission rules.


What It Extracts

CategoryExamples
RoutesEvery page path and its hierarchy
Data modelsEntities like Deal, Contact, Invoice — their fields and relationships
Component structureHow UI components compose and relate to each other
Permission rulesWhich roles can access which routes and features
Workflow logicMulti-step sequences and conditional flows

Tips

  • Include your routes file — ensure your routing configuration is within the source path
  • Include type and model definitions — these dramatically improve knowledge quality
  • Enable enhanced analysis for codebases with complex permission logic or multi-step flows