remove logfire config, and specs docs, turn lifespan logging to debug

Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
phernandez
2026-01-17 15:08:54 -06:00
parent a1c37c1dba
commit d1d433df15
27 changed files with 3 additions and 11892 deletions
-6
View File
@@ -1,9 +1,3 @@
# Suppress Logfire "not configured" warning - we only use Logfire in cloud/server contexts
import os
os.environ.setdefault("LOGFIRE_IGNORE_NO_CONFIG", "1")
# Remove loguru's default handler IMMEDIATELY, before any other imports.
# This prevents DEBUG logs from appearing on stdout during module-level
# initialization (e.g., template_loader.TemplateLoader() logs at DEBUG level).
from loguru import logger
@@ -139,7 +139,6 @@ def status() -> None:
def setup() -> None:
"""Set up cloud sync by installing rclone and configuring credentials.
SPEC-20: Simplified to project-scoped workflow.
After setup, use project commands for syncing:
bm project add <name> <path> --local-path ~/projects/<name>
bm project bisync --name <name> --resync # First time