Gate and stub crate dependencies
phase-b1-tierworkflowsetup L3★0
mechanistic-org/global_agent ↗What it does
Gate-and-stub Rust crates until cargo check passes
Best for
Cross-crate compilation where gating must preserve Phase-A drafts and later tiers depend on stubs.
Inputs
- · [object Object]
Outputs
- · [object Object]
Requires
- · Bash (cargo check)
- · Edit tool
- · Rust compiler
Preconditions
- · Crate tier structure known
- · Edit access to src/
Failure modes
- · Circular dependency between tiers
- · Symbol missing from lower tier
- · Nightly feature required
Trust signals
- · No git/delete/new-file mutations
- · cfg(any()) gating pattern
- · Per-crate pipeline