chore(conductor): Mark track 'Curate Provider Registries' as complete. Includes critical fixes for RecursionError, NoneType Hook API responses, and plurality mismatches.

This commit is contained in:
2026-05-08 22:01:15 -04:00
parent b89abb2670
commit 9f18497786
15 changed files with 97 additions and 89 deletions
+2
View File
@@ -46,6 +46,8 @@ from typing import List, Optional, Dict, Any, Union
from pathlib import Path
from src.paths import get_config_path
PROVIDERS: List[str] = ["gemini", "anthropic", "gemini_cli", "deepseek", "minimax"]
CONFIG_PATH = get_config_path()
def _clean_nones(data: Any) -> Any: