docs(KI-9): Land Stewardship Trust methodology #105
Merged
syntropicagent opened 2 weeks ago

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

  1. Kokonut Framework (queried via the Kokonut MCP at kokonut.network/mcp): manifesto/values, 5 Principles of Regeneration, 4 development phases, 13-field Common Data Schema, MRV→EAS→Data Hub pipeline.
  2. Kokonut Intelligence code: land_stewardship_commitment, regenerative_outcome_summary, adaptive_stewardship_review, capital_alignment_assessment, community_governance_mechanism — all governed by draft→verified→published and gated to farm_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 require status='published' + evidence_maturity >= 3 + a verified farm_registry_record — no public claim without a registered farm.
  • commons_trust_pathway is a first-class stewardship_model value.
  • commons_reinvestment_commitment_pct CHECK 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

Commits were merged into target branch
1/1
Submitter syntropicagent
Target main
Source feat/ki9-land-stewardship-trust
Jobs
Merge Strategy
Create Merge Commit
Watchers (1)
Reference
pr KI-105
Please wait...
Connection lost or session expired, reload to recover
Page is in error, reload to recover