Skip to content
This repository was archived by the owner on Aug 7, 2026. It is now read-only.

Releases: Reflective-Lab/machinery

Machinery v1.3.0 — reusable factory + Tier-1 local LLM ops

Choose a tag to compare

@kpernyer kpernyer released this 22 Jul 22:35
a3a4c03

Unified 4-project release. Builds on v1.2.0.

Build — reusable factory

  • Reusable factory kit — Machinery offers its CI gates (hermetic-audit, fresh-clone) to any repo via a native-prep hook (PR #5).
  • project-doctor release-train-driven + reusable — the check bundle (RP-LAYERING, crate-size, snapshot-portability, rustc-pinning, helms-substrate-seam, branch-hygiene) derives its workspace set from the caller's release-train.yaml; offered to any repo via factory-project-doctor.yml (PR #7). Step toward retiring the root factory (RFL-227).
  • Marquee app seam factory contract + Cohort B wiring (Runway + Commerce bootstrap checklists).

Runtime — local LLM ops

  • Tier-1 local-LLM operationsjust llm-status/health/test/start/stop/restart/logs + recursive build; build-depot/docs/operations/model-tiers.md documents client defaults (max_tokens table + terse-prompt guidance) (PR #6).

Docs

  • Runway: E15 deferred-data & sync-boundaries design (PR #8); App Execution Container ↔ marquee seam; ADR-011 storage-decision back-link (PR #9).

Machinery v1.2.0 — factory consolidation + Bedrock 4.0 migration wave

Choose a tag to compare

@kpernyer kpernyer released this 22 Jul 22:10
e7a8f54

Unified 4-project release (Build-Depot · Runtime-Runway · Commerce-Rails · Chart-Room/Strategy).

Added — software-factory consolidation (RFL-226)

  • Software factory consolidated into build-depot/: engineering standards, recurring-properties.json registry, rp-table tooling, factory-overview.md, approved-libraries.md; strategy-validator onboarded.
  • New recurring property RP-DOC-CANON-FRESH (documentation-trust freshness) + the generated-canon ownership rule (repository-adoption.md): repos reference Build-Depot for gate/scorecard/RP semantics; gate-status docs are pointers, not second definitions.

Changed — Bedrock 4.0 migration wave (RFL-195)

  • runtime-runway ported to converge 4.0 API; converge/manifold deps repointed to bedrock-platform git tags; reqwest 0.13, sha2 0.11 alignment; dep/import cleanup.
  • commerce-rails reqwest 0.12→0.13; runway-storage pin 3.6.0.

Security

  • Cleared all 19 open Dependabot alerts (chart-room/strategic/validator).
  • Fixed strategy-validator fingerprint_repo (98→106 tests passing).

Base for the v1.3.0 cycle (reusable factory kit, project-doctor, marquee seam) — see CHANGELOG.

Machinery v1.0

Choose a tag to compare

@kpernyer kpernyer released this 10 Jul 00:59

Unified operations platform consolidating:

  • Build-Depot: Factory Authority (25 tests)
  • Runtime-Runway: Deployment & Runtime (405 tests)
  • Commerce-Rails: Billing & Commerce (29 tests)
  • Chart-Room: Governance & Evaluation

All 459 tests passing. Ready for production.

What's Included

One unified git repository with four strong logical boundaries. Each project maintains independent build recipes, dependencies, and tests while sharing coordinated release versioning.

Installation

git clone git@github.com:Reflective-Lab/machinery.git
cd machinery
just test  # Run all 459 tests

Quick Commands

  • just check — Type-check all projects
  • just test — Run all 459 tests
  • just ci — Full CI pipeline
  • just doctor — Factory health checks