From 6bc4f29def27056ff60a2c1573aee3620c0773e4 Mon Sep 17 00:00:00 2001 From: juanatsap Date: Thu, 9 Apr 2026 11:18:36 +0100 Subject: [PATCH 1/2] fix: correct Go binary path in systemd service (/snap/bin/go) --- config/systemd/cv.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/systemd/cv.service b/config/systemd/cv.service index c277aa0..4dba97a 100644 --- a/config/systemd/cv.service +++ b/config/systemd/cv.service @@ -8,7 +8,7 @@ Type=simple User=txeo Group=txeo WorkingDirectory=/home/txeo/Git/yo/cv -ExecStart=/usr/bin/go run . +ExecStart=/snap/bin/go run . # Load environment from .env file (API keys, SMTP, chat config) EnvironmentFile=/home/txeo/Git/yo/cv/.env From c3f4134daa964e45753f55853180d02ff6c3d82b Mon Sep 17 00:00:00 2001 From: juanatsap Date: Thu, 9 Apr 2026 11:24:08 +0100 Subject: [PATCH 2/2] data: remove incorrect React tag from CDC Starter Kit project CDC Starter Kit uses vanilla JavaScript + SAP CDC SDK, not React. This caused the chat agent to incorrectly report React usage in that project. --- data/cv-en.json | 1 - data/cv-es.json | 1 - 2 files changed, 2 deletions(-) diff --git a/data/cv-en.json b/data/cv-en.json index adbce6e..374472a 100644 --- a/data/cv-en.json +++ b/data/cv-en.json @@ -694,7 +694,6 @@ "technologies": [ "SAP CDC", "JavaScript", - "React", "API Integration", "Authentication" ], diff --git a/data/cv-es.json b/data/cv-es.json index ec99d27..06f02c3 100644 --- a/data/cv-es.json +++ b/data/cv-es.json @@ -699,7 +699,6 @@ "technologies": [ "SAP CDC", "JavaScript", - "React", "Integración de APIs", "Autenticación" ],