File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 1.2.1 - 2026-07-21
6+
57- Create or refresh the GitHub Release from the exact verified distributions
68 and matching changelog section only after protected PyPI publication succeeds.
79- Run Python and frontend CI gates in parallel, verify releases on Apple Silicon
810 macOS, retain temporary distributions for seven days, remove the duplicate
911 Ubuntu wheel smoke, and reduce upgrade validation to the latest public
1012 predecessor-to-candidate path.
1113
14+ - Let users author Investor Context directly with native Codex while retaining
15+ lifecycle protection for enable, disable, and clear operations.
16+ - Judge research evidence by the claim, intended use, and update cadence rather
17+ than by an official-versus-available source label; preserve valid partial
18+ fields and fetch only the missing decision-relevant coverage.
19+ - Remove the generic analysis prompt-submit hook from ordinary requests while
20+ retaining grant revocation and reserved safety actions.
21+ - For short-horizon directional questions, resolve the relevant market session
22+ and include market-wide or macro expertise when transmission could materially
23+ change direction, range, or scenario weights without imposing a fixed roster.
24+
1225## 1.2.0 - 2026-07-20
1326
1427- Refresh the manual GitHub Pages workflow to the current Node 24 action
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ def test_cli_hook_dispatch_preserves_standard_input_and_output(
118118def test_v1_package_metadata_has_one_stable_version_source () -> None :
119119 project = tomllib .loads ((ROOT / "pyproject.toml" ).read_text (encoding = "utf-8" ))
120120
121- assert TRADINGCODEX_VERSION == "1.2.0 "
121+ assert TRADINGCODEX_VERSION == "1.2.1 "
122122 assert str (Version (TRADINGCODEX_VERSION )) == TRADINGCODEX_VERSION
123123 assert project ["project" ]["dynamic" ] == ["version" ]
124124 assert "version" not in project ["project" ]
Original file line number Diff line number Diff line change 1- TRADINGCODEX_VERSION = "1.2.0 "
1+ TRADINGCODEX_VERSION = "1.2.1 "
You can’t perform that action at this time.
0 commit comments