4
13
Fork
You've already forked 47-watch
1
Keeping an eye on the Don
  • Nunjucks 32.8%
  • JavaScript 26.1%
  • CSS 21.2%
  • Typst 6.9%
  • R 4.2%
  • Other 8.8%
Find a file
2026年01月04日 12:05:34 -05:00
.mise chore: mise 2025年04月21日 09:17:43 -04:00
47-watch.com what: lazy git commit 2026年01月04日 12:05:34 -05:00
data what: lazy git commit 2026年01月04日 12:05:34 -05:00
disappeared-tracker what: lazy git commit 2025年04月21日 16:26:41 -04:00
executive-orders what: lazy git commit 2025年06月06日 19:24:44 -04:00
fact-sheets what: lazy git commit 2025年04月24日 01:23:28 -04:00
federal-register
memo-archive
memorandums what: lazy git commit 2026年01月04日 12:05:34 -05:00
pardons
press-releases what: lazy git commit 2025年05月12日 06:45:06 -04:00
proclamations what: lazy git commit 2026年01月04日 12:05:34 -05:00
remarks what: lazy git commit 2025年04月09日 06:22:48 -04:00
reports what: lazy git commit 2025年04月07日 20:46:31 -04:00
scripts what: lazy git commit 2025年04月20日 09:54:07 -04:00
supplementary-files what: lazy git commit 2026年01月04日 12:05:34 -05:00
typst
.gitignore chore: exclude venv 2025年04月20日 05:36:36 -04:00
.lintr
.tool-versions chore: mise 2025年04月21日 09:17:43 -04:00
cowards-and-collaborators.md
justfile what: lazy git commit 2026年01月04日 12:05:34 -05:00
mise.toml
README.md what: lazy git commit 2025年06月08日 02:57:44 -04:00
README.qmd

47-Watch

A project tracking and analyzing executive orders, proclamations, and other actions of the 47th President of the United States.

There is a re-published Inoreader RSS feed for these White House EO’s, proclamations, and memorandums available at https://www.inoreader.com/stream/user/1005406747/tag/47.

There is a lightweight browser reading app at https://47-watch.com/.

Other Trackers

Project Structure

47-watch/
├── 47-watch.com/ # 11ty site
├── data/ # Data products generated
├── executive-orders/ # Analysis of Executive Orders
├── fact-sheets/ # Analysis of "Fact Sheets"
├── federal-register/ # Backups of Federal Register documents
├── memo-archive/ # Houses copies of various Executive and Agency memos
├── memorandums/ # Analysis of Presidential Memorandums
├── pardons/ # Analysis of Presidential Pardons
├── press-releases/ # Analysis of Presidential Press Releases
├── proclamations/ # Analysis of Presidential Proclamations
├── remarks/ # Analysis of Presidential Remarks
├── scripts/ # Scripts to generate data products
├── supplementary-files/ # Supplementary documents and data files
└── [future sections] # Additional categories as needed

The data directory contains a gzip’d ndjson file with records following this JSON schema:

{
 "$schema": "http://json-schema.org/draft-07/schema#",
 "type": "object",
 "required": [
 "order_date",
 "order_kind",
 "order_title",
 "order_link",
 "order_archive_link",
 "register_link",
 "register_pdf_link",
 "analysis_filename",
 "analysis_repo_link",
 "analysis_repo_raw_link",
 "order_markdown",
 "analysis_text"
 ],
 "properties": {
 "order_date": {
 "type": "string",
 "format": "date",
 "description": "The date of the order in YYYY-MM-DD format"
 },
 "order_kind": {
 "type": "string",
 "description": "The type of order",
 "enum": ["executive-orders", "fact-sheets", "memorandums", "pardons", "proclamations"]
 },
 "order_title": {
 "type": "string",
 "description": "The title of the order"
 },
 "order_link": {
 "type": "string",
 "format": "uri",
 "description": "URL to the original order"
 },
 "order_archive_link": {
 "type": "string",
 "format": "uri",
 "description": "URL to the archived version of the order"
 },
 "register_link": {
 "type": "string",
 "format": "uri",
 "description": "URL to the Federal Register entry of the order"
 },
 "register_pdf_link": {
 "type": "string",
 "format": "uri",
 "description": "URL to the PDF version of the Federal Register entry of the order"
 },
 "analysis_filename": {
 "type": "string",
 "pattern": "^[\\w-]+\\.md$",
 "description": "Filename of the analysis document"
 },
 "analysis_repo_link": {
 "type": "string",
 "format": "uri",
 "description": "Repository URL for the analysis"
 },
 "analysis_repo_raw_link": {
 "type": "string",
 "format": "uri",
 "description": "Raw content URL for the analysis"
 },
 "order_markdown": {
 "type": "string",
 "description": "The order text in markdown format"
 },
 "analysis_text": {
 "type": "string",
 "description": "The analysis text in markdown format"
 }
 },
 "additionalProperties": false
}

It can also be found at: https://data.hrbrmstr.dev/eos-and-analysis.json.gz.

The data is also available in Parquet and (gzip’d) CSV formats.

Current Coverage

executive-orders
├── 2025年01月20日-america-first-policy-directive-to-the-secretary-of-state.md
├── 2025年01月20日-application-of-protecting-americans-from-foreign-adversary-controlled-applications-act-to-tiktok.md
├── 2025年01月20日-clarifying-the-militarys-role-in-protecting-the-territorial-integrity-of-the-united-states.md
├── 2025年01月20日-declaring-a-national-energy-emergency.md
├── 2025年01月20日-defending-women-from-gender-ideology-extremism-and-restoring-biological-truth-to-the-federal-government.md
├── 2025年01月20日-designating-cartels-and-other-organizations-as-foreign-terrorist-organizations-and-specially-designated-global-terrorists.md
├── 2025年01月20日-ending-radical-and-wasteful-government-dei-programs-and-preferencing.md
├── 2025年01月20日-ending-the-weaponization-of-the-federal-government.md
├── 2025年01月20日-establishing-and-implementing-the-presidents-department-of-government-efficiency.md
├── 2025年01月20日-holding-former-government-officials-accountable-for-election-interference-and-improper-disclosure-of-sensitive-governmental-information.md
├── 2025年01月20日-initial-rescissions-of-harmful-executive-orders-and-actions.md
├── 2025年01月20日-protecting-the-american-people-against-invasion.md
├── 2025年01月20日-protecting-the-meaning-and-value-of-american-citizenship.md
├── 2025年01月20日-protecting-the-united-states-from-foreign-terrorists-and-other-national-security-and-public-safety-threats.md
├── 2025年01月20日-putting-america-first-in-international-environmental-agreements.md
├── 2025年01月20日-realigning-the-united-states-refugee-admissions-program.md
├── 2025年01月20日-reevaluating-and-realigning-united-states-foreign-aid.md
├── 2025年01月20日-reforming-the-federal-hiring-process-and-restoring-merit-to-government-service.md
├── 2025年01月20日-regulatory-freeze-pending-review.md
├── 2025年01月20日-restoring-accountability-to-policy-influencing-positions-within-the-federal-workforce.md
├── 2025年01月20日-restoring-freedom-of-speech-and-ending-federal-censorship.md
├── 2025年01月20日-restoring-names-that-honor-american-greatness.md
├── 2025年01月20日-restoring-the-death-penalty-and-protecting-public-safety.md
├── 2025年01月20日-securing-our-borders.md
├── 2025年01月20日-unleashing-alaskas-extraordinary-resource-potential.md
├── 2025年01月20日-unleashing-american-energy.md
├── 2025年01月20日-withdrawing-the-united-states-from-the-world-health-organization.md
├── 2025年01月21日-ending-illegal-discrimination-and-restoring-merit-based-opportunity.md
├── 2025年01月22日-designation-of-ansar-allah-as-a-foreign-terrorist-organization.md
├── 2025年01月23日-declassification-of-records-concerning-the-assassinations-of-president-john-f-kennedy-senator-robert-f-kennedy-and-the-reverend-dr-martin-luther-king-jr.md
├── 2025年01月23日-presidents-council-of-advisors-on-science-and-technology.md
├── 2025年01月23日-removing-barriers-to-american-leadership-in-artificial-intelligence.md
├── 2025年01月23日-strengthening-american-leadership-in-digital-financial-technology.md
├── 2025年01月24日-council-to-assess-the-federal-emergency-management-agency.md
├── 2025年01月24日-emergency-measures-to-provide-water-resources-in-california-and-improve-disaster-response-in-certain-areas.md
├── 2025年01月24日-enforcing-the-hyde-amendment.md
├── 2025年01月27日-prioritizing-military-excellence-and-readiness.md
├── 2025年01月27日-reinstating-service-members-discharged-under-the-militarys-covid-19-vaccination-mandate.md
├── 2025年01月27日-restoring-americas-fighting-force.md
├── 2025年01月27日-the-iron-dome-for-america.md
├── 2025年01月28日-additional-measures-to-combat-anti-semitism.md
├── 2025年01月28日-protecting-children-from-chemical-and-surgical-mutilation.md
├── 2025年01月29日-celebrating-americas-250th-birthday.md
├── 2025年01月29日-ending-radical-indoctrination-in-k-12-schooling.md
├── 2025年01月29日-expanding-educational-freedom-and-opportunity-for-families.md
├── 2025年01月31日-unleashing-prosperity-through-deregulation.md
├── 2025年02月01日-imposing-duties-to-address-the-flow-of-illicit-drugs-across-our-northern-border.md
├── 2025年02月03日-a-plan-for-establishing-a-united-states-sovereign-wealth-fund.md
├── 2025年02月03日-progress-on-the-situation-at-our-northern-border.md
├── 2025年02月03日-progress-on-the-situation-at-our-southern-border.md
├── 2025年02月04日-withdrawing-the-united-states-from-and-ending-funding-to-certain-united-nations-organizations-and-reviewing-united-states-support-to-all-international-organizations.md
├── 2025年02月05日-keeping-men-out-of-womens-sports.md
├── 2025年02月06日-amendment-to-duties-addressing-the-synthetic-opioid-supply-chain-in-the-peoples-republic-of-china.md
├── 2025年02月06日-eradicating-anti-christian-bias.md
├── 2025年02月06日-imposing-sanctions-on-the-international-criminal-court.md
├── 2025年02月07日-addressing-egregious-actions-of-the-republic-of-south-africa.md
├── 2025年02月07日-establishment-of-the-white-house-faith-office.md
├── 2025年02月07日-protecting-second-amendment-rights.md
├── 2025年02月10日-eliminating-the-federal-executive-institute.md
├── 2025年02月10日-ending-procurement-and-forced-use-of-paper-straws.md
├── 2025年02月10日-pausing-foreign-corrupt-practices-act-enforcement-to-further-american-economic-and-national-security.md
├── 2025年02月11日-implementing-the-presidents-department-of-government-efficiency-workforce-optimization-initiative.md
├── 2025年02月12日-one-voice-for-americas-foreign-relations.md
├── 2025年02月13日-establishing-the-presidents-make-america-healthy-again-commission.md
├── 2025年02月14日-establishing-the-national-energy-dominance-council.md
├── 2025年02月15日-keeping-education-accessible-and-ending-covid-19-vaccine-mandates-in-schools.md
├── 2025年02月18日-ensuring-accountability-for-all-agencies.md
├── 2025年02月18日-expanding-access-to-in-vitro-fertilization.md
├── 2025年02月19日-commencing-the-reduction-of-the-federal-bureaucracy.md
├── 2025年02月19日-ending-taxpayer-subsidization-of-open-borders.md
├── 2025年02月19日-ensuring-lawful-governance-and-implementing-the-presidents-department-of-government-efficiency-regulatory-initiative.md
├── 2025年02月25日-addressing-the-threat-to-national-security-from-imports-of-copper.md
├── 2025年02月25日-making-america-healthy-again-by-empowering-patients-with-clear-accurate-and-actionable-healthcare-pricing-information.md
├── 2025年02月26日-implementing-the-presidents-department-of-government-efficiency-cost-efficiency-initiative.md
├── 2025年03月01日-addressing-the-threat-to-national-security-from-imports-of-timber-lumber.md
├── 2025年03月01日-designating-english-as-the-official-language-of-the-united-states.md
├── 2025年03月01日-immediate-expansion-of-american-timber-production.md
├── 2025年03月02日-amendment-to-duties-to-address-the-flow-of-illicit-drugs-across-our-northern-border.md
├── 2025年03月02日-amendment-to-duties-to-address-the-situation-at-our-southern-border.md
├── 2025年03月03日-further-amendment-to-duties-addressing-the-synthetic-opioid-supply-chain-in-the-peoples-republic-of-china.md
├── 2025年03月06日-addressing-risks-from-perkins-coie-llp.md
├── 2025年03月06日-amendment-to-duties-to-address-the-flow-of-illicit-drugs-across-our-northern-border.md
├── 2025年03月06日-establishment-of-the-strategic-bitcoin-reserve-and-united-states-digital-asset-stockpile.md
├── 2025年03月07日-establishing-the-white-house-task-force-on-the-fifa-world-cup-2026.md
├── 2025年03月07日-restoring-public-service-loan-forgiveness.md
├── 2025年03月14日-additional-recissions-of-harmful-executive-orders-and-actions.md
├── 2025年03月14日-addressing-risks-from-paul-weiss.md
├── 2025年03月14日-continuing-the-reduction-of-the-federal-bureaucracy.md
├── 2025年03月19日-achieving-efficiency-through-state-and-local-preparedness.md
├── 2025年03月20日-eliminating-waste-and-saving-taxpayer-dollars-by-consolidating-procurement.md
├── 2025年03月20日-immediate-measures-to-increase-american-mineral-production.md
├── 2025年03月20日-improving-education-outcomes-by-empowering-parents-states-and-communities.md
├── 2025年03月21日-addressing-remedial-action-by-paul-weiss.md
├── 2025年03月21日-stopping-waste-fraud-and-abuse-by-eliminating-information-silos.md
├── 2025年03月24日-imposing-tariffs-on-countries-importing-venezuelan-oil.md
├── 2025年03月25日-addressing-risks-from-jenner-and-block.md
├── 2025年03月25日-modernizing-payments-to-and-from-americas-bank-account.md
├── 2025年03月25日-preserving-and-protecting-the-integrity-of-american-elections.md
├── 2025年03月25日-protecting-americas-bank-account-against-fraud-waste-and-abuse.md
├── 2025年03月27日-addressing-risks-from-wilmerhale.md
├── 2025年03月27日-exclusions-from-federal-labor-management-relations-programs.md
├── 2025年03月27日-making-the-district-of-columbia-safe-and-beautiful.md
├── 2025年03月27日-restoring-truth-and-sanity-to-american-history.md
├── 2025年03月31日-combating-unfair-practices-in-the-live-entertainment-market.md
├── 2025年03月31日-establishing-the-united-states-investment-accelerator.md
├── 2025年04月02日-further-amendment-to-duties-addressing-the-synthetic-opioid-supply-chain-in-the-peoples-republic-of-china-as-applied-to-low-value-imports.md
├── 2025年04月02日-regulating-imports-with-a-reciprocal-tariff-to-rectify-trade-practices-that-contribute-to-large-and-persistent-annual-united-states-goods-trade-deficits.md
├── 2025年04月04日-extending-the-tiktok-enforcement-delay.md
├── 2025年04月08日-amendment-to-reciprocal-tariffs-and-updated-duties-as-applied-to-low-value-imports-from-the-peoples-republic-of-china.md
├── 2025年04月08日-protecting-american-energy-from-state-overreach.md
├── 2025年04月08日-reinvigorating-americas-beautiful-clean-coal-industry-and-amending-executive-order-14241.md
├── 2025年04月08日-strengthening-the-reliability-and-security-of-the-united-states-electric-grid.md
├── 2025年04月09日-addressing-risks-from-susman-godfrey.md
├── 2025年04月09日-maintaining-acceptable-water-pressure-in-showerheads.md
├── 2025年04月09日-modernizing-defense-acquisitions-and-spurring-innovation-in-the-defense-industrial-base.md
├── 2025年04月09日-modifying-reciprocal-tariff-rates-to-reflect-trading-partner-retaliation-and-alignment.md
├── 2025年04月09日-reducing-anti-competitive-regulatory-barriers.md
├── 2025年04月09日-reforming-foreign-defense-sales-to-improve-speed-and-accountability.md
├── 2025年04月09日-restoring-americas-maritime-dominance.md
├── 2025年04月09日-zero-based-regulatory-budgeting-to-unleash-american-energy.md
├── 2025年04月15日-ensuring-national-security-and-economic-resilience-through-section-232-actions-on-processed-critical-minerals-and-derivative-products.md
├── 2025年04月15日-lowering-drug-prices-by-once-again-putting-americans-first.md
├── 2025年04月15日-restoring-common-sense-to-federal-office-space-management.md
├── 2025年04月15日-restoring-common-sense-to-federal-procurement.md
├── 2025年04月15日-updating-permitting-technology-for-the-21st-century.md
├── 2025年04月16日-ensuring-commercial-cost-effective-solutions-in-federal-contracts.md
├── 2025年04月17日-restoring-american-seafood-competitiveness.md
├── 2025年04月23日-advancing-artificial-intelligence-education-for-american-youth.md
├── 2025年04月23日-fact-sheet-president-donald-j-trump-reinstates-commonsense-school-discipline-policies.md
├── 2025年04月23日-preparing-americans-for-high-paying-skilled-trade-jobs-of-the-future.md
├── 2025年04月23日-reforming-accreditation-to-strengthen-higher-education.md
├── 2025年04月23日-reinstating-common-sense-school-discipline-policies.md
├── 2025年04月23日-restoring-equality-of-opportunity-and-meritocracy.md
├── 2025年04月23日-transparency-regarding-foreign-influence-at-american-universities.md
├── 2025年04月23日-white-house-initiative-to-promote-excellence-and-innovation-at-historically-black-colleges-and-universities.md
├── 2025年04月24日-strengthening-probationary-periods-in-the-federal-service.md
├── 2025年04月24日-unleashing-americas-offshore-critical-minerals-and-resources.md
├── 2025年04月28日-enforcing-commonsense-rules-of-the-road-for-americas-truck-drivers.md
├── 2025年04月28日-protecting-american-communities-from-criminal-aliens.md
├── 2025年04月28日-strengthening-and-unleashing-americas-law-enforcement-to-pursue-criminals-and-protect-innocent-citizens.md
├── 2025年04月29日-addressing-certain-tariffs-on-imported-articles.md
├── 2025年05月01日-ending-taxpayer-subsidization-of-biased-media.md
├── 2025年05月01日-establishment-of-the-religious-liberty-commission.md
├── 2025年05月05日-improving-the-safety-and-security-of-biological-research.md
├── 2025年05月05日-regulatory-relief-to-promote-domestic-production-of-critical-medicines.md
├── 2025年05月09日-fighting-overcriminalization-in-federal-regulations.md
├── 2025年05月09日-increasing-efficiency-at-the-office-of-the-federal-register.md
├── 2025年05月09日-keeping-promises-to-veterans-and-establishing-a-national-center-for-warrior-independence.md
├── 2025年05月12日-delivering-most-favored-nation-prescription-drug-pricing-to-american-patients.md
├── 2025年05月12日-modifying-reciprocal-tariff-rates-to-reflect-discussions-with-the-peoples-republic-of-china.md
├── 2025年05月23日-deploying-advanced-nuclear-reactor-technologies-for-national-security.md
├── 2025年05月23日-ordering-the-reform-of-the-nuclear-regulatory-commission.md
├── 2025年05月23日-reforming-nuclear-reactor-testing-at-the-department-of-energy.md
├── 2025年05月23日-reinvigorating-the-nuclear-industrial-base.md
├── 2025年05月23日-restoring-gold-standard-science.md
└── 2025年06月06日-sustaining-select-efforts-to-strengthen-the-nations-cybersecurity-and-amending-executive-order-13694-and-executive-order-14144.md
1 directory, 156 files
fact-sheets
├── 2025年01月22日-fact-sheet-president-donald-j-trump-declares-a-national-emergency-at-the-southern-border.md
├── 2025年01月22日-fact-sheet-president-donald-j-trump-delivers-emergency-price-relief-for-american-families-to-defeat-the-cost-of-living-crisis.md
├── 2025年01月22日-fact-sheet-president-donald-j-trump-ends-dei-madness-and-restores-excellence-and-safety-within-the-federal-aviation-administration.md
├── 2025年01月22日-fact-sheet-president-donald-j-trump-protects-the-states-and-the-american-people-by-closing-the-border-to-illegals-via-proclamation.md
├── 2025年01月22日-fact-sheet-president-donald-j-trump-re-designates-the-houthis-as-a-foreign-terrorist-organization.md
├── 2025年01月23日-fact-sheet-president-donald-j-trump-launches-pcast-to-restore-american-leadership-in-science-and-technology.md
├── 2025年01月23日-fact-sheet-president-donald-j-trump-orders-declassification-of-jfk-rfk-and-mlk-assassination-files.md
├── 2025年01月25日-fact-sheet-executive-order-to-establish-united-states-leadership-in-digital-financial-technology.md
├── 2025年01月25日-fact-sheet-president-donald-j-trump-enforces-overwhelmingly-popular-demand-to-stop-taxpayer-funding-of-abortion.md
├── 2025年01月27日-fact-sheet-president-donald-j-trump-directs-the-building-of-the-iron-dome-missile-defense-shield-for-america.md
├── 2025年01月27日-fact-sheet-president-donald-j-trump-ensures-military-excellence-and-readiness.md
├── 2025年01月27日-fact-sheet-president-donald-j-trump-reinstates-service-members-discharged-for-refusing-the-covid-vaccine.md
├── 2025年01月27日-fact-sheet-president-donald-j-trump-restores-merit-and-lethality-to-americas-armed-forces.md
├── 2025年01月30日-fact-sheet-president-donald-j-trump-expands-educational-opportunities-for-american-families.md
├── 2025年01月30日-fact-sheet-president-donald-j-trump-takes-forceful-and-unprecedented-steps-to-combat-anti-semitism.md
├── 2025年01月31日-fact-sheet-president-donald-j-trump-launches-massive-10-to-1-deregulation-initiative.md
├── 2025年02月01日-fact-sheet-president-donald-j-trump-imposes-tariffs-on-imports-from-canada-mexico-and-china.md
├── 2025年02月03日-fact-sheet-president-donald-j-trump-orders-plan-for-a-united-states-sovereign-wealth-fund.md
├── 2025年02月04日-fact-sheet-president-donald-j-trump-restores-maximum-pressure-on-iran.md
├── 2025年02月04日-fact-sheet-president-donald-j-trump-withdraws-from-anti-american-un-organizations.md
├── 2025年02月06日-fact-sheet-president-donald-j-trump-eradicates-anti-christian-bias.md
├── 2025年02月10日-fact-sheet-president-donald-j-trump-eliminates-the-federal-executive-institute.md
├── 2025年02月10日-fact-sheet-president-donald-j-trump-ends-the-procurement-and-forced-use-of-paper-straws.md
├── 2025年02月10日-fact-sheet-president-donald-j-trump-restores-american-competitiveness-and-security-in-fcpa-enforcement.md
├── 2025年02月11日-fact-sheet-president-donald-j-trump-restores-section-232-tariffs.md
├── 2025年02月11日-fact-sheet-president-donald-j-trump-works-to-remake-americas-federal-workforce.md
├── 2025年02月13日-fact-sheet-president-donald-j-trump-announces-fair-and-reciprocal-plan-on-trade.md
├── 2025年02月13日-fact-sheet-president-donald-j-trump-establishes-one-voice-for-americas-foreign-relations.md
├── 2025年02月13日-fact-sheet-president-donald-j-trump-establishes-the-make-america-healthy-again-commission.md
├── 2025年02月18日-fact-sheet-president-donald-j-trump-expands-access-to-in-vitro-fertilization-ivf.md
├── 2025年02月18日-fact-sheet-president-donald-j-trump-reins-in-independent-agencies-to-restore-a-government-that-answers-to-the-american-people.md
├── 2025年02月18日-fact-sheet-president-donald-j-trump-requires-transparency-for-the-american-people-about-wasteful-spending.md
├── 2025年02月19日-fact-sheet-president-donald-j-trump-ends-taxpayer-subsidization-of-open-borders.md
├── 2025年02月19日-fact-sheet-president-donald-j-trump-reduces-the-federal-bureaucracy.md
├── 2025年02月19日-fact-sheet-president-donald-j-trump-reins-in-government-overreach-and-begins-deconstruction-of-unconstitutional-administrative-state.md
├── 2025年02月21日-fact-sheet-president-donald-j-trump-encourages-foreign-investment-while-protecting-national-security.md
├── 2025年02月21日-fact-sheet-president-donald-j-trump-issues-directive-to-prevent-the-unfair-exploitation-of-american-innovation.md
├── 2025年02月25日-fact-sheet-president-donald-j-trump-addresses-the-threat-to-national-security-from-imports-of-copper.md
├── 2025年02月25日-fact-sheet-president-donald-j-trump-announces-actions-to-make-healthcare-prices-transparent.md
├── 2025年02月26日-fact-sheet-president-donald-j-trump-reins-in-government-waste.md
├── 2025年03月01日-fact-sheet-president-donald-j-trump-addresses-the-threat-to-national-security-from-imports-of-timber-lumber-and-their-derivative-products.md
├── 2025年03月01日-fact-sheet-president-donald-j-trump-designates-english-as-the-official-language-of-the-united-states.md
├── 2025年03月01日-fact-sheet-president-donald-j-trump-rapidly-expands-timber-production.md
├── 2025年03月03日-fact-sheet-president-donald-j-trump-proceeds-with-tariffs-on-imports-from-canada-and-mexico.md
├── 2025年03月06日-fact-sheet-president-donald-j-trump-adjusts-tariffs-on-canada-and-mexico-to-minimize-disruption-to-the-automotive-industry.md
├── 2025年03月06日-fact-sheet-president-donald-j-trump-establishes-the-strategic-bitcoin-reserve-and-us-digital-asset-stockpile.md
├── 2025年03月07日-fact-sheet-president-donald-j-trump-adresses-risks-from-perkins-coie-llp.md
├── 2025年03月07日-fact-sheet-president-donald-j-trump-ensures-the-enforcement-of-federal-rule-of-civil-procedure-65c.md
├── 2025年03月07日-fact-sheet-president-donald-j-trump-establishes-white-house-task-force-on-the-fifa-world-cup-2026.md
├── 2025年03月07日-fact-sheet-president-donald-j-trump-restores-public-service-loan-forgiveness.md
├── 2025年03月14日-fact-sheet-president-donald-j-trump-addresses-risks-from-paul-weiss.md
├── 2025年03月14日-fact-sheet-president-donald-j-trump-continues-the-reduction-of-the-federal-bureaucracy.md
├── 2025年03月14日-fact-sheet-president-donald-j-trump-rescinds-additional-harmful-biden-executive-actions.md
├── 2025年03月19日-fact-sheet-president-donald-j-trump-achieves-efficiency-through-state-and-local-preparedness.md
├── 2025年03月19日-fact-sheet-president-donald-j-trump-removes-dei-from-the-foreign-service.md
├── 2025年03月20日-fact-sheet-president-donald-j-trump-empowers-parents-states-and-communities-to-improve-education-outcomes.md
├── 2025年03月21日-fact-sheet-president-donald-j-trump-eliminates-information-silos-to-stop-waste-fraud-and-abuse.md
├── 2025年03月21日-fact-sheet-president-donald-j-trump-prevents-abuses-of-the-legal-system-and-the-federal-courts.md
├── 2025年03月25日-fact-sheet-president-donald-j-trump-addresses-risks-from-jenner-and-block.md
├── 2025年03月25日-fact-sheet-president-donald-j-trump-modernizes-payments-to-and-from-americas-bank-account.md
├── 2025年03月25日-fact-sheet-president-donald-j-trump-protects-americas-bank-account-against-waste-fraud-and-abuse.md
├── 2025年03月25日-fact-sheet-president-donald-j-trump-protects-the-integrity-of-american-elections.md
├── 2025年03月26日-fact-sheet-president-donald-j-trump-adjusts-imports-of-automobiles-and-automobile-parts-into-the-united-states.md
├── 2025年03月27日-fact-sheet-president-donald-j-trump-works-to-make-our-nations-capital-safe-and-beautiful.md
├── 2025年03月31日-fact-sheet-president-donald-j-trump-establishes-the-united-states-investment-accelerator.md
├── 2025年03月31日-fact-sheet-president-donald-j-trump-will-end-price-gouging-by-middlemen-in-the-entertainment-industry.md
├── 2025年04月02日-fact-sheet-president-donald-j-trump-closes-de-minimis-exemptions-to-combat-chinas-role-in-americas-synthetic-opioid-crisis.md
├── 2025年04月02日-fact-sheet-president-donald-j-trump-declares-national-emergency-to-increase-our-competitive-edge-protect-our-sovereignty-and-strengthen-our-national-and-economic-security.md
├── 2025年04月07日-fact-sheet-eliminating-barriers-for-federal-artificial-intelligence-use-and-procurement.md
├── 2025年04月08日-fact-sheet-president-donald-j-trump-lifts-burdensome-epa-restrictions-on-coal-plants.md
├── 2025年04月08日-fact-sheet-president-donald-j-trump-protects-american-energy-from-state-overreach.md
├── 2025年04月08日-fact-sheet-president-donald-j-trump-reinvigorates-americas-beautiful-clean-coal-industry.md
├── 2025年04月08日-fact-sheet-president-donald-j-trump-strengthens-the-reliability-and-security-of-the-united-states-electric-grid.md
├── 2025年04月09日-fact-sheet-president-donald-j-trump-addresses-risks-associated-with-miles-taylor.md
├── 2025年04月09日-fact-sheet-president-donald-j-trump-addresses-risks-from-chris-krebs-and-government-censorship.md
├── 2025年04月09日-fact-sheet-president-donald-j-trump-addresses-risks-from-susman-godfrey.md
├── 2025年04月09日-fact-sheet-president-donald-j-trump-directs-repeal-of-regulations-that-are-unlawful-under-10-recent-supreme-court-decisions.md
├── 2025年04月09日-fact-sheet-president-donald-j-trump-makes-americas-showers-great-again.md
├── 2025年04月09日-fact-sheet-president-donald-j-trump-modernizes-defense-acquisitions-and-spurs-innovation-in-the-defense-industrial-base.md
├── 2025年04月09日-fact-sheet-president-donald-j-trump-pushes-the-reset-button-on-americas-energy-regulations.md
├── 2025年04月09日-fact-sheet-president-donald-j-trump-reforms-foreign-defense-sales-to-improve-speed-and-accountability.md
├── 2025年04月09日-fact-sheet-president-donald-j-trump-restores-americas-maritime-dominance.md
├── 2025年04月09日-fact-sheet-president-donald-j-trump-tackles-regulations-that-stifle-competition.md
├── 2025年04月15日-fact-sheet-president-donald-j-trump-announces-actions-to-lower-prescription-drug-prices.md
├── 2025年04月15日-fact-sheet-president-donald-j-trump-enforces-requirement-of-cost-effective-commercial-solutions-in-federal-contracts.md
├── 2025年04月15日-fact-sheet-president-donald-j-trump-ensures-national-security-and-economic-resilience-through-section-232-actions-on-processed-critical-minerals-and-derivative-products.md
├── 2025年04月15日-fact-sheet-president-donald-j-trump-prevents-illegal-aliens-from-obtaining-social-security-act-benefits.md
├── 2025年04月15日-fact-sheet-president-donald-j-trump-restores-common-sense-to-federal-procurement.md
├── 2025年04月15日-fact-sheet-president-trump-brings-permitting-technology-into-the-21st-century-for-government-efficiency.md
├── 2025年04月17日-fact-sheet-president-donald-j-trump-extends-the-hiring-freeze
├── 2025年04月17日-fact-sheet-president-donald-j-trump-restores-american-seafood-competitiveness.md
├── 2025年04月17日-fact-sheet-president-donald-j-trump-unleashes-american-commercial-fishing-in-the-pacific.md
├── 2025年04月20日-fact-sheet-president-donald-j-trump-creates-new-federal-employee-category-to-enhance-accountability.md
├── 2025年04月23日-fact-sheet-president-donald-j-trump-advances-ai-education-for-american-youth.md
├── 2025年04月23日-fact-sheet-president-donald-j-trump-demands-transparency-regarding-foreign-influence-at-american-universities.md
├── 2025年04月23日-fact-sheet-president-donald-j-trump-modernizes-american-workforce-programs-for-the-high-paying-skilled-trade-jobs-of-the-future.md
├── 2025年04月23日-fact-sheet-president-donald-j-trump-promotes-excellence-and-innovation-at-hbcus.md
├── 2025年04月23日-fact-sheet-president-donald-j-trump-reforms-accreditation-to-strengthen-higher-education.md
└── 2025年04月23日-fact-sheet-president-donald-j-trump-signs-landmark-order-to-restore-equality-of-opportunity-and-meritocracy.md
1 directory, 99 files
memorandums
├── 2025年01月20日-america-first-trade-policy.md
├── 2025年01月20日-delivering-emergency-price-relief-for-american-families-and-defeating-the-cost-of-living-crisis.md
├── 2025年01月20日-hiring-freeze.md
├── 2025年01月20日-memorandum-to-resolve-the-backlog-of-security-clearances-for-executive-office-of-the-president-personnel.md
├── 2025年01月20日-organization-of-the-national-security-council-and-subcommittees.md
├── 2025年01月20日-promoting-beautiful-federal-civic-architecture.md
├── 2025年01月20日-putting-people-over-fish-stopping-radical-environmentalism-to-provide-water-to-southern-california.md
├── 2025年01月20日-restoring-accountability-for-career-senior-executives.md
├── 2025年01月20日-return-to-in-person-work.md
├── 2025年01月20日-temporary-withdrawal-of-all-areas-on-the-outer-continental-shelf-from-offshore-wind-leasing-and-review-of-the-federal-governments-leasing-and-permitting-practices-for-wind-projects.md
├── 2025年01月20日-the-organization-for-economic-co-operation-and-development-oecd-global-tax-deal-global-tax-deal.md
├── 2025年01月21日-keeping-americans-safe-in-aviation.md
├── 2025年01月23日-federal-recognition-of-the-lumbee-tribe-of-north-carolina.md
├── 2025年01月24日-the-mexico-city-policy.md
├── 2025年01月29日-expanding-migrant-operations-center-at-naval-station-guantanamo-bay-to-full-capacity.md
├── 2025年01月30日-immediate-assessment-of-aviation-safety.md
├── 2025年01月31日-limiting-lame-duck-collective-bargaining-agreements-that-improperly-attempt-to-constrain-the-new-president.md
├── 2025年02月04日-national-security-presidential-memorandumnspm-2.md
├── 2025年02月06日-memorandum-for-the-heads-of-executive-departments-and-agencies.md
├── 2025年02月12日-nominations-sent-to-the-senate.md
├── 2025年02月13日-reciprocal-trade-and-tariffs.md
├── 2025年02月18日-memorandum-for-the-heads-of-executive-departments-and-agencies-radical-transparency-about-wasteful-spending.md
├── 2025年02月18日-radical-transparency-about-wasteful-spending.md
├── 2025年02月21日-america-first-investment-policy.md
├── 2025年02月21日-defending-american-companies-and-innovators-from-overseas-extortion-and-unfair-fines-and-penalties.md
├── 2025年02月25日-suspension-of-security-clearances-and-evaluation-of-government-contracts.md
├── 2025年03月11日-ensuring-the-enforcement-of-federal-rule-of-civil-procedure-65c.md
├── 2025年03月19日-removing-discrimination-and-discriminatory-equity-ideology-from-the-foreign-service.md
├── 2025年03月21日-preventing-abuses-of-the-legal-system-and-the-federal-court.md
├── 2025年03月21日-rescinding-security-clearances-and-access-to-classified-information-from-specified-individuals.md
├── 2025年03月21日-strengthening-the-suitability-and-fitness-of-the-federal-workforce.md
├── 2025年03月25日-immediate-declassification-of-materials-related-to-the-federal-bureau-of-investigations-crossfire-hurricane-investigation.md
├── 2025年03月27日-a-letter-to-michael-kratsios-director-of-the-white-house-office-of-science-and-technology-policy.md
├── 2025年04月07日-review-of-proposed-united-states-steel-corporation-acquisition.md
├── 2025年04月09日-addressing-risks-associated-with-an-egregious-leaker-and-disseminator-of-falsehoods.md
├── 2025年04月09日-addressing-risks-from-chris-krebs-and-government-censorship.md
├── 2025年04月09日-directing-the-repeal-of-unlawful-regulations.md
├── 2025年04月11日-clarification-of-exceptions-under-executive-order-14257-of-april-2-2025-as-amended.md
├── 2025年04月11日-military-mission-for-sealing-the-southern-border-of-the-united-states-and-repelling-invasions.md
├── 2025年04月15日-preventing-illegal-aliens-from-obtaining-social-security-act-benefits.md
├── 2025年04月17日-extension-of-hiring-freeze.md
├── 2025年04月22日-text-of-a-letter-from-the-president-to-the-speaker-of-the-house-of-representatives-and-the-president-pro-tempore-of-the-senate.md
├── 2025年04月24日-investigation-into-unlawful-straw-donor-and-foreign-contributions-in-american-elections.md
├── 2025年05月09日-protecting-the-great-lakes-from-invasive-carp.md
├── 2025年05月09日-rescission-of-useless-water-pressure-standards.md
├── 2025年05月30日-sequestration-order-for-fiscal-year-2026-pursuant-to-section-251a-of-the-balanced-budget-and-emergency-deficit-control-act-as-amended.md 
├── 2025年06月04日-reviewing-certain-presidential-actions.md
└── 2025年06月07日-department-of-defense-security-for-the-protection-of-department-of-homeland-security-functions.md
1 directory, 48 files
pardons
├── 2025年01月22日-executive-grant-of-clemency-for-andrew-zabavsky.md
├── 2025年01月22日-executive-grant-of-clemency-for-terence-sutton.md
└── 2025年03月26日-executive-grant-of-clemency-for-devon-archer.md
1 directory, 3 files
press-releases
├── 2025年01月20日-president-trump-announces-acting-cabinet-and-cabinet-level-positions.md
├── 2025年01月20日-president-trump-designates-chairmen-and-acting-chairmen.md
├── 2025年01月24日-the-first-100-hours-historic-action-to-kick-off-americas-golden-age.md
├── 2025年01月26日-white-house-statement-on-agreement-extension-between-lebanon-and-israel.md
├── 2025年01月29日-president-donald-j-trump-signed-s5-into-law.md
├── 2025年02月03日-at-usaid-waste-and-abuse-runs-deep.md
├── 2025年02月03日-president-trump-is-delivering-on-his-commitment-to-protect-our-kids.md
├── 2025年02月11日-industry-lawmakers-applaud-president-trumps-section-232-tariffs.md
├── 2025年02月11日-president-trump-announces-the-presidents-intelligence-advisory-board.md
├── 2025年02月13日-president-trump-demands-fair-reciprocal-trade.md
├── 2025年02月13日-remarks-by-president-trump-and-secretary-of-the-department-of-health-and-human-services-robert-f-kennedy-jr-during-swearing-in-ceremony.md
├── 2025年02月13日-trump-administration-follow-the-law.md
├── 2025年02月14日-wins-come-all-day-under-president-donald-j-trump.md
├── 2025年02月15日-president-trump-announces-appointments-to-the-white-house-office-of-legislative-affairs.md
├── 2025年02月18日-illegal-border-crossings-plummeted-in-january.md
├── 2025年02月20日-america-is-back-and-president-trump-is-just-getting-started.md
├── 2025年02月21日-when-there-are-no-illegal-immigrants-there-is-no-need-for-shelters.md
├── 2025年02月24日-white-house-office-of-management-and-budget-announces-incoming-senior-appointees.md
├── 2025年02月25日-public-comment-invited-on-artificial-intelligence-action-plan.md
├── 2025年02月25日-sick-politicians-want-killers-rapists-roaming-our-streets.md
├── 2025年02月26日-icymi-secretary-brooke-rollins-outlines-plan-to-lower-egg-prices.md
├── 2025年02月26日-illegal-immigrant-killers-rapists-arent-scholars-theyre-criminals.md
├── 2025年02月27日-trump-administration-stops-lowering-standards-for-police-firefighters.md
├── 2025年02月28日-icymi-navarro-president-trumps-aluminum-tariffs-is-far-more-than-a-trade-battle.md
├── 2025年02月28日-president-trump-vp-vance-are-standing-up-for-americans.md
├── 2025年02月28日-support-pours-in-for-president-trump-vp-vances-america-first-strength.md
├── 2025年03月01日-more-support-for-trump-administrations-pursuit-of-peace-in-ukraine.md
├── 2025年03月02日-sunday-shows-trump-administration-fighting-for-america-first.md
├── 2025年03月03日-monday-morning-wins-call-it-the-trump-effect.md
├── 2025年03月04日-democrats-showed-whose-side-theyre-on-and-its-not-the-american-people.md
├── 2025年03月04日-first-lady-melania-trump-invites-everyday-americans-as-special-guests-to-joint-session-of-congress.md
├── 2025年03月04日-open-borders-pro-ev-mandate-politician-to-respond-to-joint-address.md
├── 2025年03月04日-president-trump-is-leading-with-peace-through-strength.md
├── 2025年03月04日-president-trump-is-making-government-work-for-you-again.md
├── 2025年03月04日-president-trump-is-protecting-americas-children.md
├── 2025年03月04日-president-trump-is-putting-american-workers-first-and-bringing-back-american-manufacturing.md
├── 2025年03月04日-president-trump-is-removing-killers-rapists-and-drug-dealers-from-our-streets.md
├── 2025年03月04日-president-trump-is-restoring-common-sense-to-government.md
├── 2025年03月04日-president-trump-is-securing-our-homeland.md
├── 2025年03月04日-president-trump-is-undoing-bidens-economic-damage.md
├── 2025年03月04日-president-trump-is-unleashing-american-energy.md
├── 2025年03月04日-readout-from-first-lady-melania-trumps-roundtable-discussion-on-online-protection-and-the-take-it-down-act.md
├── 2025年03月04日-what-they-are-saying-president-trumps-masterclass-before-congress.md
├── 2025年03月05日-icymi-capitol-hill-highlights-key-pillars-of-president-trumps-joint-address-to-congress-in-op-ed-blitz.md
├── 2025年03月05日-president-trumps-historic-address-captivates-america.md
├── 2025年03月05日-yes-biden-spent-millions-on-transgender-animal-experiments.md
├── 2025年03月06日-another-democrat-lawmaker-roots-against-american-success.md
├── 2025年03月06日-president-trumps-deregulation-effort-has-already-saved-families-thousands-of-dollars.md
├── 2025年03月11日-fact-check-president-trump-will-always-protect-social-security-medicare.md
├── 2025年03月11日-nominations-sent-to-the-senate.md
├── 2025年03月12日-winning-inflation-eases-as-job-creation-soars-and-border-security-pays-off.md
├── 2025年03月15日-president-trump-is-standing-up-to-terrorism-and-protecting-international-commerce.md
├── 2025年03月15日-the-voice-of-radical-america.md
├── 2025年03月17日-president-trump-delivers-justice-to-terrorists-security-for-americans.md
├── 2025年03月18日-icymi-trumps-tariffs-are-saving-the-american-steel-industry.md
├── 2025年03月18日-president-trump-is-delivering-needed-economic-relief.md
├── 2025年03月19日-another-most-wanted-criminal-captured-by-the-trump-administration.md
├── 2025年03月25日-trump-administrations-actions-made-houthi-terrorists-pay.md
└── 2025年05月12日-joint-statement-analysis-us-china-economic-and-trade-meeting-in-geneva.md
1 directory, 59 files
proclamations
├── 2025年01月20日-declaring-a-national-emergency-at-the-southern-border-of-the-united-states.md
├── 2025年01月20日-flying-the-flag-of-the-united-states-at-full-staff-on-inauguration-day.md
├── 2025年01月20日-granting-pardons-and-commutation-of-sentences-for-certain-offenses-relating-to-the-events-at-or-near-the-united-states-capitol-on-january-6-2021.md
├── 2025年01月20日-guaranteeing-the-states-protection-against-invasion.md
├── 2025年01月27日-national-day-of-remembrance-of-the-80th-anniversary-of-the-liberation-of-auschwitz-2025.md
├── 2025年02月09日-gulf-of-america-day-2025.md
├── 2025年02月10日-adjusting-imports-of-steel-into-the-united-states.md
├── 2025年02月11日-adjusting-imports-of-aluminum-into-the-united-states.md
├── 2025年03月15日-invocation-of-the-alien-enemies-act-regarding-the-invasion-of-the-united-states-by-tren-de-aragua.md
├── 2025年03月25日-adjusting-imports-of-automobiles-and-autombile-parts-into-the-united-states.md
├── 2025年04月08日-regulatory-relief-for-certain-stationary-sources-to-promote-american-energy.md
├── 2025年04月17日-unleashing-american-commercial-fishing-in-the-pacific.md
├── 2025年04月29日-amendments-to-adjusting-imports-of-automobiles-and-automobile-parts-into-the-united-states.md
├── 2025年06月03日-adjusting-imports-of-aluminum-and-steel-into-the-united-states.md
├── 2025年06月04日-enhancing-national-security-by-addressing-risks-at-harvard-university.md
└── 2025年06月04日-restricting-the-entry-of-foreign-nationals-to-protect-the-united-states-from-foreign-terrorists-and-other-national-security-and-public-safety-threats.md
1 directory, 16 files
remarks
├── 2025年01月21日-remarks-by-president-trump-and-vice-president-vance-at-starlight-ball.md
├── 2025年01月22日-remarks-by-president-trump-and-vice-president-vance-at-liberty-ball.md
├── 2025年01月23日-remarks-by-president-trump-at-the-world-economic-forum.md
├── 2025年01月24日-remarks-by-president-trump-after-air-force-one-arrival-fletcher-nc.md
├── 2025年01月24日-remarks-by-president-trump-at-executive-order-signing.md
├── 2025年01月24日-remarks-by-president-trump-before-marine-one-departure.md
├── 2025年01月24日-remarks-by-president-trump-during-hurricane-helene-briefing.md
├── 2025年01月24日-remarks-by-president-trump-during-tour-of-hurricane-helene-disaster-site.md
├── 2025年01月25日-remarks-by-president-trump-before-air-force-one-departure.md
├── 2025年01月26日-press-gaggle-by-president-trump-aboard-air-force-one-en-routeto-miami-florida.md
├── 2025年02月06日-remarks-by-president-trump-at-the-national-prayer-breakfast.md
├── 2025年02月18日-interview-of-president-trump-and-elon-musk-by-sean-hannity-the-sean-hannity-show.md
├── 2025年02月20日-press-gaggle-by-president-trump-aboard-air-force-one-en-route-joint-base-andrews.md
├── 2025年02月20日-press-gaggle-by-president-trump-at-future-investment-initiative-institute-priority-summit.md
├── 2025年02月24日-statement-on-trump-white-house-victory-against-the-associated-press.md
├── 2025年02月26日-remarks-by-president-trump-before-cabinet-meeting.md
├── 2025年03月03日-remarks-by-president-trump-on-investment-announcement.md
├── 2025年03月04日-transcript-of-president-donald-trumps-speech-to-a-joint-session-of-congress.md
└── 2025年03月13日-remarks-by-president-trump-and-nato-secretary-general-mark-rutte-before-bilateral-meeting.md
1 directory, 19 files

Analysis Format

Each document is analyzed for:

  • Legal validity and constitutional concerns
  • Implementation challenges
  • Potential conflicts with existing laws
  • Practical implications
  • Likely legal challenges

Additionally, as action is taken on or against any initiative, supplementary commentary will be provided where appropriate.

Federal Register Metadata

The U.S. Federal Register maintains all formal documents from the Executive office and also maintains metadata on the douments.

Metadata for Executive Orders, Proclamations, and "Other" Presidential Documents are sync’d at least aily from the Federal Register and stored in:

  • data/federal-register-potus-47-exectuive-orders.json
  • data/federal-register-potus-47-proclamations.json
  • data/federal-register-potus-47-other-documents.json

Purpose

This project aims to:

  1. Provide objective analysis of presidential actions
  2. Track implementation and legal challenges
  3. Document potential impacts on government operations
  4. Identify conflicts with existing laws and regulations

Contributing

Corrections/additions/updates are welcome. Start an issue for discussion, then PR after the discussion is closed.

Disclaimer

This project provides analysis for informational purposes only and should not be considered legal advice.

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

You are free to:

  • Share — copy and redistribute the material in any medium or format
  • Adapt — remix, transform, and build upon the material for any purpose, even commercially

Under the following terms:

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

  • No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.

No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.

For the full legal text of this license, visit: https://creativecommons.org/licenses/by/4.0/legalcode