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