chore: auto-commit (11 archivos)
- app.md - call_monitor - db.go - main.go - operations.db - operations.db-shm - operations.db-wal - migrations/006_function_sequences.sql - migrations/007_calls_command_snippet.sql - sequences.go - ... Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Detect repeated function-call sequences and propose pipelines (issue 0087)
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
WorkingDirectory=/home/lucas/fn_registry/projects/fn_monitoring/apps/call_monitor
|
||||
ExecStart=/home/lucas/fn_registry/projects/fn_monitoring/apps/call_monitor/call_monitor sequences --detect --propose --report
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
Environment="FN_REGISTRY_ROOT=/home/lucas/fn_registry"
|
||||
Environment="HOME=/home/lucas"
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Run call_monitor sequences detection every 6 hours (issue 0087)
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* 00/6:00:00
|
||||
Persistent=true
|
||||
Unit=call_monitor_sequences.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user