@agent-os/workspace-binding
Purpose
Section titled “Purpose”Composition package for binding standard workspace tools and workspace material refs into one runtime submit binding object.
Invariant
Section titled “Invariant”Workspace-binding is a write-side binding helper only. It does not normalize paths, project diagnostics, execute external tools, or mint receipts.
Minimal Usage
Section titled “Minimal Usage”Use it when a consumer already has a WorkspaceEnv and needs run-scoped submit
bindings for the standard workspace tools.
import { bindWorkspaceToolsForRuntime } from "@agent-os/workspace-binding";External workspace execution still requires a receipt/dispatch-backed path.
Verification
Section titled “Verification”cd packages/composers/workspace-bindingvp test run