6b3249ecc06c7f45d1220721eef8677c08ecbe9e
Three new source datasets from Atlas, committed as-is before any build: fec_candidates.jsonl 2,494 2026 federal candidates (officeholders.fec_data) acs_county.jsonl 3,231 Census ACS 2023 by county (~100 dup keys to dedupe) acs_cd.jsonl 363 Census ACS 2023 by congressional district A new axis for the mirror: who is running (candidates) and the demographics of each place (ACS). Keyed on fec_id / state+district / county_fips — no person links yet. Raw first; the build into Candidate and Jurisdiction entities follows. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Republic OS
An open, version-controlled mirror of public power in the United States.
Government is already software: statutes are code, agencies are processes, elections change the maintainers, and a bill is a pull request against the law. What government has never had is a changelog. This repository is that changelog.
The diff is the product. Every file here mirrors the observable public state of a government entity — people, offices, bodies, meetings, organizations, money, issues — as deterministic, sourced, human-readable records. When government changes, the files change, and git makes the change visible, permanent, and inspectable.
- Founding document: Technical Brief — Government as Software
- Format: Markdown + YAML frontmatter (OKF-conformant), validated by JSON Schema
- Data: raw source exports land in
data/first; refinement into structured entity files is itself a visible diff - Substrate for: influence.tools
Three disciplines govern everything here: never overwrite, never rewrite history, always push off-box.
Description
Languages
Python
98.3%
Makefile
1.7%