| """Bulk re-run CatalogEnricher with the current prompt. | |
| For when src/config/prompts/catalog_enricher.md changes and existing | |
| catalog descriptions need to be regenerated across all users. | |
| Usage: | |
| uv run python scripts/enrich_all_sources.py [--user-id USER_ID] | |
| """ | |
| def main() -> None: | |
| raise NotImplementedError | |
| if __name__ == "__main__": | |
| main() | |