You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,4 +269,5 @@ Code reviews are required for all submissions via GitHub pull requests.
269
269
- when creating PR message, keep it high-level, what functionality was added, don't add info about testing, no icons, no info about how the message was generated.
270
270
- app/controlplane/api/gen/frontend/google/protobuf/descriptor.ts is a special case that we don't want to upgrade, so if it upgrades, put it back to main
271
271
- when creating a commit or PR message, NEVER add co-authored by or generated by Claude code
272
-
- if you modify a schema, remember to run `make migration_sync`
272
+
- any call to authorization Enforce done from the biz or svc layer must be done using biz.AuthzUseCase
273
+
- if you modify a schema, remember to run `make migration_sync`
0 commit comments