kin: auto-commit after pipeline

This commit is contained in:
Gros Frumos 2026-03-17 16:01:51 +02:00
parent 6eea439c16
commit 7027252a84
3 changed files with 12 additions and 18 deletions

View file

@ -68,6 +68,7 @@ export interface Project {
tech_stack: string[] | null
execution_mode: string | null
autocommit_enabled: number | null
auto_test_enabled: number | null
obsidian_vault_path: string | null
deploy_command: string | null
test_command: string | null