Skip to content

Method Factory v2.0.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@RedEyeNinja-BKK RedEyeNinja-BKK released this 08 Aug 08:06
c30332b

Method Factory v2.0.0-rc.1 - first SQLite persistence release candidate

RC1 scope

  • SQLite is now the canonical transactional store.
  • Append-only event/history model with deterministic replay validation.
  • Immutable content-addressed artifact storage.
  • Public v0.1.2 JSONL → SQLite migration via mf migrate-store.
  • Deterministic current event export: method-factory-events-v1.
  • Deterministic v0.1.2-shaped evidence export: legacy-v012-jsonl.
  • Minimal supported CLI for this RC: migrate-store and export.
  • Python 3.11 and 3.12 verified.

Evidence

  • Accepted candidate: ac090e879beb737603527ad756a0206a752ff8a3
  • Integration commit: a4b0ba48f0e15abfb6b615817689d96b42c7c311
  • Final release-seal main SHA: c30332bae9c144b28dcc14b356c8b483a0547b1d
  • Final-main CI: run 31247594657 - 3.11 job 93078612625, 3.12 job 93078612614 (420 tests green both, exact-main checkout identity proven)
  • Wheel: methodfactory-2.0.0rc1-py3-none-any.whl
  • Wheel SHA-256: c786d02ff90938cc936f5e21a4d9313bb2687eae3dd3610381568af34c7334dc

Important non-claims / RC limitations

  • This is a release candidate, not final 2.0.0.
  • JSONL is no longer the canonical transactional store.
  • Hash-chain integrity is internal consistency evidence, not cryptographic authenticity.
  • Generic import is not part of RC1.
  • Backup/restore and garbage collection are not part of RC1.
  • Broader lifecycle CLI remains intentionally unavailable in this RC.