You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: narrow workspace visibility with hawk and delete the exposed dead code
Apply cargo-hawk's closed-world visibility fixes (258 pub -> pub(crate)/private
narrowings across 43 files; the agentfs binary is the workspace's only product
and this fork has no external library consumers). Then remove the dead code the
narrowing exposed: the duplicate CLI telemetry snapshot, unused telemetry
recorders, MountSpec, NfsServerHandle::is_finished, run_supervised_pid, the
tokio set_parent_death_signal variant, and unused constructors/accessors in
core. Test-only helpers (OverlayFS::delta, import_entries, KvStore::new,
ToolCalls::new, ProfileSnapshot::counter) move behind #[cfg(test)], and the
docs/knobs manual-generation machinery becomes #[cfg(test)] modules since its
only consumers are their parity tests.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
0 commit comments