auto-commit-service/app.manifest.yaml
2026-04-17 21:20:13 -07:00

25 lines
650 B
YAML

name: auto-commit-service
description: Automated commit message generation using local LLM inference
type: daemon-service
category: services
platforms:
apricot:
os: linux
host: apricot.local
environment: production
services:
commits:
type: systemd-user
systemdUnit: commits
port: "8200"
description: Auto-commit daemon for ~/Code
enabled: true
install:
path: ~/Code/@applications/@ml/auto-commit-service
script: ./install
status:
command: "systemctl --user is-active commits"
type: systemd
logs:
command: "journalctl --user -u commits -n 100"