INITIALIZING EXPERIMENT WORKBENCH...
INITIALIZING EXPERIMENT WORKBENCH...

Repository Intelligence is an autonomous codebase investigator originating from Code Afterlife. It parses GitHub repositories, extracts tech stacks, summarizes commit histories, and critically audits whether documentation claims match the actual underlying code (e.g. verifying if frontend and backend APIs are genuinely wired together, checking auth mechanisms, and inspecting database connections).
Most GitHub repositories make grand claims in their README files: 'Full-stack microservices architecture', 'Real-time AI backend', 'Production database integration'. But when you inspect the code, half the APIs are mocked and the database is disconnected.
Repository Intelligence was built to automate the technical investigation process: reading code ASTs, identifying genuine network connections, and providing verified evidence before developers or recruiters waste time reviewing dead prototypes.