refactor: research - move domain to repository root

This commit is contained in:
tradecatlabs
2026-07-09 04:01:30 +08:00
parent 16f5e03c78
commit 0858b7a3cf
260 changed files with 968 additions and 306 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
"""Fetch raw GitHub facts for docs/research repository domains."""
"""Fetch raw GitHub facts for research repository domains."""
from __future__ import annotations
@@ -13,7 +13,7 @@ from pathlib import Path
ROOT = Path(__file__).resolve().parents[1]
RESEARCH_DIR = ROOT / "docs" / "research"
RESEARCH_DIR = ROOT / "research"
REPO_VIEW_FIELDS = [
"nameWithOwner",