089d802f1d
- Add final get_container_status check in start_tool_instance before writing status=running; mark as error and return logs if container stopped - Treat restarting as error in HealthMonitor when DB status was already running, so crash loops are surfaced instead of preserved - Disable auto-restart (restart: unless-stopped -> restart: no) for tool instances in manifest compiler, legacy dockerfile path, and built-in seeds Quality gates: - pytest tests/unit: 210 passed - ruff: clean on changed files - mypy: clean on changed files
365 B
365 B
apps
dir: apps
index: apps/.pi-map.index.md
role
Contains the deployable application entry points and executable configurations for the project.
files
arch
Modular application structure where each subdirectory represents a separate deployable unit or service, following a monorepo or multi-app pattern.