5c732287c5
test: guard live listing prices
2026-04-30 22:46:48 -04:00
e791fc5478
test(facebook): add live parser suite
2026-04-30 22:44:28 -04:00
c1fa5168dc
test(kijiji): add live parser suite
2026-04-30 22:43:52 -04:00
ec2a26cedf
test(ebay): add live parser suite
2026-04-30 22:42:32 -04:00
b657ea594a
chore: update agents docs
...
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev >
2026-04-30 22:29:01 -04:00
31cc0660bc
refactor(ebay): reuse fetchHtml after challenge
...
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev >
2026-04-30 22:26:24 -04:00
fc7200777e
style: format expected json output in protocol test
2026-04-30 22:25:47 -04:00
a6b24b318e
fix(types): expose argon2 declaration globally
2026-04-30 22:16:48 -04:00
0873df7e82
chore: merge code-smell-cleanup
2026-04-30 21:08:34 -04:00
c0dda57f64
test: require explicit fetch mocks
2026-04-30 20:51:13 -04:00
31866de787
refactor: clean kijiji scraper internals
2026-04-30 20:48:15 -04:00
9c4c347933
feat: ebay splashui challenge solver
...
argon2id pow → /challengesvc/answer → chlgref cookie
warm homepage for akamai cookies, detect 307 redirect,
solve + retry transparently in fetchEbayItems flow
2026-04-30 20:44:37 -04:00
84f17fbdfd
chore: ebay parser fix
...
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev >
2026-04-30 16:56:55 -04:00
f95b974c7e
fix: harden shared http helper
2026-04-29 21:09:10 -04:00
f5339cadf1
style: format shared http refactor
2026-04-29 21:05:36 -04:00
5d86a4e54d
fix: preserve ebay rate-limit fallback
2026-04-29 14:52:08 -04:00
82e7abc057
fix: keep shared http refactor in scope
2026-04-29 14:48:47 -04:00
6e50ebf901
refactor: share scraper http fetching
2026-04-29 13:14:20 -04:00
82e12283de
docs: surface Kijiji AND-matching behavior in tool, API, and MCP responses
...
Kijiji zero-result queries (e.g. 'macbook air m1 apple silicon') are
confusing because the failure mode is non-obvious. Surface the root
cause everywhere the caller can see it:
- MCP tool description warns about AND-matching and gives a concrete
before/after example
- API 404 body includes the actionable hint via emptySearchResponse(hint)
- Core scraper logs the built URL and tip on page-1 zero results
- MCP handler unwraps the API message field so the hint reaches the LLM
2026-04-29 13:06:31 -04:00
22eb65d4a2
refactor: share mcp api calls
2026-04-29 05:37:24 -04:00
abdd39d65c
fix: complete ebay integer validation test coverage
2026-04-29 00:56:37 -04:00
3e4e35c9ae
fix: tighten route integer parsing and test coverage
2026-04-29 00:32:23 -04:00
3ea6ee3938
fix: strictly parse route integers
2026-04-29 00:12:26 -04:00
d178f9c9cb
fix: remove cookie query forwarding
2026-04-28 23:52:45 -04:00
b6aaec0b65
chore: update ruler docs
...
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev >
2026-04-28 22:29:12 -04:00
11dce39428
fix(core): parse Kijiji StandardListing records
2026-04-28 21:57:10 -04:00
2a5701aeb9
test: quiet and speed up test runs
2026-04-28 21:45:06 -04:00
c6c44a0914
fix(api): preserve unstable buckets
2026-04-28 21:34:47 -04:00
3fe5fdb63f
fix(core): handle partial listing data
2026-04-28 21:34:45 -04:00
7966073bf8
fix(core): prefer explicit cookie source
2026-04-28 21:34:40 -04:00
63716272c5
chore: slim per-package tsconfigs to extend root
2026-04-28 19:55:59 -04:00
1d21c66945
chore: use exports field and catalog refs in all packages
2026-04-28 19:55:37 -04:00
bf393eacae
chore: setup typecheck scripts for each package
...
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev >
2026-04-28 19:37:18 -04:00
79bb249603
chore: replace any cast by asserting tool schema property types
...
Tightens the type assertion for the `unstableFilter` schema property in tests to ensure correct structural checking of its `type` and `description` fields.
2026-04-28 19:24:39 -04:00
957e0f137b
chore: biome lint and formatting
...
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev >
2026-04-28 19:21:16 -04:00
49e90d45f8
docs: expose unstable mode in mcp tools
2026-04-28 19:03:42 -04:00
b6456047a6
feat: add maxItems support to ebay scraper
2026-04-27 10:56:23 -04:00
02b3f805b2
fix: use explicit conditional calls and validate negative params
2026-04-27 10:46:06 -04:00
a1af5d2630
fix: align ebay route with spec and validate params
2026-04-27 09:56:39 -04:00
77b9fc9934
fix: validate route params and reduce duplication
2026-04-27 09:45:47 -04:00
a802035ca4
fix: correct empty-result and maxItems handling in routes
2026-04-27 09:34:08 -04:00
974190de6b
fix: preserve maxItems limit in unstable mode
2026-04-27 08:57:48 -04:00
3c38232cd5
feat: expose unstable mode in api routes
2026-04-27 02:49:35 -04:00
224e83ac4c
fix: correct ebay title filtering and type contracts
2026-04-27 02:04:48 -04:00
b73faa35da
fix: respect scraper pacing details
2026-04-27 00:13:42 -04:00
0f77155c8d
fix: align marketplace price filter parsing
2026-04-23 11:14:57 -04:00
10c2856bf6
fix: tighten item price and pacing behavior
2026-04-23 10:59:33 -04:00
9c8643086a
fix: refine scraper output behavior
2026-04-23 10:43:38 -04:00
244a88e63c
fix: harden scraper price parsing
2026-04-23 10:31:08 -04:00
807849e257
fix: expose ebay unstable mode typing
2026-04-23 05:47:50 -04:00