Scan repository
Connect a GitHub repository and scope the analysis to the code paths that matter.
ADR-Archeologist uses repository-aware analysis to uncover hidden architecture choices and generate professional ADRs.
Repository intake
Workflow
Three clear stages that take a repository from raw code to structured, reviewable architecture records.
Connect a GitHub repository and scope the analysis to the code paths that matter.
Repository context surfaces choices across auth, data, APIs, tests, and deployment.
Export polished MADR-style records with context, decision, consequences, and evidence trails.
Repository scan
1,248
files indexed
Detected decisions
ADR preview
Context
Authentication, request validation, and security headers appear before route handlers across the codebase.
Decision
Centralize request policy in middleware to keep handlers focused on domain behavior.
Consequences
Improves consistency and auditability, while requiring careful middleware ordering.
Evidence trail
middleware.py, settings.py, tests/auth/test_middleware.py, deploy/render.yaml
Key benefits