Skip to content

TLFL v0.4.0-layerbridge

Choose a tag to compare

@kernelpanic888 kernelpanic888 released this 08 Jul 21:09
· 42 commits to 91f54255e8ee87f7c209141339ee9d0307ffa2c3 since this release

TLFL v0.4.0-layerbridge

This release adds LayerBridge, a small Lean-checked public surface for the
boundary between guarded experiments and stable TLFL modules.

The bridge records two directions:

ExperimentSpace --PromotionBridge--> TLFLModule
TLFLModule      --ProjectionBridge--> ExperimentSpace

What changed

  • Added lean/LayerBridge.lean
  • Registered the LayerBridge Lean library in lakefile.lean
  • Linked the bridge from README.md
  • Added docs/LAYER_BRIDGE_PUBLICATION_PASSPORT.md
  • Kept local/private operator surfaces out of the public source tree

Claim boundary

This release claims only that the bridge API is a checked public boundary
surface and that the promotion/projection rule is documented.

It does not claim autonomous operation, empirical closure, payment/business
approval, or certification of future promoted modules.

Verification

lake build LayerBridge TMI OLean
Build completed successfully (61 jobs).

Links