onto-mcp 0.4.8 → 0.4.9
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/AGENTS.md +2 -0
- package/README.md +0 -1
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -277,6 +277,8 @@ review tools:
|
|
|
277
277
|
- `onto_review` — review 실행
|
|
278
278
|
- `onto_prepare_review` — 실행 전 session과 prompt packet 준비
|
|
279
279
|
- `onto_review_continue` — 기존 session artifact에서 eligible frontier를 계속 실행
|
|
280
|
+
- `onto_review_round` — host orchestration(B): 지금 실행 가능한 unit과 packet 반환 (onto는 실행하지 않음)
|
|
281
|
+
- `onto_review_advance` — host orchestration(B): host가 실행한 unit 보고 → seat 검증·기록 후 다음 round 또는 record 조립
|
|
280
282
|
- `onto_review_cancel` — 실행 중 review의 cooperative cancellation 요청
|
|
281
283
|
- `onto_review_status` — 진행/상태 조회
|
|
282
284
|
- `onto_review_result` — 완료 결과 조회
|
package/README.md
CHANGED
|
@@ -292,4 +292,3 @@ Unsupported settings stop during profile resolution.
|
|
|
292
292
|
| [docs/development.md](https://github.com/kangminlee-maker/onto-mcp/blob/main/docs/development.md) | verification harnesses and development workflow |
|
|
293
293
|
| [docs/architecture/repo-layout.md](https://github.com/kangminlee-maker/onto-mcp/blob/main/docs/architecture/repo-layout.md) | repository layout SSOT: folder roles and placement rules |
|
|
294
294
|
| [docs/architecture/](https://github.com/kangminlee-maker/onto-mcp/tree/main/docs/architecture) | architecture notes |
|
|
295
|
-
| [docs/roadmap.md](https://github.com/kangminlee-maker/onto-mcp/blob/main/docs/roadmap.md) | staged roadmap |
|
package/package.json
CHANGED