This repository was archived by the owner on Aug 7, 2026. It is now read-only.
Releases: Reflective-Lab/machinery
Releases · Reflective-Lab/machinery
Release list
Machinery v1.3.0 — reusable factory + Tier-1 local LLM ops
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-doctorrelease-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'srelease-train.yaml; offered to any repo viafactory-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 operations —
just llm-status/health/test/start/stop/restart/logs+ recursivebuild;build-depot/docs/operations/model-tiers.mddocuments client defaults (max_tokens table + terse-prompt guidance) (PR #6).
Docs
Machinery v1.2.0 — factory consolidation + Bedrock 4.0 migration wave
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.jsonregistry,rp-tabletooling,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-platformgit 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
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 testsQuick Commands
just check— Type-check all projectsjust test— Run all 459 testsjust ci— Full CI pipelinejust doctor— Factory health checks