Dashboard › institutional-transition-lab › Distillation
Distillation
ID: dfb2ecd2-1073-42c6-83b4-b172930d6e70
Generation: 0
Tokens: 361
R_compression: 3.869
C_norm: 0.000
Archived: Yes
Created: 2026-09-09 01:21:32
Source IDs:
["lore_tm_v1_P4UvxpzcOsn9H4B-6iE6AxVpsdW9ODnUvc2XefBhFm4"]
Observations
- 🟡 (01:15) User supplied a pytest suite for institution_lab.governance_adjudication. The suite imports validator constants including DIRECTIONS and CHANGE_STATUSES and checks the adjudication schema’s power_change.change_status enum against CHANGE_STATUSES.
- 🟡 (01:15) The adjudication tests define _run_cli(monkeypatch: pytest.MonkeyPatch, paths: dict[str, Path]) and invoke governance_adjudication.main() through a monkeypatched CLI setup.
- 🟡 (01:15) Test fixtures construct documents, coding packages, adjudications, reviewer/source-audit data, claim_evidence_refs, final_coding, and graph_edge_revision objects; the visible baseline source_audit uses patch_unavailable_count=0, and the visible baseline coding uses body_patch_relation="not_applicable".
- 🟡 (01:15) The test suite includes successful validation assertions expecting errors == [] and failure-path assertions expecting summary["canonicalization_gate"] == "closed".
- 🟡 (01:15) Temporal/status tests parameterize final-coding cases using announced_on and effective_on values and exercise institutional-class validation semantics.
- 🟡 (01:15) Claim-grounding tests construct claim_evidence_refs with field-qualified references, including a visible "title" field case, and exercise power_changes containing right_kind="approve".
- 🟡 (01:15) test_every_input_pin_is_reverified() is parameterized over sorted(FROZEN_INPUT_PINS), checking each frozen input pin independently.
- 🟡 (01:15) Filesystem verification tests use pytest tmp_path, compute hashes with file_sha256(), create artifact.zip, and include the frozen workflow_run_id=33063470968 in the input manifest.