Some checks are pending
Lean Action CI / build (push) Waiting to run
The six generic methodology / repo-organization modules (Meta / Edit / Restructure / MacroAlias / MetaPath / Methodology) move out of CubicalTransport/Algebra/ into the new Infoductor repo at http://maxgit.wg:3000/max/infoductor. cubical-transport-hott-lean4 now `require`s `infoductor` from that forgejo URL. Imports updated: - import CubicalTransport.Algebra.X → import Infoductor.Foundation.X - open CubicalTransport.Algebra → open Infoductor Files that stay (cubical-domain-specific): - CubicalTransport/Algebra/EngineMethodologies.lean (cubical closing-form @[methodology] tags) - CubicalTransport/Algebra/Test.lean (integration tests) Files deleted (moved to Infoductor.Foundation): - CubicalTransport/Algebra/Meta.lean - CubicalTransport/Algebra/Edit.lean - CubicalTransport/Algebra/Restructure.lean - CubicalTransport/Algebra/MacroAlias.lean - CubicalTransport/Algebra/MetaPath.lean - CubicalTransport/Algebra/Methodology.lean Architecture rationale (per memory: "Infoductor — generic methodology / repo-organization project"): - Foundation primitives are domain-agnostic; anyone can register their own methodology atop them, regardless of cubical interest. - Cubical-transport keeps the question-form (CompQ etc.) and cubical-specific @[methodology] / @[metaPath] decls. - topolei (next, separate work) will consume both Infoductor.Foundation and cubical-transport, picking cubical as its methodology. - "Info-ductor" — conducts information through a codebase; pairs with Pantograph (the conductor sits atop the pantograph hardware on an electric train). 93/93 tests pass (47 smoke + 46 property). 53 build jobs total (43 cubical + 10 Infoductor.Foundation + linker stages). No new axioms, no behavioural change — pure code-organization refactor. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
34 lines
1.1 KiB
Text
34 lines
1.1 KiB
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 Infoductor.Foundation.Meta
|
|
import Infoductor.Foundation.Edit
|
|
import Infoductor.Foundation.Restructure
|
|
import Infoductor.Foundation.MacroAlias
|
|
import Infoductor.Foundation.MetaPath
|
|
import Infoductor.Foundation.Methodology
|
|
import CubicalTransport.Algebra.EngineMethodologies
|
|
import CubicalTransport.Algebra.Test
|
|
import CubicalTransport.PropertyTest
|