- Add intelligent-router.sh hook for automatic agent routing - Add AUTO-TRIGGER-SUMMARY.md documentation - Add FINAL-INTEGRATION-SUMMARY.md documentation - Complete Prometheus integration (6 commands + 4 tools) - Complete Dexto integration (12 commands + 5 tools) - Enhanced Ralph with access to all agents - Fix /clawd command (removed disable-model-invocation) - Update hooks.json to v5 with intelligent routing - 291 total skills now available - All 21 commands with automatic routing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
50 lines
1.3 KiB
Markdown
50 lines
1.3 KiB
Markdown
# Prometheus Deep Integration Complete
|
|
|
|
## Integrated Components
|
|
|
|
### 6 Agent Commands
|
|
- `/prometheus-classify` - Issue classification
|
|
- `/prometheus-bug` - Bug analysis and reproduction
|
|
- `/prometheus-feature` - Feature planning
|
|
- `/prometheus-context` - Intelligent context retrieval
|
|
- `/prometheus-edit` - Code edit generation
|
|
- `/prometheus-test` - Containerized testing
|
|
|
|
### 4 Tool Skills
|
|
- **File Operations** - AST-based code operations
|
|
- **Graph Traversal** - Knowledge graph navigation
|
|
- **Container** - Docker execution
|
|
- **Web Search** - Documentation lookup
|
|
|
|
### 1 Master Skill
|
|
- `prometheus-master` - Automatic orchestration
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
# Quick commands
|
|
/prometheus-classify "User gets error after login"
|
|
/prometheus-bug "Fix authentication timeout"
|
|
/prometheus-feature "Add OAuth2 support"
|
|
/prometheus-context "How does payment work?"
|
|
/prometheus-edit "Refactor User class"
|
|
/prometheus-test "Run test suite"
|
|
|
|
# Master skill (automatic selection)
|
|
"Use prometheus to fix the login bug"
|
|
"Analyze this with prometheus"
|
|
```
|
|
|
|
## Installation
|
|
|
|
To activate full Prometheus:
|
|
```bash
|
|
bash ~/.claude/prometheus/install.sh
|
|
```
|
|
|
|
## Files Created
|
|
- Commands: ~/.claude/commands/prometheus-*.md (6 files)
|
|
- Tools: ~/.claude/skills/prometheus-tools/*.md (4 files)
|
|
- Master: ~/.claude/skills/prometheus-master.md
|
|
- Wrapper: ~/.claude/hooks/prometheus-wrapper.sh (updated)
|