feat: Add intelligent auto-router and enhanced integrations
- 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>
This commit is contained in:
11
prometheus/tests/test_utils/test_project_paths.py
Normal file
11
prometheus/tests/test_utils/test_project_paths.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from pathlib import Path
|
||||
|
||||
TEST_PROJECT_PATH = Path(__file__).parent.parent / "test_project"
|
||||
GIT_DIR = TEST_PROJECT_PATH / ".dummy_git"
|
||||
C_FILE = TEST_PROJECT_PATH / "test.c"
|
||||
BAR_DIR = TEST_PROJECT_PATH / "bar"
|
||||
JAVA_FILE = BAR_DIR / "test.java"
|
||||
PYTHON_FILE = BAR_DIR / "test.py"
|
||||
FOO_DIR = TEST_PROJECT_PATH / "foo"
|
||||
MD_FILE = FOO_DIR / "test.md"
|
||||
DUMMY_FILE = FOO_DIR / "test.dummy"
|
||||
Reference in New Issue
Block a user