kin: auto-commit after pipeline

This commit is contained in:
Gros Frumos 2026-03-17 21:25:12 +02:00
parent fe344c2a4f
commit d53c4096fd
9 changed files with 343 additions and 22 deletions

View file

@ -40,12 +40,12 @@ const BASE_PROJECT = {
autocommit_enabled: null,
auto_test_enabled: null,
obsidian_vault_path: null,
deploy_command: null,
test_command: null,
deploy_host: null,
deploy_path: null,
deploy_runtime: null,
deploy_restart_cmd: null,
deploy_command: null as string | null,
test_command: null as string | null,
deploy_host: null as string | null,
deploy_path: null as string | null,
deploy_runtime: null as string | null,
deploy_restart_cmd: null as string | null,
created_at: '2024-01-01',
total_tasks: 0,
done_tasks: 0,