Skip to content

v0.2.0: Minos 🧬 — Miner onboarding (demo/practice), AI assistant, round-only scoring

Latest

Choose a tag to compare

@minos-protocol minos-protocol released this 25 Jul 04:51
cb85f13

Highlights

  • Miner onboarding — demo & practice modes. --demo downloads a fixed, fully-answered sample and prints the exact score a validator would compute, so you can validate your pipeline before going live. --practice lets you score any chr20/chr21 sample and compare configs. (#15, #17)
  • Miner AI assistant. A bundled knowledge pack + setup (Ditto / OpenClaw / Hermes) to help operators tune configs, read scores, and diagnose "why is my weight 0?" issues. (#16)
  • Round-only scoring for weights. Validator weights now use each round's Advanced Score directly (no EMA/history smoothing). Recent participation remains a separate eligibility gate. (#14)
  • FreeBayes deprecated (Phase 1) and bcftools caller-mode default fixed. (#13)
  • Hands-off updates. Safe PM2 auto-update scripts (enable_auto_update.sh / disable_auto_update.sh) for miners and validators. (#14)
  • Parameter-ranges documentation. New docs/parameter_ranges.md mirroring the live GET /scoring/parameter-ranges endpoint (accepted params + valid ranges per tool), plus a docs audit that removed stale content. (#18)

Changes since v0.1.3

  • Deprecate FreeBayes (Phase 1); fix bcftools caller-mode default (#13)
  • Round-only Advanced Score for validator weights; safe PM2 auto-update scripts (#14)
  • Miner --demo flag for sandbox onboarding (#15)
  • Miner AI assistant setup + knowledge pack (#16)
  • Practice mode; --demo now scores your own submitted config (#17)
  • Parameter-ranges reference doc + stale-doc audit fixes — corrected reward split, removed a stale num_mutations field, fixed the region description, added the new endpoint to reference lists (#18)
  • Installer, PM2, and start-script tooling overhaul supporting demo/practice, the assistant, and auto-update

Notes for operators

  • FreeBayes submissions are rejected — use GATK, DeepVariant, or bcftools.
  • Accepted parameters and valid ranges are published at GET https://api.theminos.ai/scoring/parameter-ranges (always current) and documented in docs/parameter_ranges.md.