Measuring the Health of Your Rights
A comprehensive platform for tracking and analyzing the evolution of civil liberties in the United States through systematic scoring of legal actions affecting constitutional rights.
This project measures changes in constitutional protections over time by:
- Cataloging rights from the Bill of Rights and civil rights law
- Identifying legal actions (court cases, legislation, executive orders) that affect these rights
- Scoring each action's impact on a -10 to +10 scale
- Computing cumulative scores across historical eras
- Visualizing trends in rights health over time
Current Status: Sprint 2 (4th Amendment Deep Dive) — Research Phase Complete
Encroachment/
├── README.md # This file
├── index.html # Interactive project dashboard
├── docs/ # Project documentation
│ ├── framework.md # Methodology framework
│ ├── schema.md # Database schema
│ └── decisions.md # Key project decisions
├── research/ # Research findings by sprint
│ ├── sprint1a_rights_synthesis.xlsx
│ └── sprint2_4th_amendment.docx
├── data/ # Structured data files
│ └── (TBD: Database exports, JSON, CSV)
└── assets/ # Supporting materials
└── (TBD: Visualizations, charts)
- Scoring Scale: -10 (severe encroachment) to +10 (strong expansion)
- Encroachment Types: 9 categories including Legislative, Judicial, Surveillance, Financial, Regulatory Omission
- Aggregation: Bounded asymptotic model for cumulative scores
- Dual Scoring: Realized (documented harm) + Hypothetical (risk exposure) for surveillance
- Enforcement Status: Active / Selective / Dormant / Invalidated modifiers
- ✅ Sprint 1A: Rights Synthesis List (39 rights cataloged)
- ✅ Sprint 2 Session 1: 4th Amendment research (50+ legal actions identified)
- 🔄 Sprint 2 Scoring: Individual scoring and cumulative aggregation
- 🔄 Sprint 1B: Infrastructure setup (this repository)
- Sprint 3: Legal Actions Database
- Sprint 4: Composite Scoring Engine
- Sprint 5-7: Full Bill of Rights expansion
- Sprint 8-12: Visualization and analysis tools
- Judicial Dormancy (1791-1886): Limited Fourth Amendment jurisprudence
- Doctrine Building (1914-1968): Exclusionary rule, Katz privacy test
- Erosion (1970s-2000s): Third-party doctrine, good faith exception
- Post-9/11 Expansion (2001-2015): PATRIOT Act (-7 to -8), NSA surveillance
- Digital Protections (2014-2018): Riley (+5 to +6), Carpenter (+5 to +6)
- Interactive Dashboard:
index.html(open in browser) - Framework: See Notion link in dashboard
- Research Catalog:
research/sprint2_4th_amendment.docx
This is a research project by Mr. Ruiz. Documentation and methodology available in project dashboard.
Research project - all rights reserved.
Project Start Date: February 7, 2026
Last Updated: February 7, 2026
Current Sprint: 2 (4th Amendment Deep Dive)