forked from mvanhorn/printing-press-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.printing-press.json
More file actions
53 lines (53 loc) · 2 KB
/
Copy path.printing-press.json
File metadata and controls
53 lines (53 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"schema_version": 1,
"generated_at": "2026-06-18T06:30:00Z",
"printing_press_version": "4.18.1",
"api_name": "policy-intel",
"display_name": "Policy Intel",
"cli_name": "policy-intel-pp-cli",
"creator": {
"handle": "sdhilip200",
"name": "Dhilip Subramanian"
},
"owner": "sdhilip200",
"printer": "sdhilip200",
"printer_name": "Dhilip Subramanian",
"spec_format": "plan",
"spec_source": ".manuscripts/20260618-063000/research/policy-intel-plan.md",
"spec_checksum": "sha256:0e6199bfcc7a3f1e978537fa73d1c1196d2d2218145d4cea35d434b5ca6e1f2b",
"run_id": "20260618-063000",
"category": "other",
"description": "Federal rulemaking and policy intelligence recipes for Federal Register search, Regulations.gov dockets, comments, and open comment deadlines.",
"api_version": "0.1.0",
"auth_type": "optional_api_key",
"auth_env_vars": [
"POLICY_INTEL_REGULATIONS_API_KEY"
],
"novel_features": [
{
"name": "Federal Register search",
"command": "federal-register search",
"description": "Searches FederalRegister.gov by term, agency slug, publication date, and limit with source links and legal-status caveats."
},
{
"name": "Rules and proposed rules",
"command": "rules",
"description": "Finds recent Federal Register rules and proposed rules for a topic without requiring users to know Federal Register type codes."
},
{
"name": "Regulations.gov docket lookup",
"command": "docket",
"description": "Fetches docket metadata from Regulations.gov v4 using a configured api.data.gov key or DEMO_KEY for smoke testing."
},
{
"name": "Public comment listing",
"command": "comments",
"description": "Lists public comments for a docket with stable agent-ready JSON and public-field caveats."
},
{
"name": "Open comment deadlines",
"command": "deadlines",
"description": "Finds Regulations.gov documents with comment deadlines from a topic, agency, and starting date."
}
]
}