id: api_hn_top name: "HackerNews top stories" description: "Fetcha las top N stories de la API publica de HackerNews y crea entities en operations.db con metadata.{title,url,score,by,time}. Sin auth, sin rate limit estricto. Util como collector MVP para validar el flow odr_console end-to-end." applies_to: [] emits: [HnStory] relations: [] uses_functions: - http_get_json_py_infra params: - { name: limit, type: int, default: 30 } - { name: timeout_s, type: int, default: 15 }