VFS Federation Studio 1.1.5 · Offline help

Monk Loom overview

Monk Loom is an optional neural attachment stored inside a Federation Image v2 beside its Monk policy. It is small enough to execute in Pure Perl, deterministic enough to produce the same evidence fingerprint in Python and Perl, and deliberately unable to act on the VFS by itself.

The original separation: Monk remains the rule and policy authority. Loom recognizes patterns and emits evidence. The validated VFS transaction path remains the only way to create a new committed generation.

What it can do

Version 0.0.11 adds Monk Spindle recipes and explicit root-owned training corpora, so a model can learn directly from verified records stored in VFS Federation while preserving the proposal-only boundary.

Version 0.0.12 adds Chronicle registration and review state. A candidate can be accepted or rejected as evidence without gaining authority to apply or commit itself.

What it cannot do

Why fixed point?

Floating-point libraries and hardware can differ at edge cases. Loom uses signed integer fixed-point math, explicit truncation toward zero, bounded values, and saturation after every layer. That contract is easy to audit and portable to core Perl without a native machine-learning dependency.