chore: bump to 0.6.0 - #241
Merged
Merged
Conversation
…the CTS scoring fix A minor bump, not a patch, for three reasons that each require operator action or change behaviour the deployment is currently relying on. SCHEMA. `SCHEMA_VERSION` goes 9 -> 10 (#223). Both deployed databases are at 9 and must be migrated before this build can use them. BEHAVIOUR REQUIRING OPERATOR ACTION. #223 adds a second attested claim -- what CONTRACT a venue listing is, not only what the underlying asset is. It fails closed with no backfill, deliberately, so after this lands `keel assets screen` REJECTS every product with `instrument_wrapper: UNATTESTED` until `keel assets attest-instrument` is run once per product. Live trading is unaffected: rail 1 gates buys on `config.allowlist`, not on the screen. LIVE SCORING CHANGED. #227 fixed `is_round_number`, which returned True for every 2dp-quoted price and so handed BTC/ETH/PAXG a free CTS point on every bar. Scores on those three assets are genuinely lower under this build than under 0.5.7. Also ships: the Robinhood crypto adapter behind the broker port (#216/#218/#222/#229, not wired to the live path), the TUI activity feed (#235/#237), the CTS factor collinearity study (#224), `Preview.synthetic` at the confirm gate (#221), rail 9 seeing a bracket's own stop (#212), and CI gating merges on the `test` check (#234/#238). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the root distribution and all five workspace packages to 0.6.0, and refreshes
uv.lock. Same file set as the 0.5.7 bump (#191), pluskeel-broker-robinhood, which did not exist then.release.ymlrefuses to publish unlesspyproject.tomlalready carries the version being released, so this must merge before the release is dispatched.Labelled
noreleaseso the bump itself does not appear in its own release notes.Why minor, not patch
1. Schema migration.
SCHEMA_VERSION9 → 10 (#223). Both deployed databases are at 9 and must be migrated before this build can use them.2. Behaviour requiring operator action. #223 adds a second attested claim — what contract a venue listing is, not only what the underlying asset is. It fails closed with no backfill, deliberately, so after this lands
keel assets screenREJECTS every product — BTC-USD included — withinstrument_wrapper: UNATTESTEDuntilkeel assets attest-instrumentis run once per product. Live trading is unaffected: rail 1 gates buys onconfig.allowlist, not on the screen.3. Live scoring changed. #227 fixed
is_round_number, which returnedTruefor every 2dp-quoted price and handed BTC/ETH/PAXG a free CTS point on every bar. Scores on those three are genuinely lower under this build than under 0.5.7.Gates, run locally on this branch
Deploy sequence after this merges
release.ymlwith0.6.0keel migrateeach (9 → 10)keel assets attest-instrumentonce per allowlisted product, or the screen stays red