Authority axis v1: mint the executive branch + link 27,804 § → office edges
The Code empowers the executive branch, but the mirror only had legislative Bodies — every authority reference pointed at nothing. Fixed by minting the executive branch from the Code's OWN enumerations: 15 Cabinet departments (5 U.S.C. § 101) + 21 Executive-Schedule Level I offices (§ 5312), 42 Body nodes under us/executive/. Then the axis: scripts/extract_authority.py matches named office/department references across all 59,740 sections (guarding against Deputy/Assistant/Under subordinates) and emits data/section_authority_edges.jsonl — 27,804 edges from 17,031 sections (28.7% of the Code) to the offices they empower. build.py renders reciprocal 'empowered by' links on each office node; the section files are never touched. Now: click the Attorney General, see all 2,386 sections that vest authority in it. Named references only in v1 (cabinet-level). Deterministic; body.schema classification enum extended (executive-department/-agency/-office); make check green at 105,746 records. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
---
|
||||
type: Body
|
||||
title: "Department of Veterans Affairs"
|
||||
classification: "executive-department"
|
||||
chamber: "executive"
|
||||
code: "EXEC-VETERANS-AFFAIRS"
|
||||
head: "us/executive/veterans-affairs/secretary"
|
||||
sources:
|
||||
- field: definition
|
||||
source: "5 U.S.C. § 101 (Executive departments)"
|
||||
confidence: official
|
||||
tags: [body, executive, executive-department]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Department of Veterans Affairs
|
||||
|
||||
Executive department, established by 5 U.S.C. § 101. Headed by the [Secretary of Veterans Affairs](/us/executive/veterans-affairs/secretary.md).
|
||||
|
||||
## Referenced by the U.S. Code
|
||||
|
||||
316 sections of the U.S. Code reference this department. A sample:
|
||||
|
||||
- [2 U.S.C. § 900](/legal/us/code/title-02/chapter-20/section-900.md)
|
||||
- [2 U.S.C. § 905](/legal/us/code/title-02/chapter-20/section-905.md)
|
||||
- [5 U.S.C. § 101](/legal/us/code/title-05/chapter-1/section-101.md)
|
||||
- [5 U.S.C. § 2108](/legal/us/code/title-05/chapter-21/section-2108.md)
|
||||
- [5 U.S.C. § 3304](/legal/us/code/title-05/chapter-33/section-3304.md)
|
||||
- [5 U.S.C. § 3310](/legal/us/code/title-05/chapter-33/section-3310.md)
|
||||
- [5 U.S.C. § 3330d](/legal/us/code/title-05/chapter-33/section-3330d.md)
|
||||
- [5 U.S.C. § 422](/legal/us/code/title-05/chapter-4/section-422.md)
|
||||
- [5 U.S.C. § 4301](/legal/us/code/title-05/chapter-43/section-4301.md)
|
||||
- [5 U.S.C. § 5102](/legal/us/code/title-05/chapter-51/section-5102.md)
|
||||
- [5 U.S.C. § 5314](/legal/us/code/title-05/chapter-53/section-5314.md)
|
||||
- [5 U.S.C. § 5315](/legal/us/code/title-05/chapter-53/section-5315.md)
|
||||
- [5 U.S.C. § 5342](/legal/us/code/title-05/chapter-53/section-5342.md)
|
||||
- [5 U.S.C. § 6329a](/legal/us/code/title-05/chapter-63/section-6329a.md)
|
||||
- [5 U.S.C. § 6329b](/legal/us/code/title-05/chapter-63/section-6329b.md)
|
||||
- [5 U.S.C. § 6329c](/legal/us/code/title-05/chapter-63/section-6329c.md)
|
||||
- [5 U.S.C. § 7103](/legal/us/code/title-05/chapter-71/section-7103.md)
|
||||
- [5 U.S.C. § 8101](/legal/us/code/title-05/chapter-81/section-8101.md)
|
||||
- [5 U.S.C. § 8116](/legal/us/code/title-05/chapter-81/section-8116.md)
|
||||
- [5 U.S.C. § 8311](/legal/us/code/title-05/chapter-83/section-8311.md)
|
||||
- [5 U.S.C. § 8339](/legal/us/code/title-05/chapter-83/section-8339.md)
|
||||
- [5 U.S.C. § 8903c](/legal/us/code/title-05/chapter-89/section-8903c.md)
|
||||
- [5 U.S.C. § 8905a](/legal/us/code/title-05/chapter-89/section-8905a.md)
|
||||
- [6 U.S.C. § 772](/legal/us/code/title-06/chapter-2/section-772.md)
|
||||
- [7 U.S.C. § 2015](/legal/us/code/title-07/chapter-51/section-2015.md)
|
||||
- …and 291 more (full set in data/section_authority_edges.jsonl)
|
||||
@@ -0,0 +1,50 @@
|
||||
---
|
||||
type: Body
|
||||
title: "Secretary of Veterans Affairs"
|
||||
classification: "executive-office"
|
||||
chamber: "executive"
|
||||
code: "EXEC-VETERANS-AFFAIRS-SECRETARY"
|
||||
parent: "us/executive/veterans-affairs"
|
||||
schedule_level: "I"
|
||||
sources:
|
||||
- field: definition
|
||||
source: "5 U.S.C. § 5312 (Executive Schedule, Level I)"
|
||||
confidence: official
|
||||
tags: [body, executive, executive-office]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Secretary of Veterans Affairs
|
||||
|
||||
Cabinet-rank office (Executive Schedule Level I, 5 U.S.C. § 5312), head of the [Department of Veterans Affairs](/us/executive/veterans-affairs/index.md).
|
||||
|
||||
## Empowered by the U.S. Code
|
||||
|
||||
240 sections of the U.S. Code vest authority in this office. A sample:
|
||||
|
||||
- [3 U.S.C. § 19](/legal/us/code/title-03/chapter-1/section-19.md)
|
||||
- [5 U.S.C. § 5312](/legal/us/code/title-05/chapter-53/section-5312.md)
|
||||
- [5 U.S.C. § 5355](/legal/us/code/title-05/chapter-53/section-5355.md)
|
||||
- [5 U.S.C. § 8347](/legal/us/code/title-05/chapter-83/section-8347.md)
|
||||
- [5 U.S.C. § 8903c](/legal/us/code/title-05/chapter-89/section-8903c.md)
|
||||
- [7 U.S.C. § 1446a](/legal/us/code/title-07/chapter-35a/section-1446a.md)
|
||||
- [7 U.S.C. § 7517](/legal/us/code/title-07/chapter-102/section-7517.md)
|
||||
- [8 U.S.C. § 1153](/legal/us/code/title-08/chapter-12/section-1153.md)
|
||||
- [8 U.S.C. § 1643](/legal/us/code/title-08/chapter-14/section-1643.md)
|
||||
- [10 U.S.C. § 1074](/legal/us/code/title-10/chapter-55/section-1074.md)
|
||||
- [10 U.S.C. § 1074f](/legal/us/code/title-10/chapter-55/section-1074f.md)
|
||||
- [10 U.S.C. § 1074m](/legal/us/code/title-10/chapter-55/section-1074m.md)
|
||||
- [10 U.S.C. § 1076c](/legal/us/code/title-10/chapter-55/section-1076c.md)
|
||||
- [10 U.S.C. § 1104](/legal/us/code/title-10/chapter-55/section-1104.md)
|
||||
- [10 U.S.C. § 1104a](/legal/us/code/title-10/chapter-55/section-1104a.md)
|
||||
- [10 U.S.C. § 1134a](/legal/us/code/title-10/chapter-57/section-1134a.md)
|
||||
- [10 U.S.C. § 1142](/legal/us/code/title-10/chapter-58/section-1142.md)
|
||||
- [10 U.S.C. § 1144](/legal/us/code/title-10/chapter-58/section-1144.md)
|
||||
- [10 U.S.C. § 1145](/legal/us/code/title-10/chapter-58/section-1145.md)
|
||||
- [10 U.S.C. § 1155](/legal/us/code/title-10/chapter-58/section-1155.md)
|
||||
- [10 U.S.C. § 1175a](/legal/us/code/title-10/chapter-59/section-1175a.md)
|
||||
- [10 U.S.C. § 1216](/legal/us/code/title-10/chapter-61/section-1216.md)
|
||||
- [10 U.S.C. § 1216a](/legal/us/code/title-10/chapter-61/section-1216a.md)
|
||||
- [10 U.S.C. § 1413a](/legal/us/code/title-10/chapter-71/section-1413a.md)
|
||||
- [10 U.S.C. § 1414](/legal/us/code/title-10/chapter-71/section-1414.md)
|
||||
- …and 215 more (full set in data/section_authority_edges.jsonl)
|
||||
Reference in New Issue
Block a user