naming conventions

This commit is contained in:
Nicolás Sánchez 2026-03-09 00:28:20 -03:00
parent ccc429d13b
commit 2d6dedaa5a
8 changed files with 5 additions and 3 deletions

View File

@ -116,6 +116,8 @@ CORRECT — raw output, whatever shape the operator returned:
Note that `rss` returns an array and `github` returns an object — this is intentional. Do not normalize them to a common shape.
DO NOT return the url-operator response in this step.
Return:
```
{

View File

@ -1,5 +1,5 @@
---
name: github_operator
name: github-operator
description: >
Infrastructure operator for a running GitHub scraper API.
Extracts structured repository metrics for one or multiple repos.

View File

@ -1,5 +1,5 @@
---
name: rss_operator
name: rss-operator
description: >
Infrastructure operator for a local RSS scraper service.
When given a project name or ticker in any form, calls GET /entries with search

View File

@ -1,5 +1,5 @@
---
name: twitter_scraper_operator
name: twitter-operator
description: >
Infrastructure operator for a running tweet scraper daemon.
Provides read access to cached tweets and account status.