From 9b925dc7102bb0bce14df6fbf753689664dde6f1 Mon Sep 17 00:00:00 2001 From: Max S Date: Wed, 25 Feb 2026 00:14:35 +0700 Subject: [PATCH 1/2] docs: Add ecosystem directory for community projects List related repos (regen-compute-credits, netnet, regen-heartbeat, etc.) so contributors know who's building on the framework and can add their own. Co-Authored-By: Claude Opus 4.6 --- CONTRIBUTING.md | 7 +++++++ README.md | 4 ++++ docs/ECOSYSTEM.md | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 docs/ECOSYSTEM.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b350e5b..176cc1d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,7 @@ Welcome to the Regen Network Agentic Tokenomics & Governance System. This reposi 5. [Repository Structure](#repository-structure) 6. [Progressive Access Tiers](#progressive-access-tiers) 7. [Getting Started](#getting-started) +8. [List Your Project](#list-your-project) --- @@ -209,6 +210,12 @@ Contributors can progress through tiers via: --- +## List Your Project + +Building on the Regen agentic tokenomics framework? Add your project to the [`docs/ECOSYSTEM.md`](docs/ECOSYSTEM.md) directory by opening a PR. Include your repo link, a one-line description, and any relevant status info. + +--- + ## Questions? - Open a GitHub Discussion diff --git a/README.md b/README.md index 945e9db..ec44f47 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,10 @@ regen-agentic-tokenomics/ └── build-mechanism-index.mjs ``` +## Ecosystem + +See [`docs/ECOSYSTEM.md`](docs/ECOSYSTEM.md) for a directory of projects building on this framework. + ## Contributing See [`docs/CONTRIBUTOR_NAV.md`](docs/CONTRIBUTOR_NAV.md) for where changes should land and how to keep PRs small and reviewable. diff --git a/docs/ECOSYSTEM.md b/docs/ECOSYSTEM.md new file mode 100644 index 0000000..886fbbf --- /dev/null +++ b/docs/ECOSYSTEM.md @@ -0,0 +1,41 @@ +# Ecosystem Directory + +This repository (`regen-network/agentic-tokenomics`) is the **coordination layer** for Regen Network's agentic tokenomics and governance system — specifications, schemas, and mechanism designs for a 65-75% automated governance framework. + +Below are projects building on or alongside this framework. If you are working on something related, [add your project](#list-your-project). + +## Coordination Layer + +- **[regen-network/agentic-tokenomics](https://github.com/regen-network/agentic-tokenomics)** — This repo. Governance mechanism specs, token utility designs, agent persona definitions, and contributor coordination. + +## Core Stack + +The core development stack spans four repositories with defined data flows and ownership boundaries. See [`architecture/STACK_MAP.md`](architecture/STACK_MAP.md) for the full diagram and routing guide. + +- **[regen-network/koi-research](https://github.com/regen-network/koi-research)** — Research artifacts, datasets, extractors, ontologies, and tooling. +- **[gaiaaiagent/regen-ai-claude](https://github.com/gaiaaiagent/regen-ai-claude)** — Agent skills, Claude configurations, and MCP adapter interfaces. +- **[gaiaaiagent/regen-heartbeat](https://github.com/gaiaaiagent/regen-heartbeat)** — Signal emission, digests, and validators. Continuous metabolization of Regen Network, RegenAI, and Regen Commons. Contains `.claude/characters` and `.claude/output-styles` configuration. + +## Community Projects + +- **[CShear/regen-compute-credits](https://github.com/CShear/regen-compute-credits)** — An MCP agent that funds verified ecological regeneration from AI compute usage via Regen Network. Associated with [bridge.eco](https://bridge.eco). + - Fork: [brawlaphant/regenerative-compute](https://github.com/brawlaphant/regenerative-compute) (unmerged) +- **[Eco-Wealth/netnet](https://github.com/Eco-Wealth/netnet)** — An operator agent for paid execution and ecological proof. Ships conservative primitives first; autonomy is intentionally gated. v0.3.0 testing release includes Bridge.eco retirement orchestration, ecoToken verification links, and an agent-callable Carbon API. + +## Organizations + +- **[agent-ecowealth](https://github.com/agent-ecowealth)** — GitHub organization. + +## List Your Project + +Open a PR adding your entry to the **Community Projects** section above. Include: + +1. Repo link (GitHub `org/repo` format) +2. One-line description of what the project does +3. Any relevant version or status info + +Follow the [PR format](CONTRIBUTOR_NAV.md) used in this repo: + +- **Lands in:** `docs/` +- **Changes:** Add `` to ecosystem directory +- **Validate:** docs-only From da308fe65750a09156e99f6622f547e01e457de9 Mon Sep 17 00:00:00 2001 From: Max S Date: Wed, 25 Feb 2026 21:10:47 +0700 Subject: [PATCH 2/2] docs: Fix core stack count per review feedback Clarify that the core stack is this repo plus three others, not "four repositories" (which didn't match the three listed). Co-Authored-By: Claude Opus 4.6 --- docs/ECOSYSTEM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ECOSYSTEM.md b/docs/ECOSYSTEM.md index 886fbbf..70a5490 100644 --- a/docs/ECOSYSTEM.md +++ b/docs/ECOSYSTEM.md @@ -10,7 +10,7 @@ Below are projects building on or alongside this framework. If you are working o ## Core Stack -The core development stack spans four repositories with defined data flows and ownership boundaries. See [`architecture/STACK_MAP.md`](architecture/STACK_MAP.md) for the full diagram and routing guide. +The core development stack spans this repo plus three additional repositories with defined data flows and ownership boundaries. See [`architecture/STACK_MAP.md`](architecture/STACK_MAP.md) for the full diagram and routing guide. - **[regen-network/koi-research](https://github.com/regen-network/koi-research)** — Research artifacts, datasets, extractors, ontologies, and tooling. - **[gaiaaiagent/regen-ai-claude](https://github.com/gaiaaiagent/regen-ai-claude)** — Agent skills, Claude configurations, and MCP adapter interfaces.