Update MASTER-PROMPT: Add Ralph CLI to overview section
Changes: - Update component count: 6 → 7 major components - Add Ralph CLI as component #6 with (Advanced - Optional) label - Shift claude-codex-settings to component #7 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -106,14 +106,15 @@ I want to install the Ultimate Claude Code & GLM Customization Suite with ALL in
|
|||||||
|
|
||||||
## Overview: What We're Installing
|
## Overview: What We're Installing
|
||||||
|
|
||||||
This suite includes 6 major components from open-source projects:
|
This suite includes 7 major components from open-source projects:
|
||||||
|
|
||||||
1. **contains-studio/agents** - 38 specialized AI agents with PROACTIVELY auto-triggering
|
1. **contains-studio/agents** - 38 specialized AI agents with PROACTIVELY auto-triggering
|
||||||
2. **@z_ai/mcp-server** - 8 vision and analysis tools (screenshots, videos, diagrams)
|
2. **@z_ai/mcp-server** - 8 vision and analysis tools (screenshots, videos, diagrams)
|
||||||
3. **@z_ai/coding-helper** - Web search, GitHub integration, GLM setup wizard
|
3. **@z_ai/coding-helper** - Web search, GitHub integration, GLM setup wizard
|
||||||
4. **llm-tldr** - Token-efficient code analysis (95% reduction, semantic search)
|
4. **llm-tldr** - Token-efficient code analysis (95% reduction, semantic search)
|
||||||
5. **ui-ux-pro-max-skill** - Professional UI/UX design agent with PROACTIVELY auto-triggering
|
5. **ui-ux-pro-max-skill** - Professional UI/UX design agent with PROACTIVELY auto-triggering
|
||||||
6. **claude-codex-settings** - MCP configuration patterns and best practices (reference)
|
6. **@iannuttall/ralph** - Autonomous agent looping CLI with hooks integration (Advanced - Optional)
|
||||||
|
7. **claude-codex-settings** - MCP configuration patterns and best practices (reference)
|
||||||
|
|
||||||
**Agent Architecture Patterns:**
|
**Agent Architecture Patterns:**
|
||||||
The PROACTIVELY coordinator agents (studio-coach, studio-producer, experiment-tracker, project-shipper) implement proven coordination patterns from autonomous agent frameworks like Ralph, using supervisor-agent delegation and shared context management.
|
The PROACTIVELY coordinator agents (studio-coach, studio-producer, experiment-tracker, project-shipper) implement proven coordination patterns from autonomous agent frameworks like Ralph, using supervisor-agent delegation and shared context management.
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ INSTALL_GITHUB_TOOLS=true
|
|||||||
INSTALL_TLDR=true
|
INSTALL_TLDR=true
|
||||||
INSTALL_PLUGINS=true
|
INSTALL_PLUGINS=true
|
||||||
INSTALL_HOOKS=true
|
INSTALL_HOOKS=true
|
||||||
|
INSTALL_RALPH=false
|
||||||
LAUNCH_CLAUDE=false
|
LAUNCH_CLAUDE=false
|
||||||
|
|
||||||
# Counters
|
# Counters
|
||||||
|
|||||||
Reference in New Issue
Block a user