agestra 4.13.0 → 4.13.2
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/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/README.ja.md +34 -12
- package/README.ko.md +44 -61
- package/README.md +43 -62
- package/README.zh.md +34 -12
- package/agents/agestra-designer.md +1 -1
- package/agents/agestra-ideator.md +1 -1
- package/agents/agestra-moderator.md +1 -2
- package/agents/agestra-qa.md +22 -10
- package/agents/agestra-reviewer.md +1 -1
- package/agents/agestra-security.md +1 -1
- package/agents/agestra-team-lead.md +85 -23
- package/commands/implement.md +13 -3
- package/commands/qa.md +11 -4
- package/dist/bundle.js +1 -1
- package/package.json +1 -1
- package/scripts/host-assets/categories.mjs +156 -0
package/README.ja.md
CHANGED
|
@@ -50,7 +50,7 @@ npm install -g agestra
|
|
|
50
50
|
agestra-install gemini --assets --scope user
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
Gemini ではリポジトリ直下の [GEMINI.md](GEMINI.md)
|
|
53
|
+
Gemini ではリポジトリ直下の [GEMINI.md](GEMINI.md)、[`.gemini/commands/agestra/`](.gemini/commands/agestra)、生成された skills を一緒に使います。project scope の `--assets` は管理ファイルを書き込み、user scope の `--assets` は Agestra Gemini native extension をインストールします。MCP 登録だけでよい場合は `npm run install:gemini` または `agestra-install gemini` を使ってください。`npm run install:gemini:assets` はデフォルトで user scope を使うため、チェックアウトから project-scope の管理ファイルを入れる場合は `node scripts/install-host-mcp.mjs gemini --assets --scope project` を実行してください。
|
|
54
54
|
|
|
55
55
|
セットアップ後に利用できる Gemini コマンド:
|
|
56
56
|
|
|
@@ -59,6 +59,8 @@ Gemini ではリポジトリ直下の [GEMINI.md](GEMINI.md) と、[`.gemini/com
|
|
|
59
59
|
- `/agestra:design`
|
|
60
60
|
- `/agestra:idea`
|
|
61
61
|
- `/agestra:implement`
|
|
62
|
+
- `/agestra:qa`
|
|
63
|
+
- `/agestra:security`
|
|
62
64
|
|
|
63
65
|
### 前提条件
|
|
64
66
|
|
|
@@ -83,9 +85,9 @@ Gemini ではリポジトリ直下の [GEMINI.md](GEMINI.md) と、[`.gemini/com
|
|
|
83
85
|
|
|
84
86
|
| ホスト | 自然な入口 |
|
|
85
87
|
|--------|------------|
|
|
86
|
-
| Claude Code | `/agestra review`, `/agestra design`, `/agestra idea`, `/agestra implement` |
|
|
88
|
+
| Claude Code | `/agestra setup`, `/agestra review`, `/agestra qa`, `/agestra security`, `/agestra design`, `/agestra idea`, `/agestra implement` |
|
|
87
89
|
| Codex CLI | `AGENTS.md` に沿った自然言語リクエスト |
|
|
88
|
-
| Gemini CLI | `/agestra:review`, `/agestra:design`, `/agestra:idea`, `/agestra:implement` |
|
|
90
|
+
| Gemini CLI | `/agestra:setup`, `/agestra:review`, `/agestra:qa`, `/agestra:security`, `/agestra:design`, `/agestra:idea`, `/agestra:implement` |
|
|
89
91
|
|
|
90
92
|
3 つのホストはすべて同じ MCP サーバーと `commands/*.md` の共通ワークフロー仕様を利用します。
|
|
91
93
|
|
|
@@ -93,24 +95,29 @@ Gemini ではリポジトリ直下の [GEMINI.md](GEMINI.md) と、[`.gemini/com
|
|
|
93
95
|
|
|
94
96
|
| コマンド | 説明 |
|
|
95
97
|
|----------|------|
|
|
98
|
+
| `/agestra setup` | 初期 AI プロバイダー選択とセットアップ |
|
|
96
99
|
| `/agestra review [target]` | コード品質、セキュリティ、統合の完成度をレビュー |
|
|
100
|
+
| `/agestra qa [target]` | 実装結果を検証し、PASS/FAIL の根拠を生成 |
|
|
101
|
+
| `/agestra security [target]` | 専用のセキュリティレビューを実行 |
|
|
97
102
|
| `/agestra idea [topic]` | 類似プロジェクトとの比較から改善案を発見 |
|
|
98
103
|
| `/agestra design [subject]` | 実装前にアーキテクチャと設計上のトレードオフを探索 |
|
|
99
|
-
| `/agestra setup` | 初期 AI プロバイダー選択とセットアップ |
|
|
100
104
|
| `/agestra implement [task]` | Claude only または Multi-AI モードで実装を進める |
|
|
101
105
|
|
|
102
|
-
|
|
106
|
+
外部プロバイダーが利用可能な場合、review、QA、security、design、idea ワークフローは team-lead を通じてマルチ AI クロスバリデーションへルーティングされます。プロバイダーが検出されない場合、現在のホストのローカル specialist agent が自動的に処理します。
|
|
103
107
|
|
|
104
108
|
## エージェント
|
|
105
109
|
|
|
106
110
|
| エージェント | モデル | 役割 |
|
|
107
111
|
|--------------|--------|------|
|
|
108
112
|
| `agestra-team-lead` | Sonnet | フルオーケストレーター — 環境チェック、品質ベースのプロバイダー選択、作業モード選定、CLI ワーカー監督、QA ループ |
|
|
113
|
+
| `agestra-implementer` | Sonnet | スコープ付き実装実行役 — コード変更、テスト更新、ローカル検証 |
|
|
114
|
+
| `agestra-e2e-writer` | Sonnet | 永続 E2E テスト作成役 — 承認済みブラウザフローテストのみ作成 |
|
|
109
115
|
| `agestra-reviewer` | Opus | 厳格な品質検証役 — セキュリティ、孤立コード、仕様逸脱、テスト不足を確認 |
|
|
110
116
|
| `agestra-designer` | Opus | アーキテクチャ探索役 — ソクラテス式質問、トレードオフ分析 |
|
|
111
117
|
| `agestra-ideator` | Sonnet | 改善案発見役 — Web 調査、競合分析 |
|
|
112
118
|
| `agestra-moderator` | Sonnet | マルチモード進行役 — 合意検出付きディベート、独立集約、ドキュメントレビュー、衝突解決 |
|
|
113
119
|
| `agestra-qa` | Opus | QA 検証役 — 設計準拠の確認、PASS/FAIL 判定 |
|
|
120
|
+
| `agestra-security` | Opus | セキュリティレビュー役 — 脅威モデル、認証/データフローリスク、依存関係とシークレット衛生 |
|
|
114
121
|
|
|
115
122
|
## スキル
|
|
116
123
|
|
|
@@ -125,6 +132,9 @@ Gemini ではリポジトリ直下の [GEMINI.md](GEMINI.md) と、[`.gemini/com
|
|
|
125
132
|
| `design` | Multi-AI モード選択を含む設計探索ワークフロー |
|
|
126
133
|
| `idea` | Multi-AI モード選択を含む改善案発見ワークフロー |
|
|
127
134
|
| `review` | Multi-AI モード選択を含むコード品質・セキュリティ・ハードコーディングレビューワークフロー |
|
|
135
|
+
| `qa` | 設計契約検証と PASS/FAIL 根拠生成ワークフロー |
|
|
136
|
+
| `security` | 専用セキュリティレビューワークフロー |
|
|
137
|
+
| `e2e` | 永続ブラウザ E2E テスト作成ワークフロー |
|
|
128
138
|
| `leader` | マルチAI/プロバイダーオーケストレーションのエントリーポイント — 明示的なプロバイダー、ディベート、合意形成、相互検証シグナルを検知し、ドメイン分類後 `agestra-team-lead` へ委譲 |
|
|
129
139
|
|
|
130
140
|
---
|
|
@@ -147,7 +157,7 @@ Turborepo モノレポで、8 パッケージ構成です:
|
|
|
147
157
|
|
|
148
158
|
- **Provider abstraction** — すべてのバックエンドは `AIProvider`(`chat`, `healthCheck`, `getCapabilities`)を実装します。新規プロバイダー追加は専用パッケージとファクトリ登録に分離されます。
|
|
149
159
|
- **Zero-config** — プロバイダーは起動時に自動検出されます。手動設定は不要です。
|
|
150
|
-
- **Host-native** — Claude はプラグインバンドル、Codex は `AGENTS.md
|
|
160
|
+
- **Host-native** — Claude はプラグインバンドル、Codex は `AGENTS.md` と custom agents、Gemini は `GEMINI.md`、commands、skills、または native extension を使います。すべてのホストは同じ MCP サーバーとワークフローコアを共有します。
|
|
151
161
|
- **Modular dispatch** — 各ツールカテゴリは `getTools()` + `handleTool()` を持つ独立モジュールです。サーバーが動的に収集してディスパッチします。
|
|
152
162
|
- **Atomic writes** — すべてのファイル操作は一時ファイルへの書き込み後に rename する方式で、破損を防ぎます。
|
|
153
163
|
- **Dead-end tracking** — 失敗したアプローチは記録され、今後のプロンプトに注入されます。
|
|
@@ -155,11 +165,11 @@ Turborepo モノレポで、8 パッケージ構成です:
|
|
|
155
165
|
|
|
156
166
|
### 作業モード
|
|
157
167
|
|
|
158
|
-
**Text work
|
|
168
|
+
**Text work**(レビュー、QA、セキュリティ、設計、アイデア): プロバイダーあり → 徹底討論モード; なし → Claude only
|
|
159
169
|
|
|
160
170
|
**Implementation work**(team-lead orchestration):
|
|
161
|
-
- **Claude
|
|
162
|
-
-
|
|
171
|
+
- **Claude のみ** — Claude がプロジェクト/グローバルエージェントを使って直接実装します。
|
|
172
|
+
- **他の AI と併用** — CLI ワーカー(Codex/Gemini)が分離された git worktree で自律的にコーディングし、Ollama が簡単なタスクを担当し、Claude が監督・統合します。
|
|
163
173
|
|
|
164
174
|
---
|
|
165
175
|
|
|
@@ -237,7 +247,7 @@ Turborepo モノレポで、8 パッケージ構成です:
|
|
|
237
247
|
|
|
238
248
|
| ツール | 説明 |
|
|
239
249
|
|--------|------|
|
|
240
|
-
| `host_assets_status` | Codex custom agents などの生成済みホストネイティブアセットを確認 |
|
|
250
|
+
| `host_assets_status` | Codex custom agents や Gemini assets などの生成済みホストネイティブアセットを確認 |
|
|
241
251
|
| `host_assets_install` | 管理対象のホストネイティブアセットを明示的にインストールまたは更新 |
|
|
242
252
|
| `host_assets_uninstall` | Agestra が追跡する管理対象ホストネイティブアセットを削除 |
|
|
243
253
|
|
|
@@ -326,21 +336,30 @@ agestra/
|
|
|
326
336
|
├── .gemini/
|
|
327
337
|
│ └── commands/
|
|
328
338
|
│ └── agestra/
|
|
339
|
+
│ ├── setup.toml # Gemini CLI の /agestra:setup
|
|
329
340
|
│ ├── review.toml # Gemini CLI の /agestra:review
|
|
330
341
|
│ ├── design.toml # Gemini CLI の /agestra:design
|
|
331
342
|
│ ├── idea.toml # Gemini CLI の /agestra:idea
|
|
332
|
-
│
|
|
343
|
+
│ ├── implement.toml # Gemini CLI の /agestra:implement
|
|
344
|
+
│ ├── qa.toml # Gemini CLI の /agestra:qa
|
|
345
|
+
│ └── security.toml # Gemini CLI の /agestra:security
|
|
333
346
|
├── commands/
|
|
347
|
+
│ ├── setup.md # /agestra setup — プロバイダー設定
|
|
334
348
|
│ ├── review.md # /agestra review — 品質検証
|
|
349
|
+
│ ├── qa.md # /agestra qa — PASS/FAIL 検証
|
|
350
|
+
│ ├── security.md # /agestra security — セキュリティレビュー
|
|
335
351
|
│ ├── idea.md # /agestra idea — 改善案探索
|
|
336
352
|
│ ├── design.md # /agestra design — アーキテクチャ探索
|
|
337
353
|
│ └── implement.md # /agestra implement — 実装ワークフロー
|
|
338
354
|
├── agents/
|
|
355
|
+
│ ├── agestra-implementer.md # スコープ付き実装実行役(Sonnet)
|
|
356
|
+
│ ├── agestra-e2e-writer.md # 永続 E2E テスト作成役(Sonnet)
|
|
339
357
|
│ ├── agestra-reviewer.md # 厳格な品質検証役(Opus)
|
|
340
358
|
│ ├── agestra-designer.md # アーキテクチャ探索役(Opus)
|
|
341
359
|
│ ├── agestra-ideator.md # 改善案発見役(Sonnet)
|
|
342
360
|
│ ├── agestra-moderator.md # マルチモード進行役(Sonnet)
|
|
343
361
|
│ ├── agestra-qa.md # QA 検証役(Opus、コード書き込みなし)
|
|
362
|
+
│ ├── agestra-security.md # セキュリティレビュー役(Opus)
|
|
344
363
|
│ └── agestra-team-lead.md # フルオーケストレーター(Sonnet、コード書き込みなし)
|
|
345
364
|
├── skills/
|
|
346
365
|
│ ├── provider-guide.md # プロバイダー選択とモード参照
|
|
@@ -352,6 +371,9 @@ agestra/
|
|
|
352
371
|
│ ├── design.md # 設計探索ワークフロー
|
|
353
372
|
│ ├── idea.md # 改善案発見ワークフロー
|
|
354
373
|
│ ├── review.md # コード品質レビューワークフロー
|
|
374
|
+
│ ├── qa.md # 設計契約 QA ワークフロー
|
|
375
|
+
│ ├── security.md # 専用セキュリティレビューワークフロー
|
|
376
|
+
│ ├── e2e.md # 永続 E2E テスト作成ワークフロー
|
|
355
377
|
│ └── leader.md # マルチAIオーケストレーションルーター
|
|
356
378
|
├── hooks/
|
|
357
379
|
│ └── user-prompt-submit.md # ツール推奨フック
|
|
@@ -403,7 +425,7 @@ npm run uninstall:gemini
|
|
|
403
425
|
npm run uninstall:gemini:assets
|
|
404
426
|
```
|
|
405
427
|
|
|
406
|
-
`*:assets`
|
|
428
|
+
`*:assets` のアンインストールは、ホスト登録と未変更の生成済みホスト資産を一緒に削除します。Codex assets は custom-agent ファイルです。Gemini project-scope assets は管理ファイルで、Gemini user-scope assets は `gemini extensions uninstall agestra` で削除されます。ユーザーが生成済み資産を編集していた場合、Agestra はそのファイルを残して報告します。グローバル npm インストールでは `agestra-uninstall codex --assets` または `agestra-uninstall gemini --assets --scope user` を使ってください。
|
|
407
429
|
|
|
408
430
|
生成済みのプロジェクトデータも削除したい場合は、`.agestra/` ディレクトリを手動で削除してください。
|
|
409
431
|
|
package/README.ko.md
CHANGED
|
@@ -11,70 +11,34 @@ Agestra는 Claude 호스트, Ollama(로컬), Gemini CLI, Codex CLI를 플러그
|
|
|
11
11
|
|
|
12
12
|
## 빠른 시작
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
먼저 사용할 호스트를 고르세요. 호스트 네이티브 커맨드/에이전트까지 설치하려면 `--assets` 경로를 쓰고, 서버 연결만 필요하면 MCP-only 등록을 쓰면 됩니다.
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
/plugin install agestra@agestra
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
Claude는 기존 플러그인 설치 UX를 그대로 유지합니다. Agestra가 첫 사용 시 `environment_check`로 사용 가능한 공급자(Claude 호스트, Ollama, Gemini CLI, Codex CLI)를 자동 감지합니다.
|
|
22
|
-
|
|
23
|
-
### Codex CLI
|
|
16
|
+
| 호스트 | 이 저장소에서 설치 | 전역 npm 패키지에서 설치 | `--assets`가 추가하는 것 |
|
|
17
|
+
|--------|--------------------|--------------------------|--------------------------|
|
|
18
|
+
| Claude Code | `/plugin marketplace add mua-vtuber/Agestra` 후 `/plugin install agestra@agestra` | 같은 플러그인 흐름 | 플러그인 번들, 커맨드, 에이전트, hook, MCP 서버 |
|
|
19
|
+
| Codex CLI | `npm run bundle` 후 `npm run install:codex:assets` | `npm install -g agestra` 후 `agestra-install codex --assets` | `.codex/agents/` 아래 생성형 custom agent |
|
|
20
|
+
| Gemini CLI | `npm run bundle` 후 `npm run install:gemini:assets` | `npm install -g agestra` 후 `agestra-install gemini --assets --scope user` | project scope에서는 관리 파일, user scope에서는 native `agestra` Gemini extension |
|
|
24
21
|
|
|
25
|
-
|
|
22
|
+
MCP-only 등록도 가능합니다:
|
|
26
23
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
npm run install:codex:
|
|
30
|
-
|
|
24
|
+
| 호스트 | 저장소 패키지 | 체크아웃에서 전역 패키지 등록 |
|
|
25
|
+
|--------|---------------|-------------------------------|
|
|
26
|
+
| Codex CLI | `npm run install:codex` | `npm run install:codex:global` |
|
|
27
|
+
| Gemini CLI | `npm run install:gemini` | `npm run install:gemini:global` |
|
|
31
28
|
|
|
32
|
-
|
|
29
|
+
Claude는 네이티브 플러그인 UX를 그대로 사용합니다. Codex는 [AGENTS.md](AGENTS.md), 생성된 custom agent, 등록된 `agestra` MCP 서버를 함께 사용합니다. Gemini는 [GEMINI.md](GEMINI.md), `.gemini/commands/agestra/`, 생성된 skills, 그리고 project-scope 관리 파일 또는 user-scope native extension을 함께 사용합니다.
|
|
33
30
|
|
|
34
|
-
|
|
35
|
-
npm install -g agestra
|
|
36
|
-
agestra-install codex --assets
|
|
37
|
-
```
|
|
31
|
+
참고: `npm run install:gemini:assets`는 기본적으로 user scope를 사용합니다. 체크아웃에서 project-scope Gemini 관리 파일을 설치하려면 `node scripts/install-host-mcp.mjs gemini --assets --scope project`를 실행하세요.
|
|
38
32
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
```
|
|
42
|
-
npm run install:codex:global
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
Codex는 저장소 루트의 [AGENTS.md](AGENTS.md)와 등록된 `agestra` MCP 서버를 함께 사용합니다. 생성형 Codex custom agent에는 `--assets` 경로가 필요하며, 이 경로가 `.codex/agents/` 아래에 agent를 설치하고 Agestra host-asset manifest에 기록합니다. custom agent 없이 MCP만 등록하려면 `npm run install:codex` 또는 `agestra-install codex`를 사용하세요.
|
|
46
|
-
|
|
47
|
-
### Gemini CLI
|
|
48
|
-
|
|
49
|
-
저장소 체크아웃 기준:
|
|
50
|
-
|
|
51
|
-
```
|
|
52
|
-
npm run bundle
|
|
53
|
-
npm run install:gemini:assets
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
전역 npm 패키지 기준:
|
|
57
|
-
|
|
58
|
-
```
|
|
59
|
-
npm install -g agestra
|
|
60
|
-
agestra-install gemini --assets --scope user
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
저장소에서 작업 중이지만 전역 npm 패키지를 MCP만 등록하고 싶다면:
|
|
64
|
-
|
|
65
|
-
```
|
|
66
|
-
npm run install:gemini:global
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
Gemini는 저장소 루트의 [GEMINI.md](GEMINI.md)와 [`.gemini/commands/agestra/`](.gemini/commands/agestra) 프로젝트 커맨드를 함께 사용합니다. user scope의 `--assets` 경로는 Agestra Gemini native extension을 설치합니다. MCP만 등록하려면 `npm run install:gemini` 또는 `agestra-install gemini`를 사용하세요.
|
|
70
|
-
|
|
71
|
-
설치 후 Gemini에서 사용할 수 있는 명령:
|
|
33
|
+
Assets 설치 후 Gemini에서 사용할 수 있는 명령:
|
|
72
34
|
|
|
73
35
|
- `/agestra:setup`
|
|
74
36
|
- `/agestra:review`
|
|
75
37
|
- `/agestra:design`
|
|
76
38
|
- `/agestra:idea`
|
|
77
39
|
- `/agestra:implement`
|
|
40
|
+
- `/agestra:qa`
|
|
41
|
+
- `/agestra:security`
|
|
78
42
|
|
|
79
43
|
### 사전 요구사항
|
|
80
44
|
|
|
@@ -110,9 +74,9 @@ winget install BurntSushi.ripgrep.MSVC
|
|
|
110
74
|
|
|
111
75
|
| 호스트 | 자연스러운 진입 방식 |
|
|
112
76
|
|--------|----------------------|
|
|
113
|
-
| Claude Code | `/agestra review`, `/agestra design`, `/agestra idea`, `/agestra implement` |
|
|
77
|
+
| Claude Code | `/agestra setup`, `/agestra review`, `/agestra qa`, `/agestra security`, `/agestra design`, `/agestra idea`, `/agestra implement` |
|
|
114
78
|
| Codex CLI | `AGENTS.md`에 맞춘 자연어 요청 |
|
|
115
|
-
| Gemini CLI | `/agestra:review`, `/agestra:design`, `/agestra:idea`, `/agestra:implement` |
|
|
79
|
+
| Gemini CLI | `/agestra:setup`, `/agestra:review`, `/agestra:qa`, `/agestra:security`, `/agestra:design`, `/agestra:idea`, `/agestra:implement` |
|
|
116
80
|
|
|
117
81
|
세 호스트 모두 같은 MCP 서버와 `commands/*.md` 공유 워크플로우를 사용합니다.
|
|
118
82
|
|
|
@@ -120,24 +84,29 @@ winget install BurntSushi.ripgrep.MSVC
|
|
|
120
84
|
|
|
121
85
|
| 커맨드 | 설명 |
|
|
122
86
|
|--------|------|
|
|
87
|
+
| `/agestra setup` | 초기 AI 공급자 선택 및 설정 |
|
|
123
88
|
| `/agestra review [대상]` | 코드 품질, 보안, 통합 완성도 검증 |
|
|
89
|
+
| `/agestra qa [대상]` | 구현 결과를 검증하고 PASS/FAIL 근거 생성 |
|
|
90
|
+
| `/agestra security [대상]` | 전용 보안 리뷰 실행 |
|
|
124
91
|
| `/agestra idea [주제]` | 유사 프로젝트 비교를 통한 개선점 발굴 |
|
|
125
92
|
| `/agestra design [주제]` | 구현 전 아키텍처 및 설계 트레이드오프 탐색 |
|
|
126
|
-
| `/agestra setup` | 초기 AI 공급자 선택 및 설정 |
|
|
127
93
|
| `/agestra implement [작업]` | Claude only 또는 Multi-AI 모드로 실제 구현 진행 |
|
|
128
94
|
|
|
129
|
-
외부 공급자가 있으면
|
|
95
|
+
외부 공급자가 있으면 review, QA, security, design, idea 워크플로우는 team-lead를 통해 멀티 AI 교차 검증으로 라우팅됩니다. 공급자가 없으면 현재 호스트의 로컬 specialist agent가 자동으로 처리합니다.
|
|
130
96
|
|
|
131
97
|
## 에이전트
|
|
132
98
|
|
|
133
99
|
| 에이전트 | 모델 | 역할 |
|
|
134
100
|
|----------|------|------|
|
|
135
101
|
| `agestra-team-lead` | Sonnet | 풀 오케스트레이터 — 환경 체크, 품질 기반 공급자 라우팅, 작업 모드 선택, CLI 워커 감독, QA 루프 |
|
|
102
|
+
| `agestra-implementer` | Sonnet | 제한된 구현 실행자 — 코드 수정, 테스트 갱신, 로컬 검증 |
|
|
103
|
+
| `agestra-e2e-writer` | Sonnet | 지속 E2E 테스트 작성자 — 승인된 브라우저 플로우 테스트만 작성 |
|
|
136
104
|
| `agestra-reviewer` | Opus | 엄격한 품질 검증 — 보안, 고아 시스템, 스펙 이탈, 테스트 공백 |
|
|
137
105
|
| `agestra-designer` | Opus | 아키텍처 탐색 — 소크라테스식 질문, 트레이드오프 분석 |
|
|
138
106
|
| `agestra-ideator` | Sonnet | 개선점 발굴 — 웹 리서치, 경쟁 분석 |
|
|
139
107
|
| `agestra-moderator` | Sonnet | 다목적 진행자 — 합의 검출 토론, 독립 취합, 문서 라운드 리뷰, 충돌 해결 |
|
|
140
108
|
| `agestra-qa` | Opus | QA 검증 — 설계 준수, PASS/FAIL 판정 |
|
|
109
|
+
| `agestra-security` | Opus | 보안 리뷰 — 위협 모델, 인증/데이터 흐름 위험, 의존성·시크릿 위생 |
|
|
141
110
|
|
|
142
111
|
## 스킬
|
|
143
112
|
|
|
@@ -152,6 +121,9 @@ winget install BurntSushi.ripgrep.MSVC
|
|
|
152
121
|
| `design` | 멀티 AI 모드 선택이 포함된 아키텍처 탐색 워크플로우 |
|
|
153
122
|
| `idea` | 멀티 AI 모드 선택이 포함된 개선점 발굴 워크플로우 |
|
|
154
123
|
| `review` | 멀티 AI 모드 선택이 포함된 코드 품질·보안·하드코딩 리뷰 워크플로우 |
|
|
124
|
+
| `qa` | 설계 계약 검증 및 PASS/FAIL 근거 생성 워크플로우 |
|
|
125
|
+
| `security` | 전용 보안 리뷰 워크플로우 |
|
|
126
|
+
| `e2e` | 지속 브라우저 E2E 테스트 작성 워크플로우 |
|
|
155
127
|
| `leader` | 멀티 AI/프로바이더 오케스트레이션 진입점 — 명시적인 프로바이더, 토론, 합의, 교차 검증 신호를 잡아 도메인을 분류한 뒤 `agestra-team-lead`에 위임 |
|
|
156
128
|
|
|
157
129
|
---
|
|
@@ -174,7 +146,7 @@ Turborepo 모노레포, 8개 패키지:
|
|
|
174
146
|
|
|
175
147
|
- **공급자 추상화** — 모든 백엔드가 `AIProvider`(`chat`, `healthCheck`, `getCapabilities`)를 구현. 새 공급자 추가는 전용 패키지 구현과 팩토리 등록으로 분리됩니다.
|
|
176
148
|
- **제로 설정** — 시작 시 공급자를 자동 감지. 수동 설정 불필요.
|
|
177
|
-
- **호스트 네이티브** — Claude는 플러그인 번들을, Codex는 `AGENTS.md
|
|
149
|
+
- **호스트 네이티브** — Claude는 플러그인 번들을, Codex는 `AGENTS.md`와 custom agents를, Gemini는 `GEMINI.md`, commands, skills 또는 native extension을 사용합니다. 모든 호스트는 같은 MCP 서버와 워크플로우 코어를 공유합니다.
|
|
178
150
|
- **모듈형 디스패치** — 각 도구 카테고리가 `getTools()` + `handleTool()`을 내보내는 독립 모듈. 서버가 동적으로 수집·디스패치.
|
|
179
151
|
- **원자적 쓰기** — 모든 파일 연산이 임시 파일 → rename 방식. 크래시 시 손상 방지.
|
|
180
152
|
- **실패 추적** — 실패한 접근법이 자동 기록, 이후 프롬프트에 주입.
|
|
@@ -182,7 +154,7 @@ Turborepo 모노레포, 8개 패키지:
|
|
|
182
154
|
|
|
183
155
|
### 작업 모드
|
|
184
156
|
|
|
185
|
-
**텍스트 작업** (리뷰, 설계, 아이디어): 공급자 있으면 → 끝장토론; 없으면 → Claude only
|
|
157
|
+
**텍스트 작업** (리뷰, QA, 보안, 설계, 아이디어): 공급자 있으면 → 끝장토론; 없으면 → Claude only
|
|
186
158
|
|
|
187
159
|
**구현 작업** (team-lead 오케스트레이션):
|
|
188
160
|
- **Claude만으로** — Claude가 프로젝트/전역 에이전트를 활용해 직접 구현.
|
|
@@ -264,7 +236,7 @@ Turborepo 모노레포, 8개 패키지:
|
|
|
264
236
|
|
|
265
237
|
| 도구 | 설명 |
|
|
266
238
|
|------|------|
|
|
267
|
-
| `host_assets_status` | Codex custom agents 같은 생성된 호스트 네이티브 자산 상태 확인 |
|
|
239
|
+
| `host_assets_status` | Codex custom agents, Gemini assets 같은 생성된 호스트 네이티브 자산 상태 확인 |
|
|
268
240
|
| `host_assets_install` | 관리되는 호스트 네이티브 자산을 명시적으로 설치 또는 갱신 |
|
|
269
241
|
| `host_assets_uninstall` | Agestra가 추적하는 관리형 호스트 네이티브 자산 제거 |
|
|
270
242
|
|
|
@@ -357,9 +329,14 @@ agestra/
|
|
|
357
329
|
│ ├── review.toml # Gemini CLI의 /agestra:review
|
|
358
330
|
│ ├── design.toml # Gemini CLI의 /agestra:design
|
|
359
331
|
│ ├── idea.toml # Gemini CLI의 /agestra:idea
|
|
360
|
-
│
|
|
332
|
+
│ ├── implement.toml # Gemini CLI의 /agestra:implement
|
|
333
|
+
│ ├── qa.toml # Gemini CLI의 /agestra:qa
|
|
334
|
+
│ └── security.toml # Gemini CLI의 /agestra:security
|
|
361
335
|
├── commands/
|
|
336
|
+
│ ├── setup.md # /agestra setup — 공급자 설정
|
|
362
337
|
│ ├── review.md # /agestra review — 품질 검증
|
|
338
|
+
│ ├── qa.md # /agestra qa — PASS/FAIL 검증
|
|
339
|
+
│ ├── security.md # /agestra security — 보안 리뷰
|
|
363
340
|
│ ├── idea.md # /agestra idea — 개선점 발굴
|
|
364
341
|
│ ├── design.md # /agestra design — 아키텍처 탐색
|
|
365
342
|
│ └── implement.md # /agestra implement — 실제 구현 진행
|
|
@@ -367,8 +344,11 @@ agestra/
|
|
|
367
344
|
│ ├── agestra-reviewer.md # 엄격한 품질 검증자 (Opus)
|
|
368
345
|
│ ├── agestra-designer.md # 아키텍처 탐색자 (Opus)
|
|
369
346
|
│ ├── agestra-ideator.md # 개선점 발굴자 (Sonnet)
|
|
347
|
+
│ ├── agestra-implementer.md # 제한된 구현 실행자 (Sonnet)
|
|
348
|
+
│ ├── agestra-e2e-writer.md # 지속 E2E 테스트 작성자 (Sonnet)
|
|
370
349
|
│ ├── agestra-moderator.md # 다목적 진행자 (Sonnet)
|
|
371
350
|
│ ├── agestra-qa.md # QA 검증자 (Opus, 코드 쓰기 불가)
|
|
351
|
+
│ ├── agestra-security.md # 보안 리뷰어 (Opus)
|
|
372
352
|
│ └── agestra-team-lead.md # 풀 오케스트레이터 (Sonnet, 코드 쓰기 불가)
|
|
373
353
|
├── skills/
|
|
374
354
|
│ ├── provider-guide.md # 공급자 라우팅 및 모드 참조
|
|
@@ -380,6 +360,9 @@ agestra/
|
|
|
380
360
|
│ ├── design.md # 아키텍처 탐색 워크플로우
|
|
381
361
|
│ ├── idea.md # 개선점 발굴 워크플로우
|
|
382
362
|
│ ├── review.md # 코드 품질 리뷰 워크플로우
|
|
363
|
+
│ ├── qa.md # 설계 계약 QA 워크플로우
|
|
364
|
+
│ ├── security.md # 전용 보안 리뷰 워크플로우
|
|
365
|
+
│ ├── e2e.md # 지속 E2E 테스트 작성 워크플로우
|
|
383
366
|
│ └── leader.md # 멀티 AI 오케스트레이션 라우터
|
|
384
367
|
├── hooks/
|
|
385
368
|
│ └── user-prompt-submit.md # 도구 추천 hook
|
|
@@ -431,7 +414,7 @@ npm run uninstall:gemini
|
|
|
431
414
|
npm run uninstall:gemini:assets
|
|
432
415
|
```
|
|
433
416
|
|
|
434
|
-
`*:assets` 제거 명령은 호스트 등록과 변경되지 않은 생성형 호스트 자산을 함께 제거합니다. 사용자가 생성된 자산을 수정했다면 Agestra는 삭제하지 않고 남겨둔 파일을 보고합니다. 전역 npm 설치에서는 `agestra-uninstall codex --assets` 또는 `agestra-uninstall gemini --assets --scope user`를 사용하세요.
|
|
417
|
+
`*:assets` 제거 명령은 호스트 등록과 변경되지 않은 생성형 호스트 자산을 함께 제거합니다. Codex 자산은 custom-agent 파일입니다. Gemini project-scope 자산은 관리 파일이고, Gemini user-scope 자산은 `gemini extensions uninstall agestra`로 제거됩니다. 사용자가 생성된 자산을 수정했다면 Agestra는 삭제하지 않고 남겨둔 파일을 보고합니다. 전역 npm 설치에서는 `agestra-uninstall codex --assets` 또는 `agestra-uninstall gemini --assets --scope user`를 사용하세요.
|
|
435
418
|
|
|
436
419
|
프로젝트에 생성된 데이터까지 지우려면 `.agestra/` 디렉터리를 수동으로 삭제하세요.
|
|
437
420
|
|
package/README.md
CHANGED
|
@@ -11,70 +11,34 @@ Agestra connects the Claude host, Ollama (local), Gemini CLI, and Codex CLI as p
|
|
|
11
11
|
|
|
12
12
|
## Quick Start
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
Pick the host you work in first. Use the `--assets` path when you want the host-native commands/agents installed too; use MCP-only registration when you only need the server connection.
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
/plugin install agestra@agestra
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
Claude keeps the existing plugin UX. Agestra auto-detects available providers (Claude host, Ollama, Gemini CLI, Codex CLI) on first use via `environment_check`.
|
|
22
|
-
|
|
23
|
-
### Codex CLI
|
|
16
|
+
| Host | From this repository | From global npm | What `--assets` adds |
|
|
17
|
+
|------|----------------------|-----------------|----------------------|
|
|
18
|
+
| Claude Code | `/plugin marketplace add mua-vtuber/Agestra` then `/plugin install agestra@agestra` | same plugin flow | Plugin bundle, commands, agents, hooks, and MCP server together |
|
|
19
|
+
| Codex CLI | `npm run bundle` then `npm run install:codex:assets` | `npm install -g agestra` then `agestra-install codex --assets` | Generated custom agents under `.codex/agents/` |
|
|
20
|
+
| Gemini CLI | `npm run bundle` then `npm run install:gemini:assets` | `npm install -g agestra` then `agestra-install gemini --assets --scope user` | Project assets for project scope, or the native `agestra` Gemini extension for user scope |
|
|
24
21
|
|
|
25
|
-
|
|
22
|
+
MCP-only registration is also available:
|
|
26
23
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
npm run install:codex:
|
|
30
|
-
|
|
24
|
+
| Host | Repository package | Global package from a checkout |
|
|
25
|
+
|------|--------------------|--------------------------------|
|
|
26
|
+
| Codex CLI | `npm run install:codex` | `npm run install:codex:global` |
|
|
27
|
+
| Gemini CLI | `npm run install:gemini` | `npm run install:gemini:global` |
|
|
31
28
|
|
|
32
|
-
|
|
29
|
+
Claude keeps the native plugin UX. Codex combines [AGENTS.md](AGENTS.md), generated custom agents, and the registered `agestra` MCP server. Gemini combines [GEMINI.md](GEMINI.md), `.gemini/commands/agestra/`, generated skills, and either project-scope managed files or a user-scope native extension.
|
|
33
30
|
|
|
34
|
-
|
|
35
|
-
npm install -g agestra
|
|
36
|
-
agestra-install codex --assets
|
|
37
|
-
```
|
|
31
|
+
Note: `npm run install:gemini:assets` uses user scope by default. For project-scope managed Gemini files from a checkout, run `node scripts/install-host-mcp.mjs gemini --assets --scope project`.
|
|
38
32
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
```
|
|
42
|
-
npm run install:codex:global
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
Codex uses the repository-level [AGENTS.md](AGENTS.md) instructions plus the registered `agestra` MCP server. The `--assets` path is required for generated Codex custom agents; it installs them under `.codex/agents/` and tracks them in the Agestra host-asset manifest. For MCP-only registration without custom agents, use `npm run install:codex` or `agestra-install codex`.
|
|
46
|
-
|
|
47
|
-
### Gemini CLI
|
|
48
|
-
|
|
49
|
-
Repository checkout:
|
|
50
|
-
|
|
51
|
-
```
|
|
52
|
-
npm run bundle
|
|
53
|
-
npm run install:gemini:assets
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
Global npm package:
|
|
57
|
-
|
|
58
|
-
```
|
|
59
|
-
npm install -g agestra
|
|
60
|
-
agestra-install gemini --assets --scope user
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
If you want MCP-only registration of the global package while working from a repo checkout, use:
|
|
64
|
-
|
|
65
|
-
```
|
|
66
|
-
npm run install:gemini:global
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
Gemini uses the repository-level [GEMINI.md](GEMINI.md) context file plus project commands under [`.gemini/commands/agestra/`](.gemini/commands/agestra). The user-scope `--assets` path installs the Agestra Gemini native extension. For MCP-only registration, use `npm run install:gemini` or `agestra-install gemini`.
|
|
70
|
-
|
|
71
|
-
Available Gemini commands after setup:
|
|
33
|
+
Available Gemini commands after asset setup:
|
|
72
34
|
|
|
73
35
|
- `/agestra:setup`
|
|
74
36
|
- `/agestra:review`
|
|
75
37
|
- `/agestra:design`
|
|
76
38
|
- `/agestra:idea`
|
|
77
39
|
- `/agestra:implement`
|
|
40
|
+
- `/agestra:qa`
|
|
41
|
+
- `/agestra:security`
|
|
78
42
|
|
|
79
43
|
### Prerequisites
|
|
80
44
|
|
|
@@ -110,9 +74,9 @@ winget install BurntSushi.ripgrep.MSVC
|
|
|
110
74
|
|
|
111
75
|
| Host | Natural entrypoint |
|
|
112
76
|
|------|--------------------|
|
|
113
|
-
| Claude Code | `/agestra review`, `/agestra design`, `/agestra idea`, `/agestra implement` |
|
|
77
|
+
| Claude Code | `/agestra setup`, `/agestra review`, `/agestra qa`, `/agestra security`, `/agestra design`, `/agestra idea`, `/agestra implement` |
|
|
114
78
|
| Codex CLI | Plain-language requests guided by `AGENTS.md` |
|
|
115
|
-
| Gemini CLI | `/agestra:review`, `/agestra:design`, `/agestra:idea`, `/agestra:implement` |
|
|
79
|
+
| Gemini CLI | `/agestra:setup`, `/agestra:review`, `/agestra:qa`, `/agestra:security`, `/agestra:design`, `/agestra:idea`, `/agestra:implement` |
|
|
116
80
|
|
|
117
81
|
All three hosts drive the same MCP server and shared workflow specs from `commands/*.md`.
|
|
118
82
|
|
|
@@ -120,13 +84,15 @@ All three hosts drive the same MCP server and shared workflow specs from `comman
|
|
|
120
84
|
|
|
121
85
|
| Command | Description |
|
|
122
86
|
|---------|-------------|
|
|
87
|
+
| `/agestra setup` | Initial AI provider selection and setup |
|
|
123
88
|
| `/agestra review [target]` | Review code quality, security, and integration completeness |
|
|
89
|
+
| `/agestra qa [target]` | Verify implementation results and produce PASS/FAIL evidence |
|
|
90
|
+
| `/agestra security [target]` | Run a dedicated security review |
|
|
124
91
|
| `/agestra idea [topic]` | Discover improvements by comparing with similar projects |
|
|
125
92
|
| `/agestra design [subject]` | Explore architecture and design trade-offs before implementation |
|
|
126
|
-
| `/agestra setup` | Initial AI provider selection and setup |
|
|
127
93
|
| `/agestra implement [task]` | Execute implementation through Leader-host-only or suggested AI distribution mode |
|
|
128
94
|
|
|
129
|
-
When external providers are available,
|
|
95
|
+
When external providers are available, review, QA, security, design, and idea workflows route through the team lead for multi-AI cross-validation. For QA, the team lead forms a QA Brigade from the configured provider set by default, then hands it to the moderator engine's existing `ITEM-*` / JSON stance ledger: host QA collects executable evidence, providers take distinct verification lenses, candidate findings are challenged before inclusion, and the synthesis preserves consensus plus dissent. E2E/browser/runtime execution remains host-owned, and external providers review the resulting evidence. When no providers are detected, the current leader host works with its local specialist agent automatically. Implementation requests first classify the task and can ask whether to propose an AI task distribution.
|
|
130
96
|
|
|
131
97
|
## Agents
|
|
132
98
|
|
|
@@ -134,11 +100,13 @@ When external providers are available, text commands (review, design, idea) go d
|
|
|
134
100
|
|-------|-------|------|
|
|
135
101
|
| `agestra-team-lead` | Sonnet | Full orchestrator — environment check, quality-based provider routing, work mode selection, CLI worker supervision, QA loop |
|
|
136
102
|
| `agestra-implementer` | Sonnet | Scoped implementation executor — code edits, test updates, local verification |
|
|
103
|
+
| `agestra-e2e-writer` | Sonnet | Persistent E2E test writer — creates approved browser-flow tests without changing product behavior |
|
|
137
104
|
| `agestra-reviewer` | Opus | Strict quality verifier — security, orphans, spec drift, test gaps |
|
|
138
105
|
| `agestra-designer` | Opus | Architecture explorer — Socratic questioning, trade-off analysis |
|
|
139
106
|
| `agestra-ideator` | Sonnet | Improvement discoverer — web research, competitive analysis |
|
|
140
107
|
| `agestra-moderator` | Sonnet | Multi-mode facilitator — debate with consensus detection, independent aggregation, document review, conflict resolution |
|
|
141
108
|
| `agestra-qa` | Opus | QA verifier — design compliance, PASS/FAIL judgment |
|
|
109
|
+
| `agestra-security` | Opus | Security reviewer — threat model, auth/data-flow risk, dependency and secret hygiene |
|
|
142
110
|
|
|
143
111
|
## Skills
|
|
144
112
|
|
|
@@ -153,6 +121,9 @@ When external providers are available, text commands (review, design, idea) go d
|
|
|
153
121
|
| `design` | Architecture exploration workflow with multi-AI mode selection |
|
|
154
122
|
| `idea` | Improvement discovery workflow with multi-AI mode selection |
|
|
155
123
|
| `review` | Code quality / security / hardcoding review workflow with multi-AI mode selection |
|
|
124
|
+
| `qa` | Design-contract verification and PASS/FAIL evidence workflow |
|
|
125
|
+
| `security` | Dedicated security review workflow |
|
|
126
|
+
| `e2e` | Persistent browser E2E test-authoring workflow |
|
|
156
127
|
| `leader` | Multi-AI/provider orchestration entry — catches explicit provider, debate, consensus, or cross-validation signals, classifies the domain, and hands off to `agestra-team-lead` |
|
|
157
128
|
|
|
158
129
|
---
|
|
@@ -175,7 +146,7 @@ Turborepo monorepo with 8 packages:
|
|
|
175
146
|
|
|
176
147
|
- **Provider abstraction** — All backends implement `AIProvider` (`chat`, `healthCheck`, `getCapabilities`). Adding a new provider is isolated to a provider package plus factory registration.
|
|
177
148
|
- **Zero-config** — Providers are auto-detected at startup. No manual configuration required.
|
|
178
|
-
- **Host-native** — Claude uses the plugin bundle, Codex uses `AGENTS.md
|
|
149
|
+
- **Host-native** — Claude uses the plugin bundle, Codex uses `AGENTS.md` plus custom agents, and Gemini uses `GEMINI.md`, commands, skills, or the native extension. All hosts share the same MCP server and workflow core.
|
|
179
150
|
- **Modular dispatch** — Each tool category is an independent module with `getTools()` + `handleTool()`. The server collects and dispatches dynamically.
|
|
180
151
|
- **Atomic writes** — All file operations use write-to-temp-then-rename to prevent corruption.
|
|
181
152
|
- **Dead-end tracking** — Failed approaches are recorded and injected into future prompts.
|
|
@@ -183,10 +154,10 @@ Turborepo monorepo with 8 packages:
|
|
|
183
154
|
|
|
184
155
|
### Work Modes
|
|
185
156
|
|
|
186
|
-
**Text work** (review, design, idea): providers available → consensus debate mode; no providers → Leader-host only
|
|
157
|
+
**Text work** (review, QA, security, design, idea): providers available → consensus debate mode; no providers → Leader-host only. For QA, the team lead runs a QA Brigade by default while E2E/runtime checks stay host-owned.
|
|
187
158
|
|
|
188
159
|
**Implementation work** (team-lead orchestration):
|
|
189
|
-
- **Leader-host only** — `agestra-implementer` applies scoped code changes;
|
|
160
|
+
- **Leader-host only** — `agestra-implementer` applies scoped code changes; the team lead still routes QA through the QA Brigade by default, with host-only review/QA available on request.
|
|
190
161
|
- **Suggested AI distribution** — the team lead proposes a routing table, asks for approval, then dispatches Codex/Gemini CLI workers for suitable code edits and Ollama for simple/repetitive proposal work.
|
|
191
162
|
|
|
192
163
|
---
|
|
@@ -265,7 +236,7 @@ Turborepo monorepo with 8 packages:
|
|
|
265
236
|
|
|
266
237
|
| Tool | Description |
|
|
267
238
|
|------|-------------|
|
|
268
|
-
| `host_assets_status` | Check generated host-native assets such as Codex custom agents |
|
|
239
|
+
| `host_assets_status` | Check generated host-native assets such as Codex custom agents and Gemini assets |
|
|
269
240
|
| `host_assets_install` | Explicitly install or refresh managed host-native assets |
|
|
270
241
|
| `host_assets_uninstall` | Remove managed host-native assets tracked by Agestra |
|
|
271
242
|
|
|
@@ -358,9 +329,14 @@ agestra/
|
|
|
358
329
|
│ ├── review.toml # /agestra:review in Gemini CLI
|
|
359
330
|
│ ├── design.toml # /agestra:design in Gemini CLI
|
|
360
331
|
│ ├── idea.toml # /agestra:idea in Gemini CLI
|
|
361
|
-
│
|
|
332
|
+
│ ├── implement.toml # /agestra:implement in Gemini CLI
|
|
333
|
+
│ ├── qa.toml # /agestra:qa in Gemini CLI
|
|
334
|
+
│ └── security.toml # /agestra:security in Gemini CLI
|
|
362
335
|
├── commands/
|
|
336
|
+
│ ├── setup.md # /agestra setup — provider setup
|
|
363
337
|
│ ├── review.md # /agestra review — quality verification
|
|
338
|
+
│ ├── qa.md # /agestra qa — PASS/FAIL verification
|
|
339
|
+
│ ├── security.md # /agestra security — security review
|
|
364
340
|
│ ├── idea.md # /agestra idea — improvement discovery
|
|
365
341
|
│ ├── design.md # /agestra design — architecture exploration
|
|
366
342
|
│ └── implement.md # /agestra implement — execution workflow
|
|
@@ -369,8 +345,10 @@ agestra/
|
|
|
369
345
|
│ ├── agestra-designer.md # Architecture explorer (Opus)
|
|
370
346
|
│ ├── agestra-ideator.md # Improvement discoverer (Sonnet)
|
|
371
347
|
│ ├── agestra-implementer.md # Scoped implementation executor (Sonnet)
|
|
348
|
+
│ ├── agestra-e2e-writer.md # Persistent E2E test writer (Sonnet)
|
|
372
349
|
│ ├── agestra-moderator.md # Multi-mode facilitator (Sonnet)
|
|
373
350
|
│ ├── agestra-qa.md # QA verifier (Opus, no code writes)
|
|
351
|
+
│ ├── agestra-security.md # Security reviewer (Opus)
|
|
374
352
|
│ └── agestra-team-lead.md # Full orchestrator (Sonnet, no code writes)
|
|
375
353
|
├── skills/
|
|
376
354
|
│ ├── provider-guide.md # Provider routing and mode reference
|
|
@@ -382,6 +360,9 @@ agestra/
|
|
|
382
360
|
│ ├── design.md # Architecture exploration workflow
|
|
383
361
|
│ ├── idea.md # Improvement discovery workflow
|
|
384
362
|
│ ├── review.md # Code quality review workflow
|
|
363
|
+
│ ├── qa.md # Design-contract QA workflow
|
|
364
|
+
│ ├── security.md # Dedicated security review workflow
|
|
365
|
+
│ ├── e2e.md # Persistent E2E test-writing workflow
|
|
385
366
|
│ └── leader.md # Multi-AI orchestration entry router
|
|
386
367
|
├── hooks/
|
|
387
368
|
│ └── user-prompt-submit.md # Tool recommendation hook
|
|
@@ -433,7 +414,7 @@ npm run uninstall:gemini
|
|
|
433
414
|
npm run uninstall:gemini:assets
|
|
434
415
|
```
|
|
435
416
|
|
|
436
|
-
The `*:assets` uninstall commands remove both the host registration and unchanged generated host assets. If a generated asset was edited by the user, Agestra leaves it in place and reports it. For a global npm install, use `agestra-uninstall codex --assets` or `agestra-uninstall gemini --assets --scope user`.
|
|
417
|
+
The `*:assets` uninstall commands remove both the host registration and unchanged generated host assets. Codex assets are custom-agent files. Gemini project-scope assets are managed files; Gemini user-scope assets are removed through `gemini extensions uninstall agestra`. If a generated asset was edited by the user, Agestra leaves it in place and reports it. For a global npm install, use `agestra-uninstall codex --assets` or `agestra-uninstall gemini --assets --scope user`.
|
|
437
418
|
|
|
438
419
|
If you also want to delete generated project data, remove the `.agestra/` directory manually.
|
|
439
420
|
|