docs: document complete seen_jobs.json schema including rank fields (#107) (#111)

This commit is contained in:
Sai Sridhar Tarra
2026-07-09 21:32:43 +02:00
committed by GitHub
parent 429e32f7c0
commit fea59fd8df
+3
View File
@@ -121,6 +121,9 @@ For each new job, do a rapid fit check (NOT the full evaluation from `04-job-eva
} }
} }
``` ```
`/rank` extends this schema additively: ranked entries also carry `rank_score` (0100 overall score), `rank_verdict` (fit band, e.g. "strong fit"), and `rank_date` (ISO date of ranking). The `status` field is set to `"ranked"`. Do not drop these fields when re-writing entries.
2. Only present jobs NOT already in the seen list or tracker. 2. Only present jobs NOT already in the seen list or tracker.
### Step 5: Present Results ### Step 5: Present Results