Skip to content

chore: bump to 0.5.4 to unbreak the TUI propose overlay - #181

Merged
eaitbrahim merged 1 commit into
mainfrom
chore/bump-0.5.4
Aug 7, 2026
Merged

chore: bump to 0.5.4 to unbreak the TUI propose overlay#181
eaitbrahim merged 1 commit into
mainfrom
chore/bump-0.5.4

Conversation

@eaitbrahim

Copy link
Copy Markdown
Contributor

Version bump only — no code changes. Ships #180.

Patch: no schema change, no rail change, nothing that alters what the agent trades or when.

Why this is worth cutting on its own

0.5.3 shipped the propose overlay selecting the newest *.json in the proposals directory. That directory is shared — a scout run writes a shortlist plus sibling param-proposal and research-brief files — so the overlay picked whichever was written last and told the operator their own strategy output was a malformed shortlist.

The overlay is unusable on the deployment until this ships, and it is the surface the entire admission workflow in #176 was added for. Batching it behind other work would leave the feature broken on the box for no reason.

uv.lock relocked in the same commit, per 0.5.0 through 0.5.3. Verified with uv sync --frozen, which accepted the lock and rewrote nothing beyond the five pyproject.toml bumps.

Gate: 2085 tests pass, ruff clean.

🤖 Generated with Claude Code

Patch: one fix, #180. No schema change, no rail change, nothing that alters
what the agent trades or when.

0.5.3 shipped the propose overlay picking the newest `*.json` in the proposals
directory. That directory is shared -- a scout run writes a shortlist plus
sibling param-proposal and research-brief files -- so the overlay selected
whichever was written last and reported the operator's own strategy output as
a malformed shortlist. Selection now matches the filename convention
(`*shortlist.json`), so a sibling written seconds later cannot shadow the real
shortlist.

Worth cutting on its own rather than batching: the overlay is unusable on the
deployment until this ships, and it is the surface the whole admission
workflow was added for.

uv.lock relocked in the SAME commit, per 0.5.0-0.5.3. Verified with
`uv sync --frozen`, which accepted the lock and rewrote nothing.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@eaitbrahim
eaitbrahim merged commit 5da34af into main Aug 7, 2026
1 check passed
@eaitbrahim
eaitbrahim deleted the chore/bump-0.5.4 branch August 7, 2026 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant