From 82a1760b429901b0869266e09aea597d03595060 Mon Sep 17 00:00:00 2001 From: bash0816 Date: Wed, 15 Jul 2026 10:57:27 +0900 Subject: [PATCH] fix: restore gate_summary/rollback_version lost in PR #121 merge (manifest fields only, no regeneration) Co-Authored-By: Claude Sonnet 5 --- config/codex-termux-release-manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/codex-termux-release-manifest.json b/config/codex-termux-release-manifest.json index 51379ce..dc0c6f4 100644 --- a/config/codex-termux-release-manifest.json +++ b/config/codex-termux-release-manifest.json @@ -37,13 +37,13 @@ "status": "published", "scope": "wrapper_package" }, - "gate_summary": "0.144.1 published as @latest. Build run 29071408896.", + "gate_summary": "0.144.3 published as @latest. Build run 29282002840.", "install_command": "npm install -g @bash0816/codex-termux@latest", "update_strategy": "npm_reinstall_audited_package", "update_command": "codex update", "update_guidance": "Run codex update to install the latest audited package version.", "manifest_url": "https://raw.githubusercontent.com/bash0816/Codex-Termux/main/config/codex-termux-release-manifest.json", - "rollback_version": "0.143.0", + "rollback_version": "0.144.1", "rollback_policy": "Reinstall an explicit published version with npm to roll back.", "distribution_strategy": "public-npm-package", "audited_at": "2026-07-01T00:00:00+09:00",