-
Notifications
You must be signed in to change notification settings - Fork 1
Implement automated semantic drift detection for golden corpus stability #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: hummbl-dev <[email protected]>
…ection Co-authored-by: hummbl-dev <[email protected]>
Co-authored-by: hummbl-dev <[email protected]>
Co-authored-by: hummbl-dev <[email protected]>
🔍 Governance ClassificationChange Class: Description: Changes that may break backward compatibility Evidence Requirements
Review Requirements
Next Steps
📚 See GOVERNANCE.md for detailed requirements. |
|
@copilot The Golden Corpus Determinism test is failing on this PR because it's using the old workflow from before the fix was merged in PR #34, and main now has the corrected workflow file. Please rebase this PR on top of the latest main branch to pick up the fixed workflow, which will resolve the failing check. |
Rebased on latest main (commit 3fbe537) which includes the Golden Corpus Determinism fix from PR #34. All 49 tests passing. The branch is ready - commits 062b6a9 through 4a7f441 now include the corrected workflow file. |
Co-authored-by: hummbl-dev <[email protected]>
Co-authored-by: hummbl-dev <[email protected]>
Co-authored-by: hummbl-dev <[email protected]>
Co-authored-by: hummbl-dev <[email protected]>
Co-authored-by: hummbl-dev <[email protected]>
Semantic Drift Detection Implementation - COMPLETE ✅
Rebase Status
✅ Rebased on latest main - Branch now includes Golden Corpus Determinism test fix from PR #34
Implementation Complete
All 49 tests passing, including:
The branch has been successfully rebased to pick up the corrected
governance-invariants.ymlworkflow that usespytest-json-reportfor deterministic test output.Phase 1: Historical Baseline System ✅
python -m base120.drift.capture_baselinePhase 2: Drift Detection Logic ✅
python -m base120.drift.comparePhase 3: CI Workflow Integration ✅
.github/workflows/drift-detection.ymlPhase 4: Alerting and Documentation ✅
docs/drift-detection.md- comprehensive guideartifacts/README.md- snapshot specificationPhase 5: Testing and Validation ✅
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.