Skip to content

Commit b36f2f8

Browse files
authored
Apply suggestion from @hamza-mohd
Signed-off-by: Mohd Hamza <135669921+hamza-mohd@users.noreply.github.com>
1 parent 7f483b3 commit b36f2f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
## Key conventions
3535

3636
- Prefer **Makefile targets for final verification**. Use direct `go test ./pkg -run TestName` only for focused iteration.
37-
- Wire-facing identifiers follow the Meshery-wide **camelCase-on-the-wire** convention. This applies to items like structured log keys, event envelopes, and error-related identifiers that cross process boundaries.
37+
- Strictly honor and adhere to the established identifier naming scheme, authoritatively documented in meshery/schemas - https://github.com/meshery/schemas/blob/master/docs/identifier-naming-contributor-guide.md#canonical-naming-directory
3838
- Structured errors follow strict repository conventions so `errorutil` can understand them:
3939
- define concrete errors in each package's `error.go`
4040
- define code symbols matching `^Err[A-Z].+Code$`

0 commit comments

Comments
 (0)