-
Notifications
You must be signed in to change notification settings - Fork 485
Expand file tree
/
Copy pathdogfood-results.json
More file actions
37 lines (37 loc) · 1.38 KB
/
Copy pathdogfood-results.json
File metadata and controls
37 lines (37 loc) · 1.38 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
{
"api_name": "paul-graham",
"run_id": "20260621-202701",
"generated_at": "2026-06-21T21:04:47Z",
"status": "passed",
"checks": [
{
"name": "help",
"command": "go run ./cmd/paul-graham-pp-cli --help",
"status": "passed"
},
{
"name": "latest-live",
"command": "go run ./cmd/paul-graham-pp-cli latest --json --limit 5",
"status": "passed",
"evidence": "Returned current essays including How to Earn a Billion Dollars, How to Convert Between Wealth and Income Tax, The Brand Age, The Shape of the Essay Field, and Good Writing."
},
{
"name": "search-live",
"command": "go run ./cmd/paul-graham-pp-cli search startup --json --limit 3",
"status": "passed",
"evidence": "Returned matching essays including How to Make Pittsburgh a Startup Hub, Before the Startup, and Startup Investing Trends."
},
{
"name": "read-live",
"command": "go run ./cmd/paul-graham-pp-cli read greatwork --json --max-chars 500",
"status": "passed",
"evidence": "Extracted How to Do Great Work with slug greatwork, word_count 11941, and truncated text output."
},
{
"name": "links-live",
"command": "go run ./cmd/paul-graham-pp-cli links greatwork --json",
"status": "passed",
"evidence": "Returned links from the essay page, including index.html and footnote anchors."
}
]
}