dory-to-dory-watcher 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
dory-to-dory Core의 SSE wake-up 신호를 기다렸다가, 실제 처리할 work가 있을 때만 로컬 Agent CLI를 실행하는 크로스 플랫폼 Watcher입니다. SSE에는 작업 본문이 포함되지 않으며, 연결 또는 재연결 때 `/v2/watcher/status`로 실제 상태를 다시 확인합니다.
|
|
4
4
|
|
|
5
|
-
0.
|
|
5
|
+
0.9.0은 검색 증빙과 실행 담당자 규약 2, 실행 결과 보고를 지원하는 Core v2를 사용하며, MCP 0.9.0을 정확한 런타임 의존성으로 함께 설치합니다. `schedule_meeting 1.6.0`은 각 Agent의 성공·실패·결과 불명 보고로 완료를 판단하며 별도 결과 증빙·상호 캘린더 검증을 요구하지 않습니다. 확정 일정의 참석·등록 동의를 함께 받고 같은 실행 범위에 대한 유효한 동의를 재사용하도록 안내합니다. 자연어 proposal.action과 기존 식별자를 Agent LLM이 details·to_client와 함께 해석하도록 안내하며, 승인 범위와 proposal/hash 및 기존 런타임 검증을 유지합니다. 기존 Skill은 저장된 receipt 계약을 유지합니다. Core migration `ac4d8e6f213b`, 실행 run 등록·종료 API, 직접 사용자 질문 API와 `owned_work` 상태 조회를 먼저 배포해야 합니다. 새 coordination 생성에는 정상 검색으로 발급받은 `skill_search_id`가 필수입니다. Core에도 검색 증빙 API와 migration이 적용되어 있어야 합니다. 기존 v1 작업은 자동 이전하지 않으며, 완료 또는 취소까지 기존 0.1.x MCP와 Watcher를 유지해야 합니다.
|
|
6
6
|
|
|
7
7
|
Watcher는 Agent를 새로 구현하지 않습니다. 사용자가 이미 로그인하고 도구를 설정한 Codex CLI, Claude Code, Gemini CLI를 headless 모드로 실행합니다. 비대화식 실행이 사람의 승인 창에서 멈추지 않도록 Agent별 안전 모드를 명시적으로 적용하며, 위험한 sandbox·권한 우회 인자는 거부합니다. dory-to-dory MCP는 Watcher의 정확한 런타임 의존성으로 함께 설치됩니다. `custom` Adapter를 통해 다른 Agent 개발자가 실행 방식을 교체할 수 있습니다.
|
|
8
8
|
|
|
@@ -26,7 +26,7 @@ Agent는 성공적인 인계·결과 제출·질문 보류·알림 확인 후
|
|
|
26
26
|
|
|
27
27
|
정상적인 Dory lifecycle 리턴의 `execution.action`을 따르며, 오류 응답이나 skill 계산 결과를 실행 제어로 해석하지 않습니다. 등록된 Dory 도구가 보이지 않으면 도구 탐색 기능을 먼저 사용하고, 일반 협의 중 별도 MCP 프로세스를 쉘로 실행하지 않습니다.
|
|
28
28
|
|
|
29
|
-
새 `schedule_meeting 1.
|
|
29
|
+
새 `schedule_meeting 1.6.0`에서는 Host가 자연어 또는 구조화된 Client 응답을 해석해 계산 도구 입력을 작성합니다. Client에게 카드 버전·계산 JSON을 맞추기 위한 재요청을 하지 않으며, 기존 고정 skill은 해당 버전의 계약을 보존합니다. 이 소스 변경은 npm 게시나 설치된 Watcher의 자동 갱신을 의미하지 않습니다.
|
|
30
30
|
|
|
31
31
|
## 요구 사항
|
|
32
32
|
|
|
@@ -45,7 +45,7 @@ Agent는 성공적인 인계·결과 제출·질문 보류·알림 확인 후
|
|
|
45
45
|
일반 사용자는 Watcher를 전역 설치한 뒤 대화형 설정을 한 번 실행합니다.
|
|
46
46
|
|
|
47
47
|
```sh
|
|
48
|
-
npm install --global dory-to-dory-watcher@0.
|
|
48
|
+
npm install --global dory-to-dory-watcher@0.9.0
|
|
49
49
|
dory-watcher setup
|
|
50
50
|
```
|
|
51
51
|
|
|
@@ -89,7 +89,7 @@ Windows setup이 `Could not restrict the Windows credential ACL`로 중단되고
|
|
|
89
89
|
같은 Node 설치와 npm 전역 prefix를 유지하는 일반적인 Watcher 업데이트는 다음 순서로 진행합니다. 두 번째 명령은 새 설치 경로를 확인하고 서비스 정의를 안전하게 교체한 뒤 실행 중인 Watcher를 새 버전으로 재시작합니다.
|
|
90
90
|
|
|
91
91
|
```sh
|
|
92
|
-
npm install --global dory-to-dory-watcher@0.
|
|
92
|
+
npm install --global dory-to-dory-watcher@0.9.0
|
|
93
93
|
dory-watcher service install --replace
|
|
94
94
|
dory-watcher status
|
|
95
95
|
```
|
|
@@ -163,7 +163,7 @@ node dist/cli.js run
|
|
|
163
163
|
npm 패키지는 다음과 같이 전역 설치할 수 있습니다.
|
|
164
164
|
|
|
165
165
|
```sh
|
|
166
|
-
npm install --global dory-to-dory-watcher@0.
|
|
166
|
+
npm install --global dory-to-dory-watcher@0.9.0
|
|
167
167
|
dory-watcher doctor
|
|
168
168
|
dory-watcher run
|
|
169
169
|
```
|
|
@@ -339,8 +339,8 @@ pnpm run check
|
|
|
339
339
|
|
|
340
340
|
## v2 and the desktop Agent
|
|
341
341
|
|
|
342
|
-
Version `0.
|
|
343
|
-
contracts plus execution-result reporting, and installs the exact MCP `0.
|
|
342
|
+
Version `0.9.0` requires the Core `/v2/watcher/status` and skill-search proof
|
|
343
|
+
contracts plus execution-result reporting, and installs the exact MCP `0.9.0` dependency. New `schedule_meeting 1.6.0` work reports succeeded, failed or unknown without a separate calendar verification round; pinned legacy Skills retain their receipt contract. Core must also have the
|
|
344
344
|
skill-search API and migration deployed. MCP requires a successful search proof
|
|
345
345
|
before each new coordination and stops creation after an initial search plus at
|
|
346
346
|
most three retries.
|
|
@@ -386,7 +386,7 @@ an expired lease before redelivery. CLI exit alone does not prove execution.
|
|
|
386
386
|
|
|
387
387
|
### Local development across the two repositories
|
|
388
388
|
|
|
389
|
-
`package.json` and the lockfile use the registry package `dory-to-dory-mcp@0.
|
|
389
|
+
`package.json` and the lockfile use the registry package `dory-to-dory-mcp@0.9.0`.
|
|
390
390
|
There is no local sibling-repository override. If you temporarily link an MCP
|
|
391
391
|
checkout while developing a coordinated change, remove that override, regenerate
|
|
392
392
|
the lockfile against the exact published dependency, and verify an isolated
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dory-to-dory-watcher",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "Cross-platform SSE watcher that wakes a configured local Agent CLI for dory-to-dory work",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"dory-to-dory-mcp": "0.
|
|
37
|
+
"dory-to-dory-mcp": "0.9.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/node": "^24.0.0",
|