sync: to agentic-framework v1.1.7
This commit is contained in:
parent
93c3643fc3
commit
c7e0e5ffc6
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
1.1.6
|
||||
1.1.7
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ description: agentic-framework에서 현재 프로젝트로 agent-ops를 내려
|
|||
|
||||
## 실행 절차
|
||||
|
||||
1. 동일 레벨에 `agentic-framework` 폴더가 있는지 확인한다
|
||||
1. 현재 프로젝트의 **상위 폴더(`../`)** 에 `agentic-framework` 폴더가 있는지 확인한다 (현재 폴더 내부가 아님)
|
||||
2. **있으면**: `agent-ops/bin/sync.sh --pull agentic-framework` 실행
|
||||
3. **없으면**: 사용자에게 agentic-framework 경로 입력을 안내하고, 입력받은 경로로 실행
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ description: 현재 프로젝트의 agent-ops를 agentic-framework로 올린다.
|
|||
|
||||
### 현 프로젝트가 일반 프로젝트인 경우 (`.agent-ops-source` 없음)
|
||||
|
||||
1. 동일 레벨에 `agentic-framework` 폴더가 있는지 확인한다
|
||||
1. 현재 프로젝트의 **상위 폴더(`../`)** 에 `agentic-framework` 폴더가 있는지 확인한다 (현재 폴더 내부가 아님)
|
||||
2. **있으면**: `agent-ops/bin/sync.sh agentic-framework` 실행
|
||||
3. **없으면**: 사용자에게 agentic-framework 경로 입력을 안내하고, 입력받은 경로로 실행
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue