CodebaseOS — Origin Story for Any Line of Code
Right-click any line. Ask why. Get the full origin story across commits, PRs, issues, and decisions — in 200ms. A VS Code extension backed by a temporal context graph.
Problem
Every line of code has a story — why it was written, what PR introduced it, what issue it fixed, what decision shaped it. That story is normally scattered across git history, closed PRs, and stale issues. CodebaseOS reconstructs it on demand: right-click any line, ask "why," and get a graph-grounded answer with clickable links to the real PR, commit, or issue — in about 200ms.
Build
CodebaseOS is a VS Code extension that explains the origin story of any line of code — surfacing the commits, PRs, issues, and decisions behind it in ~200ms with clickable links to the real sources. Backed by a HydraDB temporal context graph with Merkle-chain verified ingestion. Built for Agents Under Pressure (AI Valley 48-hour hackathon).
Evidence
Right-click any line → full origin story across commits, PRs, issues, and decisions in ~200ms · Graph-grounded answers with clickable links to the real PR / commit / issue
Every line of code has a story — why it was written, what PR introduced it, what issue it fixed, what decision shaped it. That story is normally scattered across git history, closed PRs, and stale issues. CodebaseOS reconstructs it on demand: right-click any line, ask "why," and get a graph-grounded answer with clickable links to the real PR, commit, or issue — in about 200ms.
**How it works**: CodebaseOS ingests a repository's history into a HydraDB temporal context graph — commits, PRs, issues, and the relationships between them. Ingestion is Merkle-chain verified, so you can prove the graph matches the source history (`make verify` → ✓ Merkle chain intact). Small repos are ingested completely (and report coverage, e.g. "✓ complete: 38/38 commits"); large repos are sampled (latest N) and flagged honestly.
**In the editor**: hover a line or click the 🧬 Why? / 📜 Origin story CodeLens to get a graph-grounded answer. Other commands — "Explain this file" (what it does, who owns it, key decisions), "What changed" (everything touching a file in a date range), and "Bus factor" (who holds the knowledge and the risk if they leave). Any answer can be copied as Markdown to paste into a PR or doc. No graph database to operate, no query language to learn — just ask.
**Architecture**: a VS Code extension (hover, CodeLens, webviews), a FastAPI backend, and a dashboard with a force-directed graph, chaos view, and time-travel. Built for the "Agents Under Pressure — Build your own OS" 48-hour hackathon at AI Valley. Published to the VS Code Marketplace.
- Right-click any line → full origin story across commits, PRs, issues, and decisions in ~200ms
- Graph-grounded answers with clickable links to the real PR / commit / issue
- Merkle-chain verified ingestion — prove the context graph matches source history
- Honest coverage: small repos ingested completely, large repos sampled and flagged
- Editor commands: Why?, Explain this file, What changed, Bus factor — copy any answer as Markdown
- VS Code extension + FastAPI backend + force-graph dashboard, published to the Marketplace
2026
featuredEmbodipedia — The AI-Maintained Wikipedia of Humanoid Robotics
A self-maintaining encyclopedia for humanoid robotics — no human editors. Agents read tweets, papers, and news, extract typed claims, route them into bull/bear/canonical lanes, and synthesize cited prose.
2026
featuredWatchpoint — Incident Intelligence for Robotics
Stop guessing why your robot failed — Watchpoint captures incidents, correlates telemetry, and generates replayable failure bundles with AI root-cause analysis.
2026
HydraSwarm — 7-Agent AI Software Company with HydraDB
A 7-agent software engineering company where every agent queries HydraDB before acting and stores lessons back after. Score 7/10 first run, higher next run. Memory makes it real.