fabric-schema

Installation
SKILL.md

Fabric Schema

Start with const status = await schema.status();.

  • off: compatibility mode; state discipline is optional and does not gate direct pi.edit, pi.write, or pi.bash.
  • audit: reports actions enforce mode would block without changing behavior.
  • enforce: host authorization for protected-workspace file changes. Reads remain available; mutations require one same-fabric_exec schema.hypothesize → schema.verify → schema.commit sequence. Direct mutations, agents, state/mesh writes, compaction, MCP, extensions, and external providers are blocked.

Evidence is not proof. Verification confirms falsifiable observations at one fingerprinted workspace state; postconditions confirm scoped observations after declared operations. Either can pass without establishing general semantic correctness.

Enforce loop

Observe, hypothesize with literal/SHA evidence or a host-configured trusted command, verify, then commit only with the returned short-lived certificate and observed SHA:

Installs
1
GitHub Stars
35
First Seen
5 days ago
fabric-schema — monotykamary/pi-fabric