Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/skills/notebooklm-experts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
patchright==1.55.2

# Environment management
python-dotenv==1.0.0
python-dotenv==1.2.2
2 changes: 1 addition & 1 deletion .github/workflows/ci-standards-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
else
echo "✅ No unused symbols detected"
fi
continue-on-error: true # Phase-in: surface findings without blocking yet
continue-on-error: false # Phase-in: surface findings without blocking yet

# Test 6: Magic number detection — handled by ssot-magic-numbers-gate job (closes #305)
# Verifies: #252 (TEST-MAINTAIN-001 step 6) — see ssot-magic-numbers-gate below
Expand Down
Loading