From c81a2e7eaae0395f74a9e29b59ff41a8b2f24349 Mon Sep 17 00:00:00 2001 From: skyc1e Date: Mon, 29 Jun 2026 10:02:45 +0200 Subject: [PATCH] fix: keep primitive count in sync --- README.md | 2 +- data.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b99a38..278f0c7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Personal agents, messaging apps, feeds, CRMs, and calendars are historical artif This map tracks the human coordination primitives that surface when meaning, not software, organizes coordination: shared goals, common problems, intent, agreement, trust, and the broader elements of information exchange and social behavior. -40 primitives across 8 layers — Foundation, Context, Intent, Interaction, Trust, Value, Coordination, and Agents — each cataloged with formation rate, total addressable market, maturity stage, key instantiations, and composition relationships. +41 primitives across 8 layers — Foundation, Context, Intent, Interaction, Trust, Value, Coordination, and Agents — each cataloged with formation rate, total addressable market, maturity stage, key instantiations, and composition relationships. **[View the map](https://indexnetwork.github.io/primitives/)** diff --git a/data.js b/data.js index f1ecfbb..41a55bc 100644 --- a/data.js +++ b/data.js @@ -874,7 +874,7 @@ const LAYERS = [ ]; const SUMMARY = { - totalPrimitives: 40, + totalPrimitives: LAYERS.reduce((total, layer) => total + layer.primitives.length, 0), totalLayers: 8, avgFormationRate: "~1.5%", totalTAM: "~$2.6T+",