fix: correct ProjectItem.home property to return path instead of name (#341)

Signed-off-by: phernandez <paul@basicmachines.co>
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Paul Hernandez <phernandez@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Paul Hernandez
2025-10-08 01:03:12 -05:00
committed by GitHub
parent 1fa93ecbd2
commit 3e876a7549
5 changed files with 139 additions and 79 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ async def lifespan(app: FastAPI): # pragma: no cover
# Instrument httpx client for distributed tracing when in cloud mode
if app_config.cloud_mode_enabled:
try:
import logfire
import logfire # pyright: ignore[reportMissingImports]
from basic_memory.mcp.async_client import client as httpx_client
logger.info("Cloud mode enabled - instrumenting httpx client for distributed tracing")