agestra 4.8.2 → 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.
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/AGENTS.md +1 -1
- package/GEMINI.md +1 -1
- package/README.ja.md +4 -1
- package/README.ko.md +4 -1
- package/README.md +4 -1
- package/README.zh.md +4 -1
- package/agents/agestra-moderator.md +379 -289
- package/agents/agestra-team-lead.md +71 -7
- package/commands/review.md +1 -1
- package/dist/bundle.js +219 -182
- package/package.json +1 -1
- package/skills/review.md +1 -1
package/package.json
CHANGED
package/skills/review.md
CHANGED
|
@@ -57,7 +57,7 @@ Call `environment_check` to determine available providers.
|
|
|
57
57
|
- Exclude `ollama` from review workflows. Use only review-capable external providers (gemini, codex, registered Claude-backed reviewers).
|
|
58
58
|
- Treat the Claude reviewer agent as asynchronous work that may take several minutes. Poll about once per minute.
|
|
59
59
|
- Do NOT stop or replace the Claude reviewer unless there is an explicit error, user cancellation, or no visible progress for 8+ minutes.
|
|
60
|
-
-
|
|
60
|
+
- Prefer the turn-based flow (`agent_debate_create` + `agent_debate_turn` + `agent_debate_conclude`) or the approval-gated flow (`agent_debate_structured` + `agent_debate_approve`/`_continue`/`_reject`) for review rounds.
|
|
61
61
|
|
|
62
62
|
**팀 구성:** `agestra:agestra-moderator` (리더) + `agestra:agestra-reviewer` (Claude) + 리뷰용 외부 AI (gemini, codex 등; ollama 제외)
|
|
63
63
|
|