Org-level metadata for the agentarium-cc GitHub organization.
GitHub renders profile/README.md as the org's public landing page at https://github.com/agentarium-cc.
profile/README.md— the org page shown to anyone visitinggithub.com/agentarium-cc.assets/avatar.png(1024×1024) + 512 + 256 — the brand mark used for the GitHub org avatar. Mirrors the in-product<BrandMark>from@agentarium/ui: a rounded-square conic gradient (violet → orange → pink → violet from 220°) with a small white inset.assets/render-avatar.py— the script that generates the PNGs. Re-run if the brand colours ever change.
GitHub doesn't expose the org avatar via the REST API — it's a UI-only setting.
- Go to https://github.com/organizations/agentarium-cc/settings/profile.
- Under Profile picture, click Upload a photo.
- Choose
assets/avatar.pngfrom this repo (or download from https://raw.githubusercontent.com/agentarium-cc/.github/main/assets/avatar.png). - Save.
Edit profile/README.md, commit, push. The org page rebuilds within seconds.
If the canonical brand colours ever change in packages/ui/src/tokens.css, update the constants at the top of assets/render-avatar.py and re-run:
cd assets
python3 render-avatar.pyOutputs agentarium-{1024,512,256}.png next to the script. Move them in place of the existing avatar*.png files and commit.
MIT — same as the rest of the org.