docs(scraper): drop the phantom 'evaluated' status from seen_jobs.json vocabulary (#316)

The schema documented new/skipped/evaluated/ranked/expired, but
'evaluated' has had no writer and no reader since the initial release,
and post-#269 the tracker owns all lifecycle state after drafting.
Also tightens /rank Step 1's '--all' wording, which leaned on an
'applied' status the schema deliberately lacks.

Closes #315
This commit is contained in:
Ayobami Adegoke
2026-08-11 19:03:07 +02:00
committed by GitHub
parent 0dc0f562fc
commit 1ab6c78332
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ For each new job, do a rapid fit check (NOT the full evaluation from `04-job-eva
"url": "...",
"first_seen": "YYYY-MM-DD",
"fit": "high/medium/low",
"status": "new/skipped/evaluated/ranked/expired",
"status": "new/skipped/ranked/expired",
"portal": "<source portal skill, e.g. jobindex-search>"
}
}