Skip to content

fragility-engine 0.4.0

Choose a tag to compare

@theorem6 theorem6 released this 19 May 23:07
ae10cbd

Summary

Charter-scope release for the Fragility Discovery Engine: five reference domains, frozen benchmark harness (benchmark-manifest-v2), and publication tooling (Phase L).

Highlights

  • Phase N: liquidity_ladder domain, bundle liquidity_ladder_rollout_v1, joint attribution, counterfactual parity
  • Institutional composite v4 (penta): five-domain audit JSON + bundled sample + viewer preset
  • Benchmark regression: integral, attack_cost, and collapsed-expect floors on frozen bundles
  • Manifest CI parity: runtime-independent manifest_summary_sha256 digest
  • Docs: docs/README.md hub, docs/PROJECT_STATUS.md
  • Tests: 471 pytest cases; 110+ CLI subprocess smokes

Install (no PyPI)

Release wheel (attached):

pip install https://github.com/AgenticOp-io/fragility-discovery-engine/releases/download/v0.4.0/fragility_engine-0.4.0-py3-none-any.whl

Helper script (auto: editable in matching checkout, else wheel):

bash scripts/install_release.sh v0.4.0
# Windows: powershell -NoProfile -File scripts/install_release.ps1 -Tag v0.4.0

Git tag: pip install "fragility-engine @ git+https://github.com/AgenticOp-io/fragility-discovery-engine.git@v0.4.0"

Contributors / GCE: git checkout v0.4.0 && pip install -e ".[dev]" — see RELEASING.md on main.

Verify

bash scripts/ci_local.sh
python scripts/run_benchmark_suite.py --validate

Assets

  • fragility_engine-0.4.0-py3-none-any.whl
  • fragility_engine-0.4.0.tar.gz

Citation

Record git tag v0.4.0, benchmark manifest JSON, and pinned replay/Pareto artifacts. See docs/PAPER_APPENDIX_WORKFLOW.md.

Full merge

#5