Project Analysis

Analyse an Entire Project

Select a project root; Aigis scans the COMPLETE tree (every folder, every file) with focus on programming code, then lets you drive Claude Code through the steps — start the analysis and the Code Review Circle right from here.

The scan covers the COMPLETE tree — all folders and all files. Programming-code files are annotated (functions + dependencies + flow); other files are listed but skipped for annotation. Nothing is omitted silently.

Idle — select a project root to analyse.
CORE · Cartography

Code Map — Orient Inside the Whole Codebase

A whole-codebase flowchart produced by CORE Cartography. Nodes are code blocks; edges are relationships. Orient instantly in a large codebase and see dependencies, structure and flow at a glance.

No project loaded — run an analysis or load the example.
DRAG nodes · DRAG empty space to pan · WHEEL to zoom · CLICK a node
Node kind (fill)
module
class
method
function
external
constant
Status ring (cross-layer hint)
clean — reviewed, no finding
defect — PULSE
vuln — SHIELD
intentional
none — not reviewed
Edge type (stroke)
contains — structural
inherits — subclass→base
calls — invocation
depends — external
CORE · Results

Results Overview — What Was Examined

When an analysis run completes, Aigis prepares an overview here: which files and blocks were examined, how many are documented vs. still missing, and documentation coverage across the project. Generated from the live run — no source code ever leaves the machine.

No results yet — run “Start analysis” from ANALYZE, then “Load latest results”.
Copied!