Dated remediation item (2026-07-25, §13) surfaced during #169: three test_rebuild_profiles cases fail identically on main with a bridge_finder ValueError sourced from the developer's live ~/.claude session data. Tests reading the developer's real home directory violate test isolation (results depend on whose machine runs them) — the fixture should be a synthetic projects dir. Classify per test-engineer rules: hidden shared state, not flakiness. Fix: hermetic fixture + regression test for the bridge_finder ValueError itself (it may be a real bug against unusual session data, not just a test problem).
Dated remediation item (2026-07-25, §13) surfaced during #169: three
test_rebuild_profilescases fail identically on main with abridge_finderValueError sourced from the developer's live~/.claudesession data. Tests reading the developer's real home directory violate test isolation (results depend on whose machine runs them) — the fixture should be a synthetic projects dir. Classify per test-engineer rules: hidden shared state, not flakiness. Fix: hermetic fixture + regression test for the bridge_finder ValueError itself (it may be a real bug against unusual session data, not just a test problem).