Skip to content

Commit 9ba9bb2

Browse files
committed
Update copilot instructions and move prompt file
Added a style guideline to enforce camelCase for schema property keys in copilot instructions. Moved objectstack.prompt.md from .github/prompts to content/prompts.
1 parent e6f273e commit 9ba9bb2

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* **Ignore Status Quo:** Do not let current implementation limitations constrain the design.
1717
* **Benchmark:** Align with industry leaders (Salesforce, ServiceNow, Kubernetes) for structural decisions.
1818
* **Philosophy:** "Data as Code", Idempotency, and Immutable Infrastructure are the defaults.
19+
* **Style:** Enforce `camelCase` for all schema property keys (e.g. `maxLength`, `referenceFilters` NOT `max_length`, `reference_filters`).
1920

2021
---
2122

0 commit comments

Comments
 (0)