AEON Gallery

Aeon Atlas

A live map of the aeon fork ecosystem — every public fork, what they enable, where they cluster. Regenerated weekly.

What this is

This site publishes a single artifact: a navigable map of every public fork of aaronjmars/aeon, built from the GitHub Forks API and each fork’s aeon.yml.

Edge design

Naive “skill-overlap = jaccard(enabled_A, enabled_B)” produces a hairball because most forks are unmodified clones — everyone has heartbeat enabled, so everyone overlaps with everyone. The atlas instead scores overlap on each fork’s delta from upstream (which skills it added or disabled vs. the baseline). The visible clusters are therefore “these forks made similar customizations,” not “these forks both shipped heartbeat.”

Top-4 per fork, jaccard ≥ 0.30, ≥ 2 shared deltas. On the first snapshot this cut overlap edges from 7047 to 394, all meaningful.

Refresh cadence

The atlas skill runs every Sunday at 04:00 UTC. It fetches the fork list, parses each aeon.yml, regenerates these artifacts, and opens a PR only when something material changed — a new fork joined, a fork’s ★ jumped, a dormant fork resumed activity, or a high-confidence overlap pair appeared.

What it isn’t

Source

rsavitt/aeon-atlas on GitHub. This Pages site is built from the docs/ directory of main.

The atlas is itself an aeon fork — a vanilla descendant of aaronjmars/aeon whose only divergence is the atlas script and skill. Upstream commits merge cleanly via git fetch upstream main.