Releases: fly1d/repomin
Release list
ReproMin v0.1.0.dev4
Added
- GitHub Action outputs expose the minimized payload path, report path, and artifact name for downstream CI steps.
- The Action guide includes a copy-paste report validation gate using
repomin report validate --payload ... --json.
Verification
- GitHub Action smoke test consumes and checks all outputs.
- Cross-platform CI, offline benchmarks, and wheel/source-distribution installation tests pass.
This is a pre-alpha feasibility release. ReproMin preserves a configured failure signal in a recorded environment; it is not a proof of code correctness, production reliability, or a security sandbox.
SHA-256:
ea366f91ba1c971d46850cdc341b3903f481297d97e779e747d381eaae39c925repomin-0.1.0.dev4-py3-none-any.whlcfb1dd8eb88a691bf3ecec3fd367568468c4e0ea2ad3fcc7e76f7546feeabc3erepomin-0.1.0.dev4.tar.gz
ReproMin v0.1.0.dev3
Fixed
- GitHub Action artifacts now include the default hidden
.repomin-resultpayload and metadata directories.
Changed
REPOMIN.mdnow summarizes payload file count and byte size.
This is a pre-alpha feasibility release. ReproMin preserves a configured failure signal in a recorded environment; it is not a proof of code correctness, production reliability, or a security sandbox.
SHA-256:
6080715c53cb0c736922c17a94301d5f9f291560fed08f94a42abbbfb23147fbrepomin-0.1.0.dev3-py3-none-any.whlf341638ffca010005a0772d62c50b0cf7879494898805f9f3384f46913db9f77repomin-0.1.0.dev3.tar.gz
ReproMin v0.1.0.dev2
Pre-alpha release focused on reproducible failure reduction and community onboarding.
Highlights:
- Reusable GitHub Action for reducing CI failures and uploading an auditable payload/report artifact.
- Report schema validation and certified payload fingerprint checks.
- Network-free benchmark fixtures, focused benchmark filters, and comparison tooling.
- Runnable Go, Docker, semantic-stub, FastAPI, Pipenv, Python, and MSBuild examples.
- Bash, Zsh, Fish, and PowerShell completion support.
- Cross-platform packaging and installed wheel/source-distribution verification.
This release is pre-alpha. ReproMin is evidence for one configured reproduction in one recorded environment; it is not a correctness proof, production reliability guarantee, or security sandbox.
SHA-256:
- repomin-0.1.0.dev2-py3-none-any.whl: 3b7d2c89412d54a473ebf58aef0fffc176f8c1da970ee9bfa1eed317dcb295f0
- repomin-0.1.0.dev2.tar.gz: c306fa43fee4091502f449deffb7cbd31ef82de0449c36f70f0a85a1c4ec5b25
ReproMin v0.1.0.dev1
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[Unreleased]
Added
- Opt-in
--semantic-reducer httpseam with a provider-agnostic
OpenAI-compatible backend, default-off and with no third-party runtime
dependency. - Opt-in
--text-file RELATIVE_PATHreducer for line-level shrinking of
explicitly selected UTF-8 text files. - Repeatable input controls: recursive gitignore, exact
--keep, exact
--exit-code,--max-attempts, and--max-duration. benchmarks/run_offline.pyregression runner and anoffline-benchmarksCI
job.input-controls,semantic-stub, andtext-linesbenchmark fixtures.
Changed
- Updated the Maven benchmark acceptance envelope for
hierarchical-fixed-point-v2. - Recorded
text_filesin reports and persistent-session identity. - Stabilized Windows process, text, Java classpath, and test-fixture behavior;
Windows is now a required CI matrix lane.
[0.1.0.dev1] - 2026-08-24
Cross-platform pre-alpha feasibility build with semantic and text reducers,
persistent sessions, holdout certification, offline benchmarks, and contributor
documentation.
[0.1.0.dev0] - Unreleased
Initial pre-alpha feasibility build.