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:
2026-05-14 02:06:45 +02:00
parent c4f08bc0c3
commit 134d8cf59e
12 changed files with 735 additions and 6 deletions
+15
View File
@@ -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
+10
View File
@@ -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