File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Contribution Guidelines: Non-Zero Integrity
2+
3+ To maintain the structural integrity of the NZM-Substrate, all contributions must adhere to ** Axiom VIII (Persistence)** .
4+
5+ ### ⛔ Hard-Fail Criteria (Substrate Leakage)
6+ Any Pull Request (PR) will be automatically rejected as "Substrate Leakage" if it:
7+ * ** Imports ` numpy ` ** or any library reliant on classical zero-based linear algebra.
8+ * ** Uses the digit ` 0 ` ** as a return value, identity element, or terminal state.
9+ * ** Relies on floating-point precision** (Floats are lossy simulations of continuity).
10+
11+ ### ✅ Success Criteria
12+ * ** Braid-Native Logic:** Values must be represented as persistent topological relations.
13+ * ** Residue Representation:** All "annihilation" operations must return a non-zero residue ($\epsilon$).
You can’t perform that action at this time.
0 commit comments