https://github.com/archgate/studies
Reproducible Archgate governance studies and methodology
https://github.com/archgate/studies
Last synced: about 18 hours ago
JSON representation
Reproducible Archgate governance studies and methodology
- Host: GitHub
- URL: https://github.com/archgate/studies
- Owner: archgate
- Created: 2026-03-27T09:10:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-09T00:03:43.000Z (4 days ago)
- Last Synced: 2026-06-09T02:09:15.817Z (4 days ago)
- Language: MDX
- Size: 830 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Archgate Studies
Reproducible studies on architecture governance, review friction, and ADR-driven standardization.
## Website
The studies website is published at:
- https://studies.archgate.dev
The site uses Astro + Starlight, so studies are written in Markdown/MDX instead of hand-crafted HTML.
### Local development
```bash
npm install
npm run dev
```
### Build
```bash
npm run build
```
Site source lives in `src/content/docs/` and deployment is handled externally via Cloudflare.
## Studies
- `studies/sentry-pr-review-friction/` - methodology code and generated data artifacts for the Sentry PR friction study.
- Published narrative: `src/content/docs/studies/sentry-pr-review-friction.mdx`
## Peer review workflow
Each study should include:
- methodology code
- generated raw metrics output
- assumptions and thresholds
- interpretation notes
Re-run scripts and open pull requests with alternative thresholds or additional validations to challenge findings.