Files
adaptive-pricing/projects/coulomb-pricing
tegwick 8f42220d81 Adapt economics dashboard to sole-member zero-cost reality
Update membership, revenue, and cost registries to one active member with
no running costs. Refresh dashboard report and tests for €8.99 revenue and
100% gross margin.
2026-06-22 01:41:59 +02:00
..

Coulomb Pricing (MVP)

Project-specific material for the Coulomb Social Economic Observatory MVP.

Generic adaptive-pricing framework concepts belong in the repository root (INTENT.md, docs/, research/, registry/). Execution tracking: workplans/ADAPTIVE-WP-0002-economic-observatory-mvp.md.

Sprint 1 — Economic Foundations

The observatory/ package loads JSON registries and produces Economics Dashboard v1 metrics:

Registry File
Product model data/product.json
Pricing models data/pricing-models.json
Costs data/costs.json
Revenue data/revenue.json
Membership data/membership.json

Commands

cd projects/coulomb-pricing
python3 -m pytest -q
python3 -m observatory --period 2026-06
python3 -m observatory --period 2026-06 --output reports/economics-2026-06.md

Current registry state: one active member (founder), €8.99/month revenue, no running costs recorded. Bubble (Sprint 2) and Stripe (Sprint 3) importers will replace manual entries when integrations land.