repo-map
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRepo Map
仓库导航图
Overview
概述
Use to search code and identify the correct area to edit. Check READMEs in relevant directories for commands.
rg使用搜索代码,确定需要编辑的正确区域。查看相关目录中的README文件获取命令。
rgStructure
结构
- : Next.js/TanStack frontends
apps/ - : shared TS libs + Convex backend
packages/ - : Go/Kotlin/Rails/Python services
services/ - ,
argocd/,kubernetes/,tofu/: infra + GitOpsansible/ - ,
scripts/: build/deploy helperspackages/scripts/ - : agent skills
skills/
- : Next.js/TanStack 前端应用
apps/ - : 共享TS库 + Convex后端
packages/ - : Go/Kotlin/Rails/Python服务
services/ - ,
argocd/,kubernetes/,tofu/: 基础设施 + GitOpsansible/ - ,
scripts/: 构建/部署辅助脚本packages/scripts/ - : Agent技能
skills/
Find a service
查找服务
bash
rg -n "enrichRepository" services/bumba
rg --files -g "*bumba*"bash
rg -n "enrichRepository" services/bumba
rg --files -g "*bumba*"Find infra
查找基础设施资源
bash
rg -n "open-webui" argocd/applicationsbash
rg -n "open-webui" argocd/applicationsResources
相关资源
- Reference:
references/repo-structure.md - Finder:
scripts/find-in-repo.sh - Notes:
assets/repo-notes.md
- 参考文档:
references/repo-structure.md - 查找工具:
scripts/find-in-repo.sh - 笔记:
assets/repo-notes.md