惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
人人都是产品经理
人人都是产品经理
月光博客
月光博客
V
V2EX
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
V
Visual Studio Blog
宝玉的分享
宝玉的分享
雷峰网
雷峰网
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - Franky
博客园 - 聂微东
博客园 - 司徒正美
博客园 - 【当耐特】
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
Prometheus dependency graph — interactive showcase | Riftmap
Riftmap · 2026-05-28 · via Show HN

Live dependency graph

The Prometheus org, as a dependency graph.

56 repos. 188 cross-repository edges. Click any node to see what depends on it and simulate the blast radius of a breaking change.

prometheus dependency graph — static preview, 56 repositories with edges between them

This page renders an interactive graph of every cross-repository dependency in the Prometheus GitHub organisation. Enable JavaScript to explore it, or read our writeup of what we found.

Read the writeup →

What this graph says

A 30-second read of the Prometheus org

What's central

Five repos carry almost everything: prometheus/common (28 dependents), client_golang (25), client_model (23), prometheus/prometheus (23), and exporter-toolkit (22). If you've contributed to the org, this ranking is calibration, not surprise — and that's the point. The graph confirms the mental model a senior maintainer already has, in a form a new engineer can read on day one.

What's a leaf

The bottom row of disconnected repos is doing two different things. Most are repos whose dependencies leave the org entirely (lezer-promql imports five npm packages cleanly — they're just not Prometheus packages). The rest are repos in ecosystems Riftmap can't yet parse. The graph treats them identically. The writeup below doesn't.

What surprised us

client_golang is imported from prometheus/prometheus three separate times — once each in go.mod, exp/go.mod, and tutorials/whatsup/go.mod. Riftmap surfaces each manifest as its own reference rather than collapsing them. "We bumped the dependency" and "we bumped every reference to the dependency" are not the same statement, and Go monorepos are exactly where that bug hides.

What Riftmap didn't see

The honest list of parser gaps in this scan: no pom.xml (so client_java and jmx_exporter come out unconnected), no pyproject.toml (client_python), no Gemfile (client_ruby), no Cargo.toml (client_rust). These are real, named gaps — next on the parser roadmap, roughly in that order. A scan that doesn't tell you what it missed isn't a scan you should trust.

See what your own org looks like.

A read-only token, ~90 seconds to first scan, free for 15 repos. The graph above is what you get back — interactive, file-level evidence, impact mode included.

Scan your own org

Further reading

What 56 Prometheus repos actually depend on

I scanned all 56 repos in the Prometheus org with Riftmap. Here's the cross-repo dependency graph, including the 25 repos that import client_golang.

Read the deeper dive