vectie/moonmoon/src/kernel does not have a README file
pub(all) struct EvidenceGate {
gate_id : String
label : String
owner_package : String
readiness : ReadinessState
proof_artifact : String
blocker : String
next_action : String
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct KernelLayer {
layer_id : String
label : String
owns : String
source_contract : String
current_artifact : String
readiness : ReadinessState
next_output : String
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct MoonMoonKernel {
kernel_id : String
product_name : String
current_site_id : String
thesis : String
operating_rule : String
layers : Array[KernelLayer]
evidence_gates : Array[EvidenceGate]
build_queue : Array[BuildTask]
} derive(Eq, ToJson, Debug, FromJson)MoonBit-native lunar world model for measured terrain evidence, mission constraints, and robot-facing MoonSuite boundaries.
Dependencies