Skip to content

Commit 4f2ffe7

Browse files
authored
Create README.md
1 parent 0b726ff commit 4f2ffe7

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

ciri/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# CIRI — Constitutional Integrity Recovery Index
2+
3+
CIRI is where the math begins.
4+
It measures how much measurable economic harm was **prevented or repaired** when a system returns to constitutional alignment.
5+
6+
---
7+
8+
## Step 1. Prepare Your Inputs
9+
10+
Open `ciri/inputs.csv`.
11+
12+
Each row represents a measurable civic-economic factor such as:
13+
- cases_avoided
14+
- avg_cost_per_case
15+
- jail_days_avoided
16+
- cost_per_jail_day
17+
- policy_corrections
18+
- households_restored
19+
- avg_monthly_wage
20+
- etc.
21+
22+
Every field translates to a real, documentable number.
23+
Example sources: court data, agency reports, payroll records, municipal budgets.
24+
25+
---
26+
27+
## Step 2. Run the Calculation
28+
29+
Run the GitHub Action **Run ABE Batch (MVP)** or execute locally:
30+
31+
```bash
32+
python scripts/abe_batch.py

0 commit comments

Comments
 (0)