Skip to content

Genesis Mesh v0.19.0

Choose a tag to compare

@thaersaidi thaersaidi released this 08 Jun 08:04
· 22 commits to main since this release

Genesis Mesh v0.19.0

v0.19.0 turns the v0.18.0 founding community operator proof into an active operator continuity track.

Highlights:

  • Adds public founding community operator documentation at docs/operators/founding-community-operators.md.
  • Links founding community operators from README, the Sphinx operator docs, and the docs toctree.
  • Adds ops/plan-v0.19.0.md for Active Sovereign Operator Continuity.
  • Extends examples/founding-community-operators/operators.json with the v0.19.0-active-sovereign-operator-continuity milestone and continuity expectations.
  • Bumps package metadata to 0.19.0.

Validation:

  • operators.json parsed successfully.
  • genesis-mesh trust-bundle validate --bundle examples/official-operators/usg-nb/trust-bundle.json --format json passed with 9 active recognition edges in the bundle.
  • python -m sphinx -b html -W docs docs/pages passed.
  • pre-commit run --all-files passed with only check-added-large-files skipped because Windows Application Control blocks that hook wrapper.
  • pre-commit run --all-files --hook-stage pre-push passed, including pytest.
  • python -m build produced the 0.19.0 sdist and wheel.