cubical-transport-hott-lean4/CubicalTransport.lean
Maximus Gorog d03746497b
Some checks failed
Lean Action CI / build (push) Has been cancelled
Drop Infoductor dependency; cubical-transport is now pure cubical engine
The cubical-flavored methodology bindings move out of cubical-
transport-hott-lean4 into a new private bridge repo
`infoductor-cubical` (separate next commit on that repo).

Files removed (moved to infoductor-cubical):
- CubicalTransport/Algebra/EngineMethodologies.lean
- CubicalTransport/Algebra/Test.lean
- (CubicalTransport/Algebra/ directory now empty, removed.)

Files modified:
- CubicalTransport.lean: drop the 8 Infoductor + Algebra imports.
- CubicalTransport/FFITest.lean: drop `import Infoductor.Foundation
  .Restructure` + `open Infoductor` + the 4 Infoductor.Foundation
  smoke tests (they belong in the bridge repo, not in the engine).
- lakefile.toml: drop the `[[require]] infoductor` block.

Architecture rationale:
- Public Infoductor: Foundation + Comonad — generic Lean 4 repo-
  organization primitives, Mathlib-only-when-needed.
- Public cubical-transport-hott-lean4: pure cubical engine, no
  Infoductor dep, no methodology bindings.
- Private infoductor-cubical (next): bridges Infoductor.Foundation
  + cubical-transport into a "Cubical" methodology surface for
  Infoductor.

Test count: 47 → 43 smoke (the 4 Algebra smokes leave with the
moved files).  46/46 properties.  Total 89/89 passing.  46 build
jobs (was 53 with Infoductor pulled in).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 07:52:59 -06:00

26 lines
830 B
Text

import CubicalTransport.Interval
import CubicalTransport.Face
import CubicalTransport.Syntax
import CubicalTransport.DecEq
import CubicalTransport.Subst
import CubicalTransport.DimLine
import CubicalTransport.Typing
import CubicalTransport.Equiv
import CubicalTransport.Glue
import CubicalTransport.Value
import CubicalTransport.Transport
import CubicalTransport.Line
import CubicalTransport.Eval
import CubicalTransport.EvalTest
import CubicalTransport.Readback
import CubicalTransport.FFI
import CubicalTransport.FFITest
import CubicalTransport.ValueTyping
import CubicalTransport.TransportLaws
import CubicalTransport.System
import CubicalTransport.CompLaws
import CubicalTransport.Soundness
import CubicalTransport.Inductive
import CubicalTransport.Bridge
import CubicalTransport.Question
import CubicalTransport.PropertyTest