Releases: arcaelas/plugin
Releases · arcaelas/plugin
v1.0.0 — Initial Release
Arko Studio v1.0.0
First stable release of the agent orchestration plugin for Claude Code.
Agents
- Researcher (Haiku) — exhaustive domain investigation with 3 mandatory RAG queries and structured reports
- Planner (Sonnet) — RAG-validated task design with 7+3 query protocol, scalable 2–10+ instances
- Developer (Haiku) — literal 1:1 execution in isolated git worktrees with COMPLETE/BLOCKED reporting
- Reviewer (Opus) — zero-tolerance validation with 7 RAG compliance queries and ephemeral environment testing
Hooks
SessionStart— directory initialization,.gitignoremanagement, config validationPreToolUse— destructive command blocker (rm -rf,git push --force,git reset --hard, etc.)UserPromptSubmit—/ragprefix detection for on-demand RAG memory loading
MCP Servers
@arcaelas/mcp— image and audio generation@arcaelas/rag— semantic memory via Ollama + Vectra@mui/mcp— MUI component documentation
Installation
git clone https://github.com/arcaelas/plugin.git
claude --plugin-dir ./pluginSee README for full documentation.