[eric] cleanup: cwd-proof spawn stdio test, de-prefix evict_dead_card (p-private), trim Tools.tsx to cap

This commit is contained in:
ciregenz
2026-07-16 22:39:41 -07:00
parent c908cec55f
commit 43576e2805
4 changed files with 8 additions and 8 deletions
+2 -1
View File
@@ -101,8 +101,9 @@ def test_spawn_server_schema_is_prompt_plus_background_only() -> None:
def test_spawn_server_speaks_mcp_stdio() -> None:
from backend.apps.agents import spawn_agent_mcp_server as srv
proc = subprocess.Popen(
[sys.executable, "backend/apps/agents/spawn_agent_mcp_server.py"],
[sys.executable, srv.__file__],
stdin=subprocess.PIPE, stdout=subprocess.PIPE, text=True,
)
try: