mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 00:26:26 +00:00
fix(jobbank-search)!: emit deadline as YYYY-MM-DD in search output
The feed's DD.MM.YYYY parenthetical passed through raw - documented, but contradicting the /scrape contract, every other portal, and this CLI's own detail command for the same job, and ambiguous to a date parser (01.09.2026: 1 Sep or 9 Jan). The known shape converts to ISO; løbende still maps to null; unrecognized shapes pass through for /rank's defensive handling. Breaking for anything parsing the old format - the README's own search example already showed ISO. Review finding F5 (2026-08-19), decision approved by Mads. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
b067928da7
commit
48965960d3
@@ -65,6 +65,15 @@ per-file diff commands.
|
||||
|
||||
### Changed
|
||||
|
||||
- **BREAKING (jobbank forks): `jobbank-search` search output emits `deadline` as
|
||||
`YYYY-MM-DD`** - the feed's `DD.MM.YYYY` parenthetical was passed through raw,
|
||||
contradicting the `/scrape` contract, the other portals, and the same CLI's own
|
||||
`detail` command (which already emits ISO for the same job). `01.09.2026` is also
|
||||
ambiguous to a date parser (1 Sep vs 9 Jan). The known shape is now converted;
|
||||
"løbende" still maps to `null`, and an unrecognized shape passes through for `/rank`'s
|
||||
defensive handling. Anything parsing the old `DD.MM.YYYY` output must update - though
|
||||
the README's own search example already showed the ISO form. Pinned in
|
||||
`tests/rss-parsing.test.ts` and `tests/search-normalization.test.ts`.
|
||||
- **Job matching reframed around function, not title** (`framework_version` 1.2.2 -> 1.2.3 in
|
||||
`04-job-evaluation.md`) - title-lookalike matching throws away career capital that doesn't
|
||||
fit one job-title box (e.g. a background spanning research leadership, platform ownership,
|
||||
|
||||
Reference in New Issue
Block a user