Graphed Project Mvp banner
graphed-org graphed-org

Graphed Project Mvp

Development community

Description

graphed: meta/superproject — root CLAUDE.md, project plan, and package submodules

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

graphed-project

Meta / superproject for **graphed** — a schedulable, serializable, debuggable HEP task-graph system that reduces a graph to a concise set of stage-nodes *incrementally as the user builds it*, so a large un-reduced graph never exists. Reduction runs in a Rust extension via equality saturation over e-graphs. The goal is the middle path between dask-awkward (kept a huge graph; O(N²) optimization dominated wall time) and coffea 2025 (discarded the schedulable graph).

This repo holds the root [`CLAUDE.md`](CLAUDE.md), the authoritative plan (`graphed-project-plan-gated.md`), and the package repos as **git submodules**. It is **multi-repo**: each package lives in its own repo under the [`graphed-org`](https://github.com/graphed-org) organization and replicates the M0 spine (per-package CI on the §A.5 matrix, wheels, Sphinx).

⚙️ **This file is generated** by [`scripts/gen_readme.py`](scripts/gen_readme.py) from [`.graphed/state.json`](.graphed/state.json) + the live submodule pins, and CI fails if it drifts. Edit the state, not this file. The machine-readable source of truth is `.graphed/state.json`.

Milestone status

**54 of 54 milestones DONE — all CI-green on the §A.5 matrix.** Current milestone: **m51**.

Milestone Status Repo(s) What it delivered
ORCH ✅ DONE graphed-orchestrator Deterministic orchestrator engine (Part B + B.8 faker suite)
M0 ✅ DONE graphed-orchestrator, graphed-corpus-mvp, graphed-debug-mvp, graphed-executors, graphed-checkpoint-mvp, graphed-preserve-mvp Repository spine (per repo)
M0.5 ✅ DONE graphed-corpus-mvp Reference corpus study & Required Operations Catalog
M1 ✅ DONE graphed-core-mvp graphed-core thread-safe interned graph IR
M2 ✅ DONE graphed, graphed-numpy-mvp frontend + backend protocol + graphed-numpy
M3 ✅ DONE graphed-awkward-mvp, graphed graphed-awkward typetracer forms + provenance
M4 ✅ D