Skip to content

Commit 660d262

Browse files
committed
docs: Update development workflow with Git and deployment policy
1 parent 0ba3adc commit 660d262

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.agent/workflows/develop.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ description: USS44 개발 시 따라야 할 코드 품질 및 디자인 가이
5555
- [ ] any 타입 사용 최소화
5656
- [ ] 매직 넘버는 상수로 추출
5757

58+
## Git 및 배포 정책
59+
60+
- **임의 작업 금지**: 사용자가 명시적으로 `commit`, `push`, 또는 `배포`를 요청하지 않은 경우, 코드를 수정한 후 자동으로 Git 작업을 수행하지 않습니다.
61+
- **요청 시에만 수행**: 모든 Git 인터랙션은 사용자의 직접적인 허가가 있거나 명확한 지시가 있을 때만 진행합니다.
62+
- **배포 확인**: 배포가 필요한 경우 사용자에게 완료 여부를 묻거나 명시적 승인을 받은 후 처리를 제안합니다.
63+
5864
## PR 전 검증 명령어
5965

6066
```bash

0 commit comments

Comments
 (0)