File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments