Three Stacks, One Substrate — Org-OS, Egregore, and RegenOS Are Converging on the Same Pattern
TL;DR. Three independent open-source stacks — Regen Coordination’s Org-OS template, Egregore (Curve Labs / Egregore Labs), and Regen Network’s RegenOS + KOI substrate — have arrived at the same architectural shape: an agent-native organizational workspace. Five primitives keep showing up: an identity document the agent loads first, Git as shared memory, slash commands as ceremony, session bookends with auto-sync, and federation declared as data. None of these stacks compete; they compose. The post that follows lays out what each stack adds on top, where the gaps are, and a few feedforward recommendations the Tokenomics WG, the Regen Commons stewardship council, and the ReFi DAO community can each pick up immediately. There’s also a small note at the end about the Open Civics Knowledge Commoning hackathon and how the knowledge-commons-swarm prototype might nest inside this picture.
Why we’re posting
We’ve been watching the same pattern emerge from three corners of the regenerative-finance / open-coordination space, all at once, all open-source, all without coordination. That kind of convergence is rare and load-bearing. When teams who don’t talk to each other build the same thing, the thing is usually right.
This post is an offering: a synthesis of what we’ve read, an invitation to compose rather than compete, and a few concrete suggestions the people who already engage with this work can pick up tomorrow if they want to.
What we read
Regen Coordination’s Org-OS template — an MIT-licensed, fork-this-and-go template for running a DAO/coop/nonprofit/network as an “agent-native organizational workspace.” A single Git repo combines EIP-4824 / DAOstar on-chain identity (.well-known/dao.json auto-generated from data/*.yaml registries by a GitHub Action), a multi-runtime agent layer (Claude Code, OpenCode, Cursor), and a federation manifest (federation.yaml v3.0) with a customizations: array that declares which paths survive an upstream sync.
Egregore (Curve Labs / Egregore Labs) — also MIT, also a Claude-Code-based shared-memory framework, paired with a conceptual manifesto that explicitly steps past “code-as-law” toward agent-mediated, file-substrate cognition. Two-mode architecture: local (sovereign, files-only) and connected (hosted Neo4j knowledge graph + Telegram). Net-new primitives: a mandatory worktree-per-topic discipline with a branch-guard.sh PreToolUse hook that blocks writes on main/develop; the /summon skill for persistent agent processes (“spirits”); and a /contribute PR primitive that pushes patterns from a downstream instance back to the upstream framework.
KOI (Knowledge Organizing Infrastructure, originating with Block Science) and RegenOS (Regen Network) — KOI is the federation/sensor layer that wraps any data source (“vacuum for data,” in one collaborator’s framing — orient the agent once, then point it at any directory and it spawns a sensor with built-in per-node consent). RegenOS is the team-visible operating system inside RND PBC that integrates the agentic harness, BizDev, product engineering, ops/finance, and KOI commons into a coherent fabric. Crucially, RegenOS adds two layers neither Org-OS nor Egregore ship today: claims-engine verification (KOI extract → witness → enforce, content-addressed, hash-anchored, countersigned) and ledger anchoring of canonical artifacts via x/data MsgAnchor.
A recent ReFi DAO ↔ KOI discovery conversation pulled all three threads together explicitly: the ReFi DAO team is building on a Git-based “org OS”; KOI federates Git repos as sensors; the claims engine adds the rigorous, deterministic knowledge-graph layer that LLMs alone can’t produce. Three substrates, one membrane.
The convergent substrate
All three stacks share these five primitives:
| Primitive | Org-OS | Egregore | RegenOS + KOI |
|---|---|---|---|
| Identity doc as substrate | IDENTITY.md + SOUL.md + MASTERPLAN.md |
egregore.md |
CLAUDE.md, knowledge.md or agent.md hierarchy |
| Git as org memory | data/*.yaml + memory/today.md |
memory/ symlinked Git repo |
vault/ + workspaces |
| Slash commands as ceremony | .claude/commands/ + .opencode/skills/ |
.claude/skills/ |
~/.claude/skills/ |
| Session bookend with auto-sync | /initialize + /close |
SessionStart + Stop hooks |
session-resume + session-wrap |
| Federation as data, not RPC | federation.yaml v3.0 with customizations: array |
/update + /contribute |
KOI federation + cron sync |
Each stack adds a distinct layer on top. Org-OS brings a publishable on-chain organizational-identity surface (EIP-4824), a working OPAL meeting-pipeline TypeScript bridge into a knowledge graph, declarative dashboarding, and a sync-safe customizations manifest. Egregore brings the strongest write-time discipline (branch-guard + worktree-per-topic), persistent-agent lifecycle (“spirits”), a clean two-mode degradation story, and a manifesto that frames collective cognition as transductive — structure precipitates from activity, the organization is collective cognition. RegenOS + KOI + claims engine brings the verification rail: rigorous content-addressing, ledger-anchored attestations, semantics, and an explicit lineage discipline that traces upstream contribution (Block Science → KOI → RegenOS → claims engine → ledger).
The proposed shape — RegenOS as nested operating fabric
graph TB
subgraph PERSONAL["Personal · individual operating system"]
P1["Local Git workspace<br/>identity doc · memory · skills"]
end
subgraph TEAM["Team · shared agentic workspace"]
T1["Team repo (Org-OS / Egregore template)<br/>session bookends · branch-guard · dashboard"]
end
subgraph COMMUNITY["Community · bioregional / thematic cohorts"]
C1["Federation manifest<br/>peers · upstream · downstream"]
C2["KOI sensor cluster<br/>per-node consent · orient-once"]
end
subgraph COMMONS["Knowledge Commons · shared substrate"]
K1["KOI federation layer<br/>data-vacuum · sensor library"]
K2["Claims engine<br/>extract → witness → enforce"]
end
subgraph NETWORK["Network · verification + accountability"]
N1["Regen Ledger<br/>x/data MsgAnchor · x/ecocredit"]
N2["Conditional Use Agreement<br/>membership membrane"]
end
P1 --> T1
T1 --> C1
T1 --> C2
C1 --> K1
C2 --> K1
K1 --> K2
K2 --> N1
N2 -.gates.-> K1
style PERSONAL fill:#f0f7e8
style TEAM fill:#dceac8
style COMMUNITY fill:#bedca0
style COMMONS fill:#9fcc7d
style NETWORK fill:#7fb95a
The picture is intentionally nested. A person runs an agent against a local Git workspace. A team runs the same primitives against a shared repo (Org-OS or Egregore or RegenOS — pick one). Communities and bioregions federate across teams via declarative manifests. The Knowledge Commons sits underneath as a shared substrate where KOI sensors compose a network-effect library. The Regen Network adds the verification rail — claims-engine pipelines that produce hash-anchored, countersigned attestations, and ledger anchoring that gives those attestations a public, content-addressable timestamp. A Conditional Use Agreement (a governance proposal currently under discussion in Regen Commons) gates how outside agents draw on the commons.
Crucially: none of these layers force a chain choice on anyone. Egregore is chain-agnostic by design. Org-OS ships an EIP-4824 surface but doesn’t require it. RegenOS uses Cosmos-native ledger anchoring, but the substrate around it is portable. The substrate is the convergence point; the verification rail is what Regen Network specifically contributes.
Roadmap — what could happen between now and end of year
gantt
title Convergence Roadmap (illustrative, no team commitments)
dateFormat YYYY-MM
axisFormat %b %Y
section Substrate adoption
Branch-guard + worktree-per-topic hook (port from Egregore) :2026-05, 1M
Session-bookend skills (port from Org-OS /initialize + /close) :2026-05, 1M
Two-mode local/connected degradation :2026-06, 1M
section Identity + federation
.well-known/dao.json for Regen Network :2026-06, 2M
federation.yaml customizations: pattern (regen-ai-core split) :2026-06, 1M
KOI sensor library (community-contributed) :2026-06, 4M
section Verification rail
OPAL meeting-pipeline.ts → claims-engine ingestion path :2026-07, 2M
First cross-org claim anchored to regen-1 :2026-08, 1M
Conditional Use Agreement proposal published :2026-07, 1M
section Governance + commons
Inverted-subsidy precedent codified :2026-07, 1M
Lineage / upstream-contribution discipline (Block Science model) :2026-06, 6M
First federated knowledge-commons hackathon output :2026-06, 1M
This is illustrative, not a commitment. Each item is independently adoptable. Items in the substrate adoption lane are direct ports of MIT-licensed code; items in identity + federation are config-level; items in verification rail are where Regen Network’s distinctive contribution lives.
Feedforward recommendations
For three of the audiences this post is meant to reach, here’s where we think the lowest-friction next step lies. None of these are asks for a commitment — they’re sketches.
For the Tokenomics WG / agentic-tokenomics community: Egregore’s /summon “spirits” primitive — a persistent, named, long-running agent process with a clear lifecycle — maps cleanly onto the four Protocol Politicians agent characters and the M015 contribution-weighted-rewards mechanism. Adopting the metaphor and the file conventions could give the agentic-tokenomics rollout a clearer mental model for “what an agent is” without rewriting the implementation.
For the Regen Commons stewardship council: two governance ideas surfaced in the recent ReFi DAO conversation that deserve a council pass. First, a Conditional Use Agreement as a membership membrane — gating MCP servers (the Regen MCP, the ReFi DAO MCP) behind commoner credentials makes the commons-membership value proposition concrete and machine-checkable. Second, an inverted-subsidy precedent for new-member onboarding: rather than the commons subsidizing technical setup for new entrants, early adopters lean in and contribute back, while later members can pay for engineering escalation. Both ideas need community deliberation; both are sketches, not proposals.
For the ReFi DAO community: the ReFi DAO podcast/blog/academic corpus is already structured (markdown / XML, decade-plus archive). KOI is designed exactly for this — orient an agent once, point it at the corpus directory, and it spawns a sensor with per-node consent. The interop is real; the on-ramp is sharing a language. We’d love to see the first ReFi-DAO-hosted KOI sensors join the network-effect library.
For RND PBC’s own RegenOS, the team-visible adoption recommendations are a longer document — not the subject of this post — and the agentic-tokenomics repo is where the agent-side artifacts will land as they mature.
Open Civics hackathon — a small note
The Open Civics Knowledge Commoning hackathon (May 2026) is sitting at exactly the right moment for this convergence. The knowledge-commons-swarm prototype that’s already taking shape gives us a frame for it.
A few sketches (zero team commitment — these are invitations to think with):
- Each participating org runs a KOI sensor over its own Git workspace. The hackathon produces the seed of a federated sensor library that survives the event.
- One end-of-event artifact is a hash-anchored attestation — a claims-engine pipeline that countersigns “this content emerged from this swarm, here are the contributors, here is the ledger anchor.” This demonstrates the architectural pattern is available; it doesn’t ask anyone to commit to using it long-term.
- The “knowledge commoning” framing lines up naturally with the inverted-subsidy precedent and the Conditional Use Agreement membrane — the hackathon is a forcing function for both governance ideas to get a real-world stress test.
The nested relationship: Open Civics ⊂ Knowledge Commons ⊂ KOI federation ⊂ verification rail (claims engine + ledger anchoring). Each layer adds rigor; none requires the next; everyone keeps their own substrate.
Open invitations
- Read the source repos. Org-OS, Egregore, the Egregore manifesto, KOI / Block Science. All are MIT or open-license. Lift what’s useful.
- Tell us where we got it wrong. This post is a first-pass synthesis from outside two of the three stacks. If you’re closer to Org-OS, Egregore, KOI, or any of the adjacent work, the corrections are more valuable than the synthesis.
- Bring the next sensor. If your org has a knowledge corpus that wants federation, that’s the most direct way to make this real.
- Push back on the verification framing. Whether claims-engine + ledger anchoring belongs at the bottom of this stack or somewhere off to the side is a real question. We think it’s the bottom; we’d rather find out we’re wrong now than later.
Acknowledgments and lineage
This synthesis stands on work by:
- Block Science (github.com/BlockScience) — KOI originator and ongoing steward; the upstream-contribution discipline below is theirs first.
- Curve Labs and Egregore Labs (blog.curvelabs.eu/egregore, github.com/egregore-labs) — the Egregore manifesto and OSS framework.
- Regen Coordination (github.com/regen-coordination) — Org-OS template (with ReFi BCN heritage upstream).
- The Regen Network team and contributors — KOI integration, claims engine, ledger anchoring, RegenOS framing.
- The ReFi DAO contributors who joined the recent KOI discovery conversation and made the convergence visible.
The lineage matters. KOI is open-source today because Block Science built it, and stays open-source because users contribute upstream. We’re trying to honor that pattern as we go.
References (every link resolves for a public reader)
Source stacks:
- Org-OS template: GitHub - regen-coordination/org-os-template: Org-OS — agent-native organizational workspace template · GitHub
- Org-OS framework (companion): GitHub - regen-coordination/org-os-framework: Org-OS Framework — standards, schemas, and patterns for agent-native workspaces · GitHub
- Egregore framework (OSS): GitHub - egregore-labs/egregore: Shared intelligence layer for organizations · GitHub
- Egregore project site: https://egregore.xyz
- Egregore manifesto (Curve Labs blog): https://blog.curvelabs.eu/egregore/
- Curve Labs portfolio: Curve Labs ➰ · GitHub
- Block Science (KOI origin): BlockScience · GitHub
Regen Network primary sources:
- Regen Ledger: GitHub - regen-network/regen-ledger: 🌱 Blockchain for planetary regeneration · GitHub
- Agentic Tokenomics: GitHub - regen-network/agentic-tokenomics: Regen Network Agentic Tokenomics & Governance System - 65-75% automated governance framework specifications · GitHub
- Protocol Politicians: https://github.com/regen-network/protocol-politicians
- AI-Ops Finance Harness: https://github.com/regen-network/ai-ops-finance-harness
- Regen AI Core (skills + contexts): https://github.com/regen-network/regen-ai-core
- Regen Network forum: https://forum.regen.network
Standards + adjacent specs:
- EIP-4824 / DAOstar: https://daostar.org
- DAOstar EIP: ERC-4824: Common Interfaces for DAOs
Hackathon + community:
- Open Civics Knowledge Commoning hackathon: Knowledge Commoning Swarm · Luma
- knowledge-commons-swarm prototype: Knowledge Commoning Swarm — OpenCivics Network
- ReFi DAO: https://refidao.com
This post is a draft. Comments, corrections, additions welcome on the forum thread or as PRs against the source repos. Posted in collaborative spirit — the synthesis is more useful if it’s wrong in places that get fixed than if it’s vague enough to never be wrong.