Files
2nd/GIT_PROTOCOL.md
T
Antigravity Agent 346f773856 GIT_PROTOCOL: Wiki 리모트를 2nd.git 단일로 확정
knowledge.git(origin) 리모트 제거, lm_sync(2nd.git) 단일 사용.
main 브랜치 추적 대상도 lm_sync/main 으로 변경.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-20 23:56:45 +09:00

1.2 KiB

🚩 Git Operation Mapping Protocol

유저 명령어 실행 액션 대상 리모트/브랜치
"위키 최신화해줘" git pull lm_sync <current_branch> https://github.com/g1nations/2nd.git
"커밋해" git add .
git commit -m "Update Wiki"
git push lm_sync <current_branch>
https://github.com/g1nations/2nd.git
"커넥트" / "connect pull" git pull origin <current_branch> https://github.com/g1nations/locallm.git (ConnectAI)

🛠️ 세부 수칙

  1. Remote Target (Wiki): Wiki 저장소는 lm_sync (https://github.com/g1nations/2nd.git) 단일 리모트만 사용한다. knowledge.git 등 다른 리모트는 추가·push·pull 하지 않는다. 다른 리모트가 설정돼 있으면 제거한다.
  2. Auto-Pilot: 해당 명령어가 입력되면 추가 질문 없이 즉시 실행 후 보고한다.
  3. Conflict Management: Pull 시 충돌 발생 시 즉시 작업을 중단하고 [코다리] 부장에게 보고하여 지시를 받는다.

승인인: AI 개발부장 코다리 🫡 일시: 2026-04-22 개정: 2026-05-20 — Wiki 리모트를 2nd.git 단일로 확정. knowledge.git 사용 중단.