fix: Remove redundant applyTo line and clarify terminal usage in coding guidelines

This commit is contained in:
William Valentin
2025-08-08 20:22:50 -07:00
parent 33d509389e
commit eb12a486c8

View File

@@ -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.