File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,8 @@ reviews:
1818 in_progress_fortune : false # Do not stall time with a message (spammy)
1919 poem : false # Do not write a literal poem (spammy)
2020 enable_prompt_for_ai_agents : false # Disable prompts for AI agents (spammy)
21- tools :
22- ast-grep :
23- essential_rules : true
24- rule_dirs :
25- - " custom-protobuf-review"
26- packages : # list of packages to install, in future coderabbit will provide a set of packages, beside the essentials one.
27- - " hiero-ledger/sdk-collaboration-hub"
21+ knowledge_base :
22+ web_search : true
2823
2924 # TOKEN REVIEW INSTRUCTIONS
3025 token_review_instructions : &token_review_instructions |
@@ -805,6 +800,12 @@ reviews:
805800
806801 - path : " src/hiero_sdk_python/contract/**/*_query.py"
807802 instructions : *query_review_instructions
803+ # ############################################
804+ - path : " src/hiero_sdk_python/consensus/**/*.py"
805+ instructions : |
806+ Review against protobuf schemas at:
807+ https://github.com/hiero-ledger/sdk-collaboration-hub/tree/main/v3-sandbox/prototype/protobuf/src/main/proto
808+ Ensure all message fields and types align with the latest definitions
808809
809810chat :
810811 art : false # Don't draw ASCII art (false)
You can’t perform that action at this time.
0 commit comments