Your git history
has a story to tell
Mine commits. Detect development signals. Map eras. Run six analysis vectors. Generate forensic visualizations — from your terminal, CI pipeline, or AI assistant.
$ pip install devarch-framework
$ devarch init my-project
$ devarch mine ./repo -p my-project
$ devarch analyze my-project
$ devarch visualize my-project
archaeology.html written
Six analysis vectors.
One forensic picture.
Find the moments that mattered
Velocity shifts, activity gaps, burst patterns, team rhythm changes. Every signal is a timestamp on something that happened in your project.
Map development phases
Detect era boundaries and label development phases — greenfield, growth, maturity, maintenance — automatically.
Structured analysis, zero configuration
Three themes. No config.
Warm, Editorial, and Modern HTML dashboards with Chart.js and D3.js. Responsive, accessible, ready to share.
Run it from your AI assistant
14 MCP tools for Claude Code, Cursor, and any AI coding environment. Archaeology without leaving your editor.
Six commands from git log
to archaeology report
Mine
Extract git commit history with stats
Build DB
SQLite database for fast queries
Signals
Detect patterns and anomalies
Analyze
Run 6 analysis vectors
Visualize
HTML dashboard with charts
Report
Full forensic archaeology report
Or run the full pipeline in one command:
CLI. MCP server.
GitHub Action.
20+ commands, any terminal
Install via pip. Run from your terminal. The full pipeline — mine, analyze, visualize, report — with tab completion and help text for every command.
devarch run-pipeline ./repo -p my-project
AI assistant integration
14 tools for Claude Code, Cursor, and any MCP-compatible editor. Run archaeology without leaving your AI coding environment.
devarch-mcp
Zero-config CI integration
Add one workflow file. Get weekly archaeology reports as downloadable artifacts. Full git history required — set fetch-depth: 0.
on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
Run it on your repo tonight
MIT licensed. Free. Open source. Built for developers who want to understand how their codebase evolved.