kin: KIN-ARCH-001 Добавить серверную валидацию ssh_host для operations-проектов

This commit is contained in:
Gros Frumos 2026-03-16 09:44:31 +02:00
parent af554e15fa
commit ba04e7ad84
3 changed files with 141 additions and 5 deletions

View file

@ -63,7 +63,7 @@ def create_project(
conn: sqlite3.Connection,
id: str,
name: str,
path: str,
path: str | None = None,
tech_stack: list | None = None,
status: str = "active",
priority: int = 5,