From eb12a486c8a2495c3d85013a0889f16db2cfd449 Mon Sep 17 00:00:00 2001 From: William Valentin Date: Fri, 8 Aug 2025 20:22:50 -0700 Subject: [PATCH] fix: Remove redundant applyTo line and clarify terminal usage in coding guidelines --- .github/instructions/copilot.instructions.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/instructions/copilot.instructions.md b/.github/instructions/copilot.instructions.md index 00dafdf..cf373d4 100644 --- a/.github/instructions/copilot.instructions.md +++ b/.github/instructions/copilot.instructions.md @@ -1,9 +1,6 @@ --- applyTo: '**' --- ---- -applyTo: '**' ---- # AI Coding Guidelines for TheChart Project ## Project Overview @@ -32,6 +29,7 @@ applyTo: '**' - Use .venv/bin/activate.fish as the virtual environment activation script. - The package manager is uv. - Use ruff for linting and formatting. +- The terminal uses fish shell. ### 2. Architecture & Structure - Maintain separation of concerns: UI, data management, and business logic in their respective modules.