Validate library asset
validate_library_assetVerify that a local library asset exists and matches an optional manifest. Choose static mode for a quick filesystem check or deep_roundtrip for isolated .tox validation in a disposable quarantine bridge.
Instructions
Check that a local library asset exists and is referenced by an optional manifest. The default static mode preserves the cheap filesystem check. Opt-in deep_roundtrip validates an absolute .tox in an authenticated disposable quarantine bridge on a non-9980 port, using a structured loadTox-only job with bounded polling and verified scratch cleanup; offline evidence is UNVERIFIED, never PASS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deep | No | ||
| path | Yes | ||
| manifest_path | No | ||
| validation_mode | No | static |