From 51f2f0d588470ccacae4e4a1d618c43fb45ff852 Mon Sep 17 00:00:00 2001 From: Hibou04-ops Date: Thu, 7 May 2026 16:58:18 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20release=201.7.3=20=E2=80=94=20README/s?= =?UTF-8?q?ource=20cross-check=20(test=20count=20fix)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cross-check against actual source code: - Test count: badge said 227, pytest --collect-only -q reports 317. Synced. - Provider list, env vars, CLI subcommands: verified in sync. Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- README_KR.md | 2 +- pyproject.toml | 2 +- src/omegaprompt/__init__.py | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0c40f..1e8f67b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [Unreleased] +## [1.7.3] - 2026-05-07 + +### Fixed + +- **Test count badge synced with reality** — was 227 (stale), actual is 317. README + README_KR updated. +- No code changes. + ## [1.7.2] - 2026-05-07 Re-publish to refresh the PyPI page rendering. No code changes. diff --git a/README.md b/README.md index 120a9cc..80f44cc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![License: Apache 2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE) [![Python](https://img.shields.io/badge/python-3.11%2B-blue.svg)](https://www.python.org) [![PyPI](https://img.shields.io/pypi/v/omegaprompt.svg)](https://pypi.org/project/omegaprompt/) -[![Tests](https://img.shields.io/badge/tests-227%20passing-brightgreen.svg)](tests/) +[![Tests](https://img.shields.io/badge/tests-317%20passing-brightgreen.svg)](tests/) [![Artifact schema](https://img.shields.io/badge/artifact-schema%20v2.0-blueviolet.svg)](#8-the-calibrationartifact-schema-v20) [![MCP](https://img.shields.io/badge/MCP-server-blueviolet.svg)](#103-mcp-server-claude-code-cursor) [![Parent framework](https://img.shields.io/badge/framework-omega--lock-blueviolet.svg)](https://github.com/hibou04-ops/omega-lock) diff --git a/README_KR.md b/README_KR.md index 2f8a434..6dcab53 100644 --- a/README_KR.md +++ b/README_KR.md @@ -6,7 +6,7 @@ [![License: Apache 2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE) [![Python](https://img.shields.io/badge/python-3.11%2B-blue.svg)](https://www.python.org) [![PyPI](https://img.shields.io/pypi/v/omegaprompt.svg)](https://pypi.org/project/omegaprompt/) -[![Tests](https://img.shields.io/badge/tests-227%20passing-brightgreen.svg)](tests/) +[![Tests](https://img.shields.io/badge/tests-317%20passing-brightgreen.svg)](tests/) [![Artifact schema](https://img.shields.io/badge/artifact-schema%20v2.0-blueviolet.svg)](#calibrationartifact-schema-v20) [![MCP](https://img.shields.io/badge/MCP-server-blueviolet.svg)](#mcp-서버) [![Parent framework](https://img.shields.io/badge/framework-omega--lock-blueviolet.svg)](https://github.com/hibou04-ops/omega-lock) diff --git a/pyproject.toml b/pyproject.toml index 7537d73..1db1046 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "omegaprompt" -version = "1.7.2" +version = "1.7.3" description = "Provider-neutral prompt calibration engine with sensitivity-ranked meta-axes, hard-gate x soft-score fitness, walk-forward ship gates, guarded/expedition profiles, and explicit capability/risk reporting across Anthropic, OpenAI, Gemini, and local OpenAI-compatible backends. Optional sub-tools (mini-omega-lock, mini-antemortem-cli) distribute separately and plug in via the omegaprompt.preflight interface." readme = "README.md" requires-python = ">=3.11" diff --git a/src/omegaprompt/__init__.py b/src/omegaprompt/__init__.py index 4d435f2..c91daf5 100644 --- a/src/omegaprompt/__init__.py +++ b/src/omegaprompt/__init__.py @@ -108,7 +108,7 @@ report, ) -__version__ = "1.7.2" +__version__ = "1.7.3" __all__ = [ # domain