chore/opencode manual network (#65)

* refactor: research - move domain to repository root

* ci: links - exclude unstable external endpoints

* fix: research - align git path governance

* chore: research - assign code ownership

* docs: readme - surface key assets

* docs: readme - rename glue coding badge

* docs: readme - rename research badge

* docs: readme - rename enterprise architecture badge

* fix: ai-citation - enforce canonical repository identity

* docs: add OpenCode assisted config in manual network setup

* ci: skip unstable affiliate service links in link-checker

* fix: ci - skip unstable bybit link in link checker

---------

Co-authored-by: tradecatlabs <288998340+tradecatlabs@users.noreply.github.com>
This commit is contained in:
tradecatlabs
2026-08-04 15:42:06 +08:00
committed by GitHub
co-authored by tradecatlabs
parent b1b3e7501d
commit 65c656a4a2
13 changed files with 67 additions and 17 deletions
+1 -1
View File
@@ -641,7 +641,7 @@ pip install -r tools/prompts-library/scripts/requirements.txt
| docs 线性目录结构检查 | `make check-doc-structure` | 校验标准块顺序、主章节顺序、锚点和目录入口 |
| 目录 README/AGENTS 覆盖检查 | `make check-directory-docs` | `scripts/check-directory-docs.py` |
| Metadata 路径检查 | `make check-metadata` | `scripts/check-metadata.py` |
| AI 引用路径检查 | `make check-ai-citation` | `scripts/check-ai-citation.py` |
| AI 引用一致性检查 | `make check-ai-citation` | `scripts/check-ai-citation.py` |
| Wiki 本地检查 | `make check-wiki WIKI_DIR=/tmp/vibe-coding-cn.wiki` | `scripts/check-wiki.py` |
| 重建 docs 细粒度目录 | `make sync-doc-toc` | `scripts/sync-doc-toc.py` |
| 全部本地质量门禁 | `make test` | `Makefile` |