fix: cross-file consistency (GUIDE.md, AGENT.md, README.md)
This commit is contained in:
15
README.md
15
README.md
@@ -10,14 +10,15 @@
|
||||
git clone https://git.variet.net/Variet/agent_guide.git
|
||||
cp -r agent_guide/.agents/ your-project/.agents/
|
||||
|
||||
# 2. {{PLACEHOLDER}} 값들을 프로젝트에 맞게 교체
|
||||
# - services.md → API URL, Token, Project ID
|
||||
# - helpers/vikunja_helper.py → API_BASE, TOKEN, PROJECT_ID
|
||||
# - helpers/wiki_helper.py → GITEA_BASE_URL, TOKEN, OWNER, REPO
|
||||
# - check-gitea.md → Token, URL
|
||||
# - references/ → 프로젝트별 아키텍처, 기술스택, 컨벤션
|
||||
# 2. 프로젝트별 값 2개만 교체
|
||||
# - {{GITEA_REPO}} → services.md, check-gitea.md, wiki_helper.py
|
||||
# - {{VIKUNJA_PROJECT_ID}} → services.md, vikunja_helper.py (PROJECT_ID)
|
||||
# - references/ → 프로젝트별 아키텍처, 기술스택, 컨벤션 채우기
|
||||
|
||||
# 3. AI 에이전트에게 "시작" 또는 "/start" 명령
|
||||
# 3. docs/devlog/ 디렉토리 생성
|
||||
mkdir -p docs/devlog/entries
|
||||
|
||||
# 4. AI 에이전트에게 "시작" 또는 "/start" 명령
|
||||
```
|
||||
|
||||
## 파일 구조
|
||||
|
||||
Reference in New Issue
Block a user