From 8e30e8cf294df3d523e5412b79163c8781c8bc0c Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Thu, 7 May 2026 02:08:45 +0200 Subject: [PATCH] docs(app): sync uses_functions con imports reales (audit drift) Co-Authored-By: Claude Opus 4.7 (1M context) --- app.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/app.md b/app.md index c0eeabc..403df3b 100644 --- a/app.md +++ b/app.md @@ -4,24 +4,8 @@ lang: go domain: infra description: "Servidor de deploy continuo para apps del registry. Recibe webhooks de Gitea, gestiona targets de deploy en operations.db y orquesta deploys a VPS remotos via SSH. Soporta tres estrategias: systemd, systemd-remote y docker-compose." tags: [service, deploy, ci, cd, webhook, gitea, ssh, vps, docker-compose, systemd] -uses_functions: - - ssh_check_go_infra - - ssh_exec_go_infra - - ssh_upload_go_infra - - rsync_deploy_bash_infra - - systemd_generate_unit_go_infra - - systemd_install_go_infra - - systemd_restart_go_infra - - systemd_status_go_infra - - vps_setup_app_go_infra - - health_check_http_go_infra - - ssh_config_read_go_infra - - ssh_config_find_go_infra - - docker_compose_remote_deploy_bash_infra -uses_types: - - ssh_conn_go_infra - - ssh_config_entry_go_infra - - DeployConfig_go_infra +uses_functions: [] +uses_types: [] framework: "net/http" entry_point: "main.go" dir_path: "apps/deploy_server"