generated from coulomb/repo-seed
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.
33 lines
1.1 KiB
Markdown
33 lines
1.1 KiB
Markdown
# 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
|
|
|
|
```bash
|
|
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. |