From 31349e3f3de179b07bc7ee53ac78661f866a4857 Mon Sep 17 00:00:00 2001 From: MaksTinyWorkshop Date: Fri, 26 Jun 2026 11:27:34 +0200 Subject: [PATCH] =?UTF-8?q?fix(projects):=20r=C3=A9aligner=20=5Fprojects.c?= =?UTF-8?q?onf=20RL799=20sur=20le=20dossier/repo=20r=C3=A9el?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Le registre listait "app-rl799" mais le dossier disque, le repo GitHub (RL799_V2.git), le worktree actif et l'usage courant utilisent tous "RL799_V2". Le renommage "app-rl799" n'avait été répercuté nulle part → resolve-project-path.sh retournait un chemin inexistant pour ce projet. Correction: app-rl799 → RL799_V2 dans _projects.conf (aligne le registre sur la réalité, sans toucher au dossier/repo). Les 3 projets résolvent maintenant correctement. --- _projects.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_projects.conf b/_projects.conf index 532f291..9c78b99 100644 --- a/_projects.conf +++ b/_projects.conf @@ -52,4 +52,4 @@ # Les lignes commençant par # sont ignorées. app-alexandrie|NestJS + Expo (React Native) + Prisma + pnpm monorepo|mindleaf|Epic 1 en cours app-template-resto|Next.js Prisma+PostgreSQL|perso|Epic 4 en cours -app-rl799|pnpm monorepo Prisma+PostgreSQL|perso|Epic 12 en cours +RL799_V2|pnpm monorepo Prisma+PostgreSQL|perso|Epic 12 en cours