
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@booboo-brain/spec
Advanced tools
Booboo graph spec — the JSON contract every adapter emits and every consumer reads.
The Booboo graph contract — the tiny JSON spec every adapter emits and every consumer reads. Types + a validator, zero runtime deps.
npm install @booboo-brain/spec
import { validate, type BoobooGraph, type BNode, type BLink } from "@booboo-brain/spec";
const graph: BoobooGraph = {
booboo: "1.0",
meta: { root: "core", title: "My System", layers: [{ name: "agents", color: "#c9a04a" }] },
nodes: [{ id: "core", type: "root", layer: "agents", label: "CORE" }],
links: [],
};
const { ok, errors, warnings } = validate(graph); // never throws
validate returns errors for missing required fields and warnings for dangling links /
unknown layers (the builder drops those). The full human-readable spec lives in
SPEC.md.
Part of Booboo — the unified operational brain. MIT.
FAQs
Booboo graph spec — the JSON contract every adapter emits and every consumer reads.
The npm package @booboo-brain/spec receives a total of 25 weekly downloads. As such, @booboo-brain/spec popularity was classified as not popular.
We found that @booboo-brain/spec demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.