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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,4 +255,13 @@ Code reviews are required for all submissions via GitHub pull requests.
255
255
- make sure golang code is always formatted and golang-ci-lint is run
256
256
- I do not want you to be in the co-author signoff
257
257
- when the schema is changed, run make generate, do not create a migration explicitly
258
-
- do not add generated by claude code in PR
258
+
- If you are writing go code, adhere to best practices such as the ones in effective-go, or others. This could include, error handling patterns, interface design, package organization, concurrency patterns, etc.
259
+
- do not change previous migrations, they are immutable
260
+
- if you add any new dependency to a constructor, remember to run wire ./...
261
+
- when adding new inedexes, make sure to update the generated sql migraiton files and make them CREATE INDEX CONCURRENTLY and set -- atlas:txmode none at the top
262
+
- after updating protos, make sure to run `buf format -w`
263
+
- Please avoid sycophantic commentary like ‘You’re absolutely correct!’ or ‘Brilliant idea!’
264
+
- For each file you modify, update the license header. If it says 2024, change it to 2024-2025. If there's no license header, create one with the current year.
265
+
- if you add any new dependency to a constructor, remember to run wire ./...
266
+
- 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.
267
+
- 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
cmd.PersistentFlags().StringVar(&maxBytesCASBackendOption, "max-bytes", "", "Maximum size for each blob stored in this backend (e.g., 100MB, 1GB). Note: not supported for inline backends.")
0 commit comments