fix: revert accidental global linter changes - #32
Conversation
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
- Reverted changes made to `contracthub/devops/pr_creator.py` - Reverted changes made to `contracthub/devops/release_workflow.py` - Reverted changes made to `contracthub/importers/unity_relationships.py` - Reverted changes made to Streamlit editor modules and the pipeline These files were accidentally reformatted by `ruff check --fix` while verifying tests, and should not have been included in this PR scope. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
duplicated pr |
Understood. Acknowledging that this PR is a duplicate and I should focus entirely on the original correct branch going forward. |
…stic test harness (#32) - Add 23 read-only golden scenario fixtures under tests/fixtures/governance_scenarios/ - Implement parameterized golden regression runner in tests/test_governance_golden_scenarios.py - Assert domain invariants and byte-exact PublicGovernanceDecisionV1 serialization - Add regression tests for lifecycle states, canonical identity, reason codes, and determinism
…lden regression scenarios (#32) (#182) * feat(governance): add golden regression scenario corpus and deterministic test harness (#32) - Add 23 read-only golden scenario fixtures under tests/fixtures/governance_scenarios/ - Implement parameterized golden regression runner in tests/test_governance_golden_scenarios.py - Assert domain invariants and byte-exact PublicGovernanceDecisionV1 serialization - Add regression tests for lifecycle states, canonical identity, reason codes, and determinism * test(governance): harden identity regression checks and exact reason code matching - Lock existence and exact identity sets in physical name stability test - Enforce exact reason codes equality in domain-level scenario assertions - Remove unused monkeypatch parameter from test_fixtures_are_read_only
Undoing the global unused-imports removal that affected files unrelated to the
ContractValidatordelegation work.PR created automatically by Jules for task 9032700945732263036 started by @ElliotSun