# archaeologist **Repository Path**: mirrors_electron/archaeologist ## Basic Information - **Project Name**: archaeologist - **Description**: Digging up your artifacts since 2018 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Electron Archaeologist > Digging up and comparing your artifacts since 2018 archeologist-logo This bot generates diffs for every PR to `electron/electron` for the generated `electron.d.ts` file so that reviewers checking docs changes can see easily whether or not the typings file was generated correctly. ## How? Check out the code, basically we spin up custom circleci jobs that store the "before" and "after" `electron.d.ts` files as artifacts, compare them and then post the results using the github checks API.