mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-04-22 11:06:38 +00:00
Refine coding standards and testing guidelines
- Updated coding rule descriptions for clarity and emphasis on readability, meaningful comments, and test verification. - Adjusted thresholds for test coverage on business logic from 80% to 75%, aligning with the canonical reference in `cursor-meta.mdc`. - Enhanced guidelines for handling skipped tests, emphasizing the need for investigation and classification. - Introduced completeness audit requirements for research decomposition to ensure thoroughness in addressing problem dimensions.
This commit is contained in:
@@ -5,6 +5,7 @@ alwaysApply: true
|
||||
# Git Workflow
|
||||
|
||||
- Work on the `dev` branch
|
||||
- Commit message format: `[TRACKER-ID-1] [TRACKER-ID-2] Summary of changes`
|
||||
- Commit message total length must not exceed 30 characters
|
||||
- Commit message subject line format: `[TRACKER-ID-1] [TRACKER-ID-2] Summary of changes`
|
||||
- Subject line must not exceed 72 characters (standard Git convention for the first line). The 72-char limit applies to the subject ONLY, not the full commit message.
|
||||
- A commit message body is optional. Add one when the subject alone cannot convey the why of the change. Wrap the body at 72 chars per line.
|
||||
- Do NOT push or merge unless the user explicitly asks you to. Always ask first if there is a need.
|
||||
|
||||
Reference in New Issue
Block a user