Barycenters/barycenters.ci/Overview
checking boundary…
Governance overview
Every action your agents take, decided against your laws.
Get started
new namespaceActive laws
—
reading boundaries…
Decisions recorded
—
across the global signed tape
Tape integrity
—
hash-chained & signed
Stewards
—
hardware keys
Decision tape
live Open ledger →—
decisions recorded
every admission the boundary has reached, in order
checking chain…
hash-chained, no break detectable
—
signs every receipt (Ed25519)
Individual entries are private to the namespace — anyone can verify the chain is unbroken without reading them. That's the point: provable, not exposed.
Your laws
Manage →reading boundaries…
Write a law
authority_effect 0 until you sign
Enforce from your code
// one call, before the consequence happens
const ok = await bary.admit({
action: "merge_to_main",
binding: "barycenters.ci.merge_to_main"
});
// ok.admitted === false → don't do it
const ok = await bary.admit({
action: "merge_to_main",
binding: "barycenters.ci.merge_to_main"
});
// ok.admitted === false → don't do it