Private
Public Access
0
0
This commit is contained in:
2026-05-16 04:10:33 -04:00
parent 1ddde58161
commit 607aeaf2d2
3 changed files with 10 additions and 3 deletions
+1 -2
View File
@@ -143,8 +143,7 @@ def _is_allowed(path: Path) -> bool:
CRITICAL: Blacklisted files (history) are NEVER allowed.
[C: tests/test_arch_boundary_phase1.py:TestArchBoundaryPhase1.test_mcp_client_whitelist_enforcement, tests/test_history_management.py:test_mcp_blacklist]
"""
from src.paths import get_config_path
from src.ai_client import get_credentials_path
from src.paths import get_config_path, get_credentials_path
try:
rp = path.resolve(strict=True)