fix: Remove redundant applyTo line and clarify terminal usage in coding guidelines
This commit is contained in:
4
.github/instructions/copilot.instructions.md
vendored
4
.github/instructions/copilot.instructions.md
vendored
@@ -1,9 +1,6 @@
|
|||||||
---
|
---
|
||||||
applyTo: '**'
|
applyTo: '**'
|
||||||
---
|
---
|
||||||
---
|
|
||||||
applyTo: '**'
|
|
||||||
---
|
|
||||||
# AI Coding Guidelines for TheChart Project
|
# AI Coding Guidelines for TheChart Project
|
||||||
|
|
||||||
## Project Overview
|
## Project Overview
|
||||||
@@ -32,6 +29,7 @@ applyTo: '**'
|
|||||||
- Use .venv/bin/activate.fish as the virtual environment activation script.
|
- Use .venv/bin/activate.fish as the virtual environment activation script.
|
||||||
- The package manager is uv.
|
- The package manager is uv.
|
||||||
- Use ruff for linting and formatting.
|
- Use ruff for linting and formatting.
|
||||||
|
- The terminal uses fish shell.
|
||||||
|
|
||||||
### 2. Architecture & Structure
|
### 2. Architecture & Structure
|
||||||
- Maintain separation of concerns: UI, data management, and business logic in their respective modules.
|
- Maintain separation of concerns: UI, data management, and business logic in their respective modules.
|
||||||
|
|||||||
Reference in New Issue
Block a user