Workspaces & Federation

VFS Federation Studio 1.1.5 · Offline help

Inspect paths and Monk rules

Use worker-isolated instruments to explain resolution and policy outcomes before changing a package design.

Path Resolution Lens

The Lens traces how a normalized virtual path moves through an active Federation Image v2. It reports matching mounts, priority, delivery mode, collision policy, chosen layer, and bounded failure details.

  1. Open or select the VFS image to inspect.
  2. Open Path Resolution Lens.
  3. Enter an absolute virtual path such as /docs/index.html.
  4. Run the trace and read the steps in order; do not infer omitted steps.
  5. Use the stable diagnostic code when reporting an error.

Rule Lab

Rule Lab executes a bounded Monk policy inspection outside the UI process. It shows inputs, matched scopes, rule decisions, and validation diagnostics without granting the instrument commit authority.

  1. Select the VFS image and relevant rule or observation input.
  2. Run validation.
  3. Review every warning, denied scope, unknown feature, and budget result.
  4. Change the workspace rule configuration separately, then run the instrument again.

Progress and cancellation

The status strip reports worker stages and measurable progress. Cancellation is cooperative: the UI requests cancellation, the worker acknowledges at a safe boundary, and no partial result is promoted as successful. A task identity prevents stale output from being displayed as the current run.

Interpreting outcomes

OutcomeInterpretationNext step
ResolvedThe selected image answered under its current data and policies.Compare the chosen source and mount with design intent.
CollisionMultiple layers require a declared resolution.Review the mount’s collision policy.
DeniedA Monk rule or scope rejected the operation.Inspect rule evidence; do not bypass it in the UI.
Budget or format errorThe input exceeded a portable limit or failed validation.Correct the input or configuration; do not raise limits casually.
CancelledNo completed result was promoted.Rerun when ready.
Safety boundary: these instruments explain and validate. They do not rewrite the image, change Chronicle trust, accept a neural proposal, or commit a build.