chore: bootstrap trellis workspace and sync deployment settings

This commit is contained in:
qzl
2026-04-20 17:15:50 +08:00
parent 0842e04c39
commit eeed737949
82 changed files with 16522 additions and 11 deletions
+31
View File
@@ -0,0 +1,31 @@
# Backend Development Guidelines
> Best practices for backend development in this project.
---
## Overview
This directory captures backend conventions observed from the current repository (not aspirational rules).
---
## Guidelines Index
| Guide | Description | Status |
|-------|-------------|--------|
| [Directory Structure](./directory-structure.md) | Module organization and file layout | Completed |
| [Database Guidelines](./database-guidelines.md) | ORM patterns, queries, migrations | Completed |
| [Error Handling](./error-handling.md) | Error types, handling strategies | Completed |
| [Quality Guidelines](./quality-guidelines.md) | Code standards, forbidden patterns | Completed |
| [Logging Guidelines](./logging-guidelines.md) | Structured logging, log levels | Completed |
---
## Maintenance Notes
When behavior changes, update the corresponding guideline file in the same task/PR:
1. Keep statements grounded in repository evidence (code/config/tests/docs)
2. Add or refresh concrete file-path examples
3. Keep anti-patterns tied to existing rules or existing legacy code evidence