Process the URLs queued in inbox.md, categorize each one, and add it to the matching category file under lists/.
Steps
- Read
inbox.mdfor the URLs to process, and listlists/for the available categories (one YAML file each). - For each URL, fetch its content to write a name and a concise, neutral, one-sentence description.
- Find the best-matching category file and append the entry there, matching the structure of its existing items (see
lists/webhook.yamlfor the format). If no category fits, propose a new one to the user and wait for confirmation before creating the file. - Clear
inbox.mdand runpnpm run generate-readmeto rebuildREADME.md.