chore: add AUTHOR_MAP entry for #47904 salvage

This commit is contained in:
teknium1 2026-06-17 07:30:53 -07:00 committed by Teknium
parent eaddeaf2e6
commit aa6f77596b
2 changed files with 2 additions and 1 deletions

View file

@ -45,6 +45,7 @@ ACP_REGISTRY_MANIFEST = REPO_ROOT / "acp_registry" / "agent.json"
# Auto-extracted from noreply emails + manual overrides
AUTHOR_MAP = {
"despitemeguru@gmail.com": "definitelynotguru",
"chaslui@outlook.com": "ChasLui",
"rio.jeong@thebytesize.ai": "rio-jeong",
"yehaotian@xuanshudeMac-mini.local": "ArcanePivot",

View file

@ -11,4 +11,4 @@ def test_xai_oauth_includes_grok_composer_2_5_fast():
def test_grok_composer_slots_after_grok_build():
models = _PROVIDER_MODELS["xai-oauth"]
assert models[0] == "grok-build-0.1"
assert models[1] == "grok-composer-2.5-fast"
assert models[1] == "grok-composer-2.5-fast"