Skip to content

chore: bump to 0.5.7 for the lowered discovery floor - #191

Merged
eaitbrahim merged 1 commit into
mainfrom
chore/bump-0.5.7
Aug 9, 2026
Merged

chore: bump to 0.5.7 for the lowered discovery floor#191
eaitbrahim merged 1 commit into
mainfrom
chore/bump-0.5.7

Conversation

@eaitbrahim

Copy link
Copy Markdown
Contributor

Bumps pyproject.toml and all four workspace members 0.5.6 → 0.5.7, plus uv.lock. Same shape as #189 and #184.

Why now

#190 lowered the assets discover 24h pre-filter from 5,000,000 to 1,000,000 and pinned it to ScreenPolicy.min_median_daily_volume. The deployment runs 0.5.6+9d7dedeb5b64 [release], so sweeps from ~/keel still use the 5M floor: 9 candidates instead of 38, with FET ($2.94M/24h but 4.8× the admission floor, and 2nd of twelve on marginal independence) and DOGE ($3.95M/24h but ~30× the admission floor) both invisible.

What 0.5.7 contains

Only #190 — the discovery floor change:

  • Default --min-volume-24h 5,000,000 → 1,000,000, set equal to the admission liquidity floor so a sweep can never be stricter than the gate it feeds.
  • Three modules carried this default (cli.assets_discover's option, admission.DEFAULT_MIN_QUOTE_24H_VOLUME, screen.DiscoveryPolicy) and only two were pinned to each other — so a caller constructing DiscoveryPolicy directly, which assets_discover does, could drift from build_discover_report silently. All three are now pinned, plus a fourth pin to the admission floor.

No behaviour change to any gate, rail, rule or order path. The live agent behaves identically on 0.5.6 and 0.5.7; this only changes how many candidates a scout sweep surfaces for a human to read.

Verification

  • 2139 passed, ruff clean, mypy clean across 203 source files
  • keel --version0.5.7+7fa71e404b22 on this branch

🤖 Generated with Claude Code

#190 lowered the `assets discover` 24h pre-filter from 5M to 1M and pinned it to the admission
floor, but the deployment runs 0.5.6 and so still sweeps at 5M -- 9 candidates instead of 38, with
FET and DOGE invisible. This ships it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@eaitbrahim
eaitbrahim merged commit 640c496 into main Aug 9, 2026
1 check passed
@eaitbrahim eaitbrahim mentioned this pull request Aug 11, 2026
@eaitbrahim
eaitbrahim deleted the chore/bump-0.5.7 branch August 13, 2026 16:53
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