mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-16 04:18:04 +00:00
refactor: move research domain to repository root (#58)
Move the complete research domain from docs/research to root-level research, update indexes and path-aware tooling, and align raw snapshot governance and CODEOWNERS.\n\nVerified with make test and GitHub CI.
This commit is contained in:
@@ -19,7 +19,7 @@ AI_MARKDOWN_DIR = Path("assets/ai-citation")
|
||||
PATH_PATTERN = re.compile(
|
||||
r"(?<![\w./-])("
|
||||
r"(?:README|AGENTS)\.md"
|
||||
r"|(?:docs|assets|skills|prompts|metadata|scripts|tools)/[^\s`,。;:、))]+"
|
||||
r"|(?:docs|research|assets|skills|prompts|metadata|scripts|tools)/[^\s`,。;:、))]+"
|
||||
r"|[A-Za-z0-9_.-]+\.(?:md|txt|yml)"
|
||||
r"|llms\.txt"
|
||||
r")"
|
||||
|
||||
Reference in New Issue
Block a user