← Downstream · generated, do not hand-edit

Sitemap

Every published surface, grouped by what it is and by what builds it. The left edge says whether a page is hand-authored or emitted by a builder — edit a generated page and the next build will overwrite you.

The daily issue

367 pages

D1. One page per publishing day and one per agency, plus a markdown twin of each. Ingest reads the day’s archived capture; render never touches the network.

generated npm run daily:build

Floor Radar

16 pages

The House’s weekly floor schedule, one page per week, captured from the chamber’s own feed. The only prospective surface here, and deliberately not predictive: it says what may be taken up, never what will pass. A week with no schedule is published as a confirmed absence.

generated npm run floor:build, then node floor/build-index.mjs

Presidential memoranda

2 pages

Every presidential memorandum on record, identified by a hash of its own text because a memorandum carries no number and no single publisher. The Federal Register prints one only when the President orders it, so most of this corpus was never printed there at all.

generated npm run pres:build

Consequence cards

78 pages

Layer-1 claims over P.L. 119-101, each one gated by the five rules a card cannot break. The embed bundle ships alongside.

generated npm run cards:build

Quotes

27 pages

Prebaked, sourced, shareable pulls from the archive, each verbatim-gated against the capture it came from.

generated npm run quotes:build

Lexicon

1 page

The terms of art of American lawmaking, as we use them — each with what a claim gets wrong if it is misread. Also the index the MCP define/annotate tools read.

generated the domain-language skill

Plain language

1 page

Every term this site uses, explained for a reader who does not work in policy and cited to the statute, chamber rule or agency behind it. The lexicon carries the same subject in the specialist register; the two link across rather than restate.

generated npm run plain:build

Docs and the data model

3 pages

Internal reference, noindex and off the primary nav: an index of what this repo publishes, and the data model of every dataset stored, the endpoint it came from, and the capture layer between. The model is checked against the repository both ways, so a source nobody drew fails the build.

generated npm run docs:build

The chain of command

1 page

The three branches as a hierarchy, with the statute→enforcement chain traced across them. Every mark reports what the archive holds from that body.

hand-authored

Essays

1 page

Long-form argument. Built from source rather than hand-written HTML.

generated python essays/build-essay.py

Deck

5 pages

Ten slides, self-contained, no build step. Arrows to advance, S for speaker notes, PDF to export.

hand-authored

Styleguide

7 pages

The brand system made checkable — status palette, typography, motifs, voice rules, and the application checklist.

hand-authored

Brand sheets

9 pages

The drawn mark set, run through the test battery. brand/README.md says which survived.

hand-authored

Root

1 page

The front page.

hand-authored

Machine surfaces

Not pages. Half the product is the developer surface, and a map that showed only HTML would misdescribe it.