From ff2011ae24c59a28acd686941462d9202162155c Mon Sep 17 00:00:00 2001 From: Jiang Date: Wed, 11 Feb 2026 11:00:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20agent=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/copilot-instructions.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 33b73d8..6ff37dc 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -87,7 +87,6 @@ Default admin accounts: - `app/core/config.py`: Settings management using `pydantic-settings` - `app/auth/dependencies.py`: Auth dependencies (`get_current_active_user`, `get_db`) - `app/auth/permissions.py`: Permission decorators (`require_role`, `get_current_admin`) -- `configs/project_info.yml`: Default project configuration (auto-loaded on startup) - `.env`: Environment configuration (database credentials, JWT secret, encryption key) ## Important Conventions @@ -148,7 +147,6 @@ async def delete_data(id: int, current_user = Depends(get_current_admin)): - On startup, `main.py` automatically loads project from `project_info.name` if set - Projects are opened via `open_project(name)` from `tjnetwork` service -- Initial project config comes from `configs/project_info.yml` ### Audit Logging