Playbook section: docs/dev/architecture/code_clean/world_class_rust_workspace_refactor_playbook.md § Phase 8.
Baseline anchor: Phase-0 final report docs/dev/baseline/2026-05-12/phase_0_final_report.md (local-only per .gitignore:135). Workspace commit at baseline: 710ca6044 (cast-cleanup, PR #186).
Goals (from playbook)
Verify the 3 feature-using crates (uffs-cli, uffs-client, uffs-mcp) have minimal feature surfaces. cargo-hack already exercises the feature matrix in Tier-2 CI.
Current state (from Phase-0 baseline § 7 entry-point map)
Estimated cost: ~2 hours
Recommended entry points: uffs-cli (default=[], mcp-http-probe) · uffs-client (default=["async"]) · uffs-mcp (default=["streamable-http"])
Acceptance criteria
Workspace policy reminders
- No suppression hacks (
#[allow] blankets, disabled lints, commented-out tests, cfg(any()) hiding)
- Surgical correct fixes (root cause, not workaround)
- Preserve behavior & contracts (public API stable unless CI proves it wrong)
- Improve tests, do not dodge them
Playbook section:
docs/dev/architecture/code_clean/world_class_rust_workspace_refactor_playbook.md§ Phase 8.Baseline anchor: Phase-0 final report
docs/dev/baseline/2026-05-12/phase_0_final_report.md(local-only per.gitignore:135). Workspace commit at baseline:710ca6044(cast-cleanup, PR #186).Goals (from playbook)
Verify the 3 feature-using crates (uffs-cli, uffs-client, uffs-mcp) have minimal feature surfaces. cargo-hack already exercises the feature matrix in Tier-2 CI.
Current state (from Phase-0 baseline § 7 entry-point map)
Estimated cost: ~2 hours
Recommended entry points: uffs-cli (
default=[],mcp-http-probe) · uffs-client (default=["async"]) · uffs-mcp (default=["streamable-http"])Acceptance criteria
refactor/phase-8-...) and a draft PRjust baseline-snapshotafter merge and compare deltas againstdocs/dev/baseline/2026-05-12/Workspace policy reminders
#[allow]blankets, disabled lints, commented-out tests,cfg(any())hiding)