# Deferred / Out-of-Scope Items — Phase 35.2

Items discovered during execution that are NOT caused by the current plan's
changes. Logged per executor SCOPE BOUNDARY; not fixed here.

## Plan 35.2-02

- **`tests/native_wrapper_state_retry.rs` fails to compile** — `error[E0063]:
  missing field 'pulse_psyche' in initializer of WrapperHandoffState`. The
  `WrapperHandoffState` struct gained a `pulse_psyche` field in a prior phase;
  this test crate (last touched in commit 844d903, test(25.2-01)) was never
  updated. Pre-existing; unrelated to sync. Blocks a clean full-suite
  `cargo test` run.
- **~21 parallel-test failures across owlery / listener / inbox / spool / sync
  in-module tests** — these collide on the process-global `SPT_HOME` when
  `cargo test` runs threads in parallel. Documented pre-existing issue
  (PROJECT.md "Context" line 49). All pass in isolation / single-threaded
  (`cargo test --lib common::sync -- --test-threads=1` → 23/23 ok). Cleanup
  candidate, not a 35.2 regression.
