Fix hardcoded paths after workspace restructure
Update all hardcoded paths from ~/AI/projects/* to ~/chorus/project-queues/active/* and ~/AI/secrets/* to ~/chorus/business/secrets/* after workspace reorganization. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@ Tests the newly created API endpoints for dynamic repository discovery.
|
||||
|
||||
import sys
|
||||
import os
|
||||
sys.path.append('/home/tony/AI/projects/hive/backend')
|
||||
sys.path.append('/home/tony/chorus/project-queues/inactive/hive/backend')
|
||||
|
||||
from app.services.project_service import ProjectService
|
||||
import json
|
||||
|
||||
Reference in New Issue
Block a user