Fix 14 tool bugs: capability_check tool_name, quality_gate pipefail, 12 doc param fixes, 3 test-suite fixes

This commit is contained in:
Software Orchestrator
2026-06-17 23:33:57 +00:00
parent 53758f0755
commit 2343f0e717
24 changed files with 829 additions and 166 deletions
+4
View File
@@ -8,6 +8,10 @@ import sys
from types import SimpleNamespace
from unittest.mock import MagicMock
# Ensure /a0 is on sys.path so `usr.plugins...` imports resolve
if "/a0" not in sys.path:
sys.path.insert(0, "/a0")
# Minimal-Stubs für helpers.tool: Tool als leere Klasse, Response als SimpleNamespace
class _FakeResponse: