kin: auto-commit after pipeline

This commit is contained in:
Gros Frumos 2026-03-17 15:59:43 +02:00
parent 396f5193d3
commit 18160de45e
9 changed files with 449 additions and 0 deletions

View file

@ -87,6 +87,10 @@ _check_git_available()
app = FastAPI(title="Kin API", version="0.1.0")
# Start pipeline watchdog (KIN-099): detects dead subprocess PIDs every 30s
from core.watchdog import start_watchdog as _start_watchdog
_start_watchdog(DB_PATH)
app.add_middleware(
CORSMiddleware,
allow_origins=["*"],