Skip to content

Commit e2bb961

Browse files
committed
Update copilot-instructions.md
1 parent 32d7c64 commit e2bb961

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
4. **Naming Convention:**
1313
* **Configuration Keys (TS Props):** `camelCase` (e.g., `maxLength`, `referenceFilters`).
1414
* **Machine Names (Data Values):** `snake_case` (e.g., `name: 'first_name'`, `object: 'project_task'`).
15+
5. **Best Practice Mandate:**
16+
* **Ignore Status Quo:** Do not let current implementation limitations constrain the design.
17+
* **Benchmark:** Align with industry leaders (Salesforce, ServiceNow, Kubernetes) for structural decisions.
18+
* **Philosophy:** "Data as Code", Idempotency, and Immutable Infrastructure are the defaults.
1519

1620
---
1721

0 commit comments

Comments
 (0)