mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
Wire visual primitive formalism into constitution
This commit is contained in:
parent
4a52398f1b
commit
abfbdc2c1e
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ import Semantics.Graph.Diff
|
|||
import Semantics.Graph.Torsion
|
||||
import Semantics.FAMM
|
||||
import Semantics.RGFlow
|
||||
import Semantics.VisualPrimitive
|
||||
|
||||
namespace Semantics.Constitution
|
||||
|
||||
|
|
@ -24,4 +25,7 @@ def artifactFirstInvariant : Prop := True
|
|||
/-- FORMING marker for the bootstrap constitution. -/
|
||||
def settlementState : String := "FORMING"
|
||||
|
||||
/-- Visual primitives are now part of the canonical witness surface. -/
|
||||
def visualPrimitiveWitnessSurface : Prop := True
|
||||
|
||||
end Semantics.Constitution
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue