Skip to content

Commit d76b202

Browse files
author
Bob Strahan
committed
Merge branch 'develop' v0.5.3
2 parents 7996e68 + 508eee6 commit d76b202

228 files changed

Lines changed: 28617 additions & 6550 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.clinerules

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,7 @@ For every code change, I must review and verify:
222222
- [ ] No commented-out code left behind unless intentional
223223

224224
#### 2. Test Coverage
225-
- [ ] **MANDATORY**: Run `make test-cicd -C lib/idp_common_pkg` (or `make test` from project root) and verify ALL tests pass — do NOT skip this step
226-
- [ ] **MANDATORY**: Run `ruff check` (or `make lint`) on changed Python files and verify no new lint errors
225+
- [ ] **MANDATORY**: Run `make` from project root (runs both `make lint` and `make test`) after EVERY code change and verify ALL checks pass — do NOT skip this step. Fix any errors before proceeding.
227226
- [ ] New functionality has corresponding tests (or note why tests weren't added)
228227
- [ ] Test assertions are meaningful, not just "it doesn't crash"
229228

0 commit comments

Comments
 (0)