docs(KI-9): Land Stewardship Trust methodology #105
Commits were merged into target branch
-
2 weeks ago
-
2 weeks ago
-
2 weeks ago
-
| Submitter | syntropicagent |
| Target | main |
| Source | feat/ki9-land-stewardship-trust |
Jobs
Merge Strategy
Create Merge Commit
KI-9 — Kokonut Syntropic Land Stewardship Trust Methodology (v1.1-hardening)
Status: DRAFT. A methodology, not a code change — it operationalizes the Kokonut Framework into a replicable stewardship procedure using schema that already exists in KI.
Grounded in two sources
land_stewardship_commitment,regenerative_outcome_summary,adaptive_stewardship_review,capital_alignment_assessment,community_governance_mechanism— all governed bydraft→verified→publishedand gated tofarm_registry_record.Deliverables
docs/land-stewardship-trust.md: the methodology — why it exists, the Trust instruments (mapped to real tables), the 5-step adoption procedure, enforcement guardrails, and a replicability checklist for any KI adopter.tests/test_land_stewardship_trust.py: asserts the enforcement gates exist (lifecycle columns, v_public_* farm_registry verification join, commons_trust_pathway model). Runs against live schema in CI/staging.Key design decision
The Trust is enforced by existing schema, not new tables:
v_public_*views requirestatus='published'+evidence_maturity >= 3+ a verified farm_registry_record — no public claim without a registered farm.commons_trust_pathwayis a first-classstewardship_modelvalue.commons_reinvestment_commitment_pctCHECK enforces capital discipline.Out of scope
Legal trust instrument / title transfer, on-chain land title (future EAS extension), MiCA token treatment (KI-11).
CI
Doc + tests. Test file runs against the live KI schema (CI/staging have it); locally it requires the SOPS-backed DB like other migration/integration tests.
Refs KI-9 · iteration v1.1-hardening