17 lines
844 B
Markdown
17 lines
844 B
Markdown
# 🚩 Agent Git Operation Mapping Protocol
|
|
|
|
| 유저 명령어 | 실행 액션 | 대상 리모트/브랜치 |
|
|
| :--- | :--- | :--- |
|
|
| **"Agent 최신화해"** | `git pull origin <current_branch>` | https://github.com/g1nations/TeamG1.git |
|
|
| **"Agent 커밋해"** | `git add .` <br> `git commit -m "Update Agent Systems"` <br> `git push origin <current_branch>` | https://github.com/g1nations/TeamG1.git |
|
|
|
|
## 🛠️ 세부 수칙
|
|
1. **Target Directory**: `E:\Wiki\2nd\Agent`
|
|
2. **Git Address**: `https://github.com/g1nations/TeamG1.git`
|
|
3. **Auto-Pilot**: 해당 명령어가 입력되면 추가 질문 없이 즉시 실행 후 보고한다.
|
|
4. **Note**: `2nd` 프로젝트 하위에 있으나, 별도의 리모트 주소를 가진 독립 구역으로 취급한다.
|
|
|
|
---
|
|
**승인인**: AI 개발부장 코다리 🫡
|
|
**일시**: 2026-04-22
|