agestra 4.8.3 → 4.8.4

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.
@@ -12,7 +12,7 @@
12
12
  "name": "agestra",
13
13
  "source": "./",
14
14
  "description": "Orchestrate Ollama, Gemini, and Codex for multi-AI debates, cross-validation, and GraphRAG memory",
15
- "version": "4.8.3",
15
+ "version": "4.8.4",
16
16
  "author": {
17
17
  "name": "mua-vtuber"
18
18
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agestra",
3
- "version": "4.8.3",
3
+ "version": "4.8.4",
4
4
  "description": "Claude Code plugin — orchestrate Ollama, Gemini, and Codex for multi-AI debates, cross-validation, and GraphRAG memory",
5
5
  "mcpServers": {
6
6
  "agestra": {
package/AGENTS.md CHANGED
@@ -25,7 +25,7 @@ This repository includes a Codex-friendly host wrapper for Agestra.
25
25
  ## Core MCP Tools
26
26
 
27
27
  - `environment_check` and `provider_list`: inspect host/provider state first
28
- - `agent_debate_moderate` and `agent_debate_review`: run structured multi-provider review flows
28
+ - `agent_debate_structured` (with `agent_debate_approve`/`_continue`/`_reject`) and `agent_debate_review`: run approval-gated multi-provider review flows
29
29
  - `cli_worker_spawn`, `agent_changes_review`, `agent_changes_accept`, `agent_changes_reject`: use for autonomous Codex/Gemini worker tasks
30
30
  - `qa_run`: verify implementation before reporting completion
31
31
 
package/GEMINI.md CHANGED
@@ -28,7 +28,7 @@ Each command delegates to the shared workflow specs in `commands/*.md`.
28
28
 
29
29
  ## Core MCP Tools
30
30
 
31
- - `agent_debate_moderate`, `agent_debate_review`: structured multi-provider reviews and debates
31
+ - `agent_debate_structured`, `agent_debate_approve`/`_continue`/`_reject`, `agent_debate_review`: structured multi-provider reviews and approval-gated debates
32
32
  - `cli_worker_spawn`, `agent_changes_review`, `agent_changes_accept`, `agent_changes_reject`: autonomous worker lifecycle
33
33
  - `workspace_*`: document-backed review and aggregation flows
34
34
  - `qa_run`: final verification step before completion
package/README.ja.md CHANGED
@@ -164,7 +164,10 @@ Turborepo モノレポで、9 パッケージ構成です:
164
164
  | `agent_debate_create` | ターン制ディベートセッションを作成(debate ID を返す) |
165
165
  | `agent_debate_turn` | 1 プロバイダー分のターンを実行。`provider: "claude"` で Claude の独立参加も可能 |
166
166
  | `agent_debate_conclude` | ディベートを終了し、最終トランスクリプトを生成 |
167
- | `agent_debate_moderate` | 完全自動のディベートを実行。セッション作成、provider ラウンドの実行、専門エージェント選定の記録、合意検出を行い、要約のみ返す |
167
+ | `agent_debate_structured` | 承認ゲート付きの構造化ディベートを開始。個別レビュー、必要に応じた別名整理、投票集計ラウンドを行い、承認されるまで合成は書かれず `ready-for-approval` で待機 |
168
+ | `agent_debate_approve` | リーダーが `ready-for-approval` セッションを承認。合成ドキュメントを書き出してセッションを終了 |
169
+ | `agent_debate_continue` | `ready-for-approval`(または `escalated`)セッションに追加ラウンド(3/5/10)を実行 |
170
+ | `agent_debate_reject` | 合成を書かずに構造化ディベートセッションを却下 |
168
171
  | `agent_debate_review` | 文書を複数プロバイダーへ送り、独立したレビューを依頼 |
169
172
  | `agent_cross_validate` | 出力をクロスバリデーション(agent-tier validators のみ) |
170
173
  | `agent_changes_review` | 分離タスクでのファイル変更をレビュー |
package/README.ko.md CHANGED
@@ -205,7 +205,10 @@ Turborepo 모노레포, 9개 패키지:
205
205
  | `agent_debate_create` | 턴 기반 토론 세션 생성 (토론 ID 반환) |
206
206
  | `agent_debate_turn` | 공급자 1턴 실행; `provider: "claude"`로 Claude 독립 참여 지원 |
207
207
  | `agent_debate_conclude` | 토론 종료 및 최종 트랜스크립트 생성 |
208
- | `agent_debate_moderate` | 완전 자동화 토론 — 세션 생성, provider 라운드 실행, Specialist 선택 기록, 가능할 Claude host-backed 턴에 반영, 합의 검출, 요약만 반환 |
208
+ | `agent_debate_structured` | 승인 게이트 구조화 토론 시작 개별 리뷰, 선택적 별칭 정리, 투표 집계 라운드, 합성은 승인 전까지 작성되지 않음 (`ready-for-approval` 상태로 대기) |
209
+ | `agent_debate_approve` | 리더가 `ready-for-approval` 세션을 승인하여 합성 문서를 작성하고 세션을 종료 |
210
+ | `agent_debate_continue` | `ready-for-approval`(또는 `escalated`) 세션에 추가 라운드(3/5/10) 실행 |
211
+ | `agent_debate_reject` | 합성 없이 구조화 토론 세션 거부 |
209
212
  | `agent_debate_review` | 문서를 여러 공급자에게 독립적으로 리뷰 요청 |
210
213
  | `agent_cross_validate` | 출력 교차 검증 (에이전트 등급 검증자만 가능) |
211
214
  | `agent_changes_review` | 격리된 작업의 파일 변경 리뷰 |
package/README.md CHANGED
@@ -205,7 +205,10 @@ Turborepo monorepo with 9 packages:
205
205
  | `agent_debate_create` | Create a turn-based debate session (returns debate ID) |
206
206
  | `agent_debate_turn` | Execute one provider's turn; supports `provider: "claude"` for Claude's independent participation |
207
207
  | `agent_debate_conclude` | End a debate and generate final transcript |
208
- | `agent_debate_moderate` | Run a fully automated debate — creates session, runs provider rounds, records specialist selection, applies it to Claude's host-backed turn when available, detects consensus, returns summary only |
208
+ | `agent_debate_structured` | Start an approval-gated structured debate — individual reviews, optional alias clarification, rounds with vote aggregation, parks in `ready-for-approval` (no synthesis until approved) |
209
+ | `agent_debate_approve` | Leader-approve a ready-for-approval structured debate; writes the synthesis document and closes the session |
210
+ | `agent_debate_continue` | Run additional rounds on a ready-for-approval (or escalated) structured-debate session (3/5/10) |
211
+ | `agent_debate_reject` | Reject a structured-debate session without writing synthesis |
209
212
  | `agent_debate_review` | Send a document to multiple providers for independent review |
210
213
  | `agent_cross_validate` | Cross-validate outputs (agent-tier validators only) |
211
214
  | `agent_changes_review` | Review file changes from an isolated task |
package/README.zh.md CHANGED
@@ -164,7 +164,10 @@ Gemini 会结合仓库根目录下的 [GEMINI.md](GEMINI.md) 与 [`.gemini/comma
164
164
  | `agent_debate_create` | 创建回合制辩论会话(返回 debate ID) |
165
165
  | `agent_debate_turn` | 执行某个提供方的一回合;支持 `provider: "claude"` 让 Claude 独立参与 |
166
166
  | `agent_debate_conclude` | 结束辩论并生成最终转录 |
167
- | `agent_debate_moderate` | 运行全自动辩论:创建会话、执行 provider 轮次、记录专家代理选择、检测共识,仅返回摘要 |
167
+ | `agent_debate_structured` | 启动带审批闸门的结构化辩论:进行独立审查、可选别名整理、带投票聚合的多轮推进,合成在批准前不写入,会话停留在 `ready-for-approval` |
168
+ | `agent_debate_approve` | 领导者批准 `ready-for-approval` 会话;写入合成文档并结束会话 |
169
+ | `agent_debate_continue` | 对 `ready-for-approval`(或 `escalated`)会话追加轮次(3/5/10) |
170
+ | `agent_debate_reject` | 拒绝结构化辩论会话,不写入合成 |
168
171
  | `agent_debate_review` | 将文档发送给多个提供方进行独立审查 |
169
172
  | `agent_cross_validate` | 对输出进行交叉验证(仅限 agent-tier validators) |
170
173
  | `agent_changes_review` | 审查隔离任务中的文件变更 |