feat(core): expand runtime/tools surfaces#2828
Conversation
|
CI is currently blocked with �ction_required (fork PR workflow approval). Maintainers: could you please Approve and run the Rust CI workflow for this PR? Thanks! |
Update core CLI/runtime/tooling and provider plumbing, with CI adjustments and new helper tools. Made-with: Cursor
bfd32da to
9424ba6
Compare
|
Update: rebased PR should now be mergeable; remaining status is gated on CI approval ( |
code-yeongyu
left a comment
There was a problem hiding this comment.
This PR has merge conflicts. Please rebase onto main and resolve conflicts.
|
Please rebase onto |
|
The runtime/tools surface expansion looks solid. Adding git_tools and disk as new helpers is a good coverage addition. CI gates (fmt + clippy -D warnings + test) are correctly enforced. One question: are git_tools and disk fully implemented in this PR or just stubbed out? If stubbed, worth noting in the description so reviewers know what's coming next. |
Summary
git_tools,disk).Test plan
rust/:cargo fmtcargo clippy --workspace --all-targets -- -D warningscargo test --workspace