feat: add git workflow standards and update code review guidelines
This commit is contained in:
@@ -28,3 +28,6 @@ When conducting or receiving a code review for NexusReader, ensure the implement
|
||||
## 5. Standard Nexus Guidelines
|
||||
- [ ] **Result Pattern**: Ensure all application logic returns `Result` or `Result<T>` via FluentResults. No exceptions for control flow.
|
||||
- [ ] **AI Prompts**: Ensure changes to AI logic do not bypass the `PromptRegistry` or token estimation limits defined in `AiSettings`.
|
||||
|
||||
## 6. Code Review Comments
|
||||
- [ ] **Specific Linking**: Comments should be linked to specific code. Try to avoid general comments about the entire pull request.
|
||||
|
||||
Reference in New Issue
Block a user