|
1 | 1 | --- |
2 | 2 |
|
| 3 | +## `/cii/README.md` |
| 4 | + |
| 5 | +```markdown |
| 6 | +# CII — Constitutional Integrity Index |
| 7 | +
|
| 8 | +CII converts A.B.E. math into mission. |
| 9 | +It’s where recovery dollars turn into real projects, verified progress, and public trust. |
| 10 | +
|
| 11 | +--- |
| 12 | +
|
| 13 | +## Step 1. Load the Portfolio |
| 14 | +
|
| 15 | +Open `cii/portfolio.csv`. |
| 16 | +Each row is a project derived from your CIBS allocations. |
| 17 | + |
| 18 | +| name | category | cost_usd | households | status | |
| 19 | +|------|-----------|-----------|-------------|--------| |
| 20 | +| 12-unit infill apartments | housing | 2400000 | 12 | scoping | |
| 21 | +| Community clinic buildout | health | 1800000 | 350 | design | |
| 22 | +| Regional food hub | food | 950000 | 900 | pre-award | |
| 23 | +| Adult credentialing center | education | 650000 | 220 | active | |
| 24 | +| Transit micro-mobility pilot | transport | 400000 | 1500 | active | |
| 25 | + |
| 26 | +--- |
| 27 | + |
| 28 | +## Step 2. Match to CIBS Allocations |
| 29 | + |
| 30 | +Each project’s `category` must stay within its corresponding CIBS budget. |
| 31 | +That keeps spending aligned with recovery math, not political discretion. |
| 32 | + |
| 33 | +If your CIBS “Community Housing Support” category totals \$1.3 M, |
| 34 | +the housing projects together should not exceed that pool. |
| 35 | + |
| 36 | +--- |
| 37 | + |
| 38 | +## Step 3. Add Accountability Columns |
| 39 | + |
| 40 | +Optional but recommended fields: |
| 41 | + |
| 42 | +| Column | Purpose | |
| 43 | +|---------|----------| |
| 44 | +| receipts_posted | Y/N for verified uploads | |
| 45 | +| verified_by | Person or agency verifying completion | |
| 46 | +| kpi_value | Numeric measure of impact | |
| 47 | +| update_timestamp | Last updated date | |
| 48 | + |
| 49 | +These turn your portfolio into a live audit system. |
| 50 | + |
| 51 | +--- |
| 52 | + |
| 53 | +## Step 4. Publish the Dashboard |
| 54 | + |
| 55 | +The `/cii/index.html` page renders these metrics as: |
| 56 | +- total projects |
| 57 | +- total dollars active |
| 58 | +- households reached |
| 59 | +- percent verified |
| 60 | + |
| 61 | +Transparency by design. |
| 62 | + |
| 63 | +--- |
| 64 | + |
| 65 | +## Step 5. Connect to Integration Layer |
| 66 | + |
| 67 | +CII → Integration → MACRO |
| 68 | +That path completes the loop from math → proof → public benefit. |
| 69 | + |
| 70 | +--- |
| 71 | + |
| 72 | +## Why CII Exists |
| 73 | + |
| 74 | +Because integrity is only real when it reaches people. |
| 75 | +CII proves recovery isn’t theoretical — it’s physical, visible, and documented.--- |
| 76 | + |
3 | 77 | ## 📘 `/cii/README.md` |
4 | 78 |
|
5 | 79 | ```markdown |
|
0 commit comments