251129:1700 update to 1.4.5
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
---
|
||||
trigger: always_on
|
||||
glob:
|
||||
description:
|
||||
---
|
||||
|
||||
# 📏 Coding Standards (Strict Rules)
|
||||
|
||||
1. **Language:** - Code logic & Naming: **English**.
|
||||
- Comments & Documentation: **Thai Language (ภาษาไทย)**.
|
||||
2. **File Structure:** Follow `kebab-case` for files (e.g., `user-service.ts`).
|
||||
3. **Comments:** Add `// File: path/to/file` at the top of every file.
|
||||
4. **Secrets:** NEVER hardcode secrets. Use `process.env` and assume `docker-compose.override.yml` is used for local dev.
|
||||
|
||||
Reference in New Issue
Block a user