v0.1.10: applied-filter echo + ISO 8601 date validation
applied-filter echo + ISO 8601 date validation
Search tools now report the filters they received and reject malformed dates before the upstream call.
Added
appliedFiltersenrichment on all four search tools (bills, people, events, committees) — echoes received filters on empty and non-empty branches, with anenrichmentTrailer.renderso it reachescontent[]. (#10)- ISO 8601
.regex()onaction_since/updated_since(search_bills) andafter/before(search_events) — surfaces as JSON Schemapattern, rejecting dates like"yesterday"before the API returns a misleading zero-result. (#12)
210 tests pass; bun run devcheck clean.