cyberneticlibrary

Add missing blocked symbols

phase-b2-fill-blockedworkflowsetup L30
Microck/bun-rust-port-claude-artifacts
What it does

Add missing symbols to Rust crates per dependency report

Best for

Unblocking Rust port tasks by filling symbol gaps from a structured dependency report

Inputs
  • · Crate name
  • · List of missing symbols to export
Outputs
  • · Symbol count added
  • · Files edited list
  • · Skipped symbols with reasons
Requires
  • · cargo check
  • · Rust compiler
  • · FFI header files (.zig, .h)
Preconditions

Repository at /root/bun-5, PORTING.md rules honored, .zig as source-of-truth

Failure modes

Symbol requires cross-crate edit, signature mismatch with header, forbidden patterns used

Trust signals
  • · Per-symbol ground-truth lookup (headers + .zig)
  • · Cargo round limit caps 30
  • · Forbidden patterns checked