Skip to content

Genesis Mesh v0.18.0

Choose a tag to compare

@thaersaidi thaersaidi released this 08 Jun 06:54
· 25 commits to main since this release

Genesis Mesh v0.18.0

  • Adds public official operator artifacts under examples/official-operators/ for MiraOS-NA, 001-NA, anonymous-NA, AMINE-M6-NA, ONS-A-NA, and USG-NB.
  • Includes a refreshed USG-NB trust bundle exported from http://164.92.250.135:8443 after connectome validation, showing 9 active recognition edges at export time.
  • Bumps package metadata from 0.17.11 to 0.18.0.
  • Keeps runtime homes, logs, process IDs, databases, local configs, and private keys ignored.

Validation:

  • JSON syntax validation for all staged operator artifacts.
  • genesis-mesh trust-bundle validate --bundle examples/official-operators/usg-nb/trust-bundle.json --na http://164.92.250.135:8443 --format json.
  • pre-commit run --all-files and pre-commit run --all-files --hook-stage pre-push; check-added-large-files was skipped only because Windows Application Control blocked the pre-commit wrapper, and the same hook implementation was run directly to verify added file sizes.
  • python -m build produced the 0.18.0 sdist and wheel.