An open API service indexing awesome lists of open source software.

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

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.