mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-09 17:10:58 +00:00
refactor: research - move domain to repository root
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user