forgo.cloud
Sign in
Repo workspace

forkjoin-ai/gnosis

Contributing to the Gnosis math sandbox

docs/MATH_SANDBOX_CONTRIBUTING.md
forkjoin-ai/gnosis

Contributing to the Gnosis math sandbox

What belongs in MathSandbox

  • Init-first: modules that build without import Mathlib (use GnosisMathPrelude for shared Nat/List helpers).
  • Named axioms: follow the same discipline as the physics sandbox — no anonymous sorry on promoted surfaces.

What belongs elsewhere

Verification

cd open-source/gnosis && pnpm run validate:lean-minimal

This runs lean-minimal lake build and node scripts/validate-init-only-import-closure.mjs (see init-only-import-closure.json).