openpencil/crates/op-orchestrator
Fini fa2d06c5af refactor(ai): drop dead node_base_role helper in validation_fixes_apply
memory-tagged follow-up — `node_base_role(node) -> Option<&str>` (line
568 of `validation_fixes_apply.rs`) was a thin shim over
`node.base().role.as_deref()` with zero call sites anywhere in
crates/* or vendor/*. Inlining at the (single, hypothetical) caller is
shorter than the helper itself.

`cargo test -p op-orchestrator` still 585 passed; workspace 1880
passed; fmt + clippy --workspace -D warnings clean.
2026-05-24 16:41:36 +08:00
..
src refactor(ai): drop dead node_base_role helper in validation_fixes_apply 2026-05-24 16:41:36 +08:00
tests style(workspace): oxfmt catch-up — 8 pre-existing fixture/golden/tool files 2026-05-23 19:45:53 +08:00
tools style(workspace): oxfmt catch-up — 8 pre-existing fixture/golden/tool files 2026-05-23 19:45:53 +08:00
Cargo.toml feat(orchestrator): concurrent executor — semaphore + serialized replay 2026-05-23 04:06:51 +08:00