agestra 4.3.2 → 4.3.3

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agestra",
3
- "version": "4.3.2",
3
+ "version": "4.3.3",
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/README.ko.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  [English](README.md) | [한국어](README.ko.md)
9
9
 
10
- Agestra는 Ollama(로컬), Gemini CLI, Codex CLI를 Claude Code에 플러그형으로 연결합니다. 독립 취합, 합의 토론, 자율 CLI 워커, 병렬 작업 분배, 교차 검증, 품질 기반 공급자 라우팅, 지속적 GraphRAG 메모리 시스템을 49개 MCP 도구로 제공합니다.
10
+ Agestra는 Ollama(로컬), Gemini CLI, Codex CLI를 Claude Code에 플러그형으로 연결합니다. 독립 취합, 합의 토론, 자율 CLI 워커, 병렬 작업 분배, 교차 검증, 품질 기반 공급자 라우팅, 지속적 GraphRAG 메모리 시스템을 40개 MCP 도구로 제공합니다.
11
11
 
12
12
  ## 빠른 시작
13
13
 
@@ -75,6 +75,8 @@ Claude Code에서 실행:
75
75
  | `cancel` | 워커, 토론, 체인, 작업의 정상 종료 |
76
76
  | `build-fix` | 빌드/타입체크/린트 에러 자동 진단 및 수정 |
77
77
  | `trace` | 에이전트 실행 타임라인 및 흐름 다이어그램 조회 |
78
+ | `design` | 멀티 AI 모드 선택이 포함된 아키텍처 탐색 워크플로우 |
79
+ | `idea` | 멀티 AI 모드 선택이 포함된 개선점 발굴 워크플로우 |
78
80
 
79
81
  ---
80
82
 
@@ -91,7 +93,7 @@ Turborepo 모노레포, 8개 패키지:
91
93
  | `@agestra/agents` | 합의 검출 토론 엔진, 턴 품질 평가기, 작업 분배기, 교차 검증기, 작업 체인, 자동 QA, 파일 변경 추적기, 세션 관리자 |
92
94
  | `@agestra/workspace` | 코드 리뷰 워크플로우용 문서 관리자 |
93
95
  | `@agestra/memory` | GraphRAG — FTS5 + 벡터 + 지식 그래프 하이브리드 검색, 실패 추적 |
94
- | `@agestra/mcp-server` | MCP 프로토콜 레이어, 49개 도구, 디스패치 |
96
+ | `@agestra/mcp-server` | MCP 프로토콜 레이어, 40개 도구, 디스패치 |
95
97
 
96
98
  ### 설계 원칙
97
99
 
@@ -113,7 +115,7 @@ Turborepo 모노레포, 8개 패키지:
113
115
 
114
116
  ---
115
117
 
116
- ## 도구 (49개)
118
+ ## 도구 (40개)
117
119
 
118
120
  ### AI 채팅 (3개)
119
121
 
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  [English](README.md) | [한국어](README.ko.md)
9
9
 
10
- Agestra connects Ollama (local), Gemini CLI, and Codex CLI to Claude Code as pluggable providers, enabling multi-agent orchestration with independent aggregation, consensus debates, autonomous CLI workers, parallel task dispatch, cross-validation, quality-based provider routing, and a persistent GraphRAG memory system — all through 49 MCP tools.
10
+ Agestra connects Ollama (local), Gemini CLI, and Codex CLI to Claude Code as pluggable providers, enabling multi-agent orchestration with independent aggregation, consensus debates, autonomous CLI workers, parallel task dispatch, cross-validation, quality-based provider routing, and a persistent GraphRAG memory system — all through 40 MCP tools.
11
11
 
12
12
  ## Quick Start
13
13
 
@@ -75,6 +75,8 @@ Each command presents a choice:
75
75
  | `cancel` | Graceful stop for workers, debates, chains, tasks |
76
76
  | `build-fix` | Auto-diagnose and fix build/typecheck/lint errors |
77
77
  | `trace` | View agent execution timeline and flow diagrams |
78
+ | `design` | Architecture exploration workflow with multi-AI mode selection |
79
+ | `idea` | Improvement discovery workflow with multi-AI mode selection |
78
80
 
79
81
  ---
80
82
 
@@ -91,7 +93,7 @@ Turborepo monorepo with 8 packages:
91
93
  | `@agestra/agents` | Debate engine with consensus detection, turn quality evaluator, task dispatcher, cross-validator, task chain, auto-QA, file change tracker, session manager |
92
94
  | `@agestra/workspace` | Document manager for code review workflows |
93
95
  | `@agestra/memory` | GraphRAG — FTS5 + vector + knowledge graph hybrid search, dead-end tracking |
94
- | `@agestra/mcp-server` | MCP protocol layer, 49 tools, dispatch |
96
+ | `@agestra/mcp-server` | MCP protocol layer, 40 tools, dispatch |
95
97
 
96
98
  ### Design Principles
97
99
 
@@ -113,7 +115,7 @@ Turborepo monorepo with 8 packages:
113
115
 
114
116
  ---
115
117
 
116
- ## Tools (49)
118
+ ## Tools (40)
117
119
 
118
120
  ### AI Chat (3)
119
121