Skip to content

docs: publish strategy entrypoint release line#13

Merged
Pigbibi merged 1 commit intomainfrom
codex/strategy-boundary-docs-release-20260407
Apr 6, 2026
Merged

docs: publish strategy entrypoint release line#13
Pigbibi merged 1 commit intomainfrom
codex/strategy-boundary-docs-release-20260407

Conversation

@Pigbibi
Copy link
Copy Markdown
Contributor

@Pigbibi Pigbibi commented Apr 6, 2026

Summary

  • document the manifest plus entrypoint boundary for crypto live profiles
  • bump CryptoStrategies to v0.4.0 and pin QuantPlatformKit to the fixed v0.7.0 tag
  • keep the repo boundary explicit while leaving exchange execution to BinancePlatform

Test Plan

  • python3 - <<'PY'
    import tomllib
    data = tomllib.loads(open('pyproject.toml', 'rb').read().decode())
    assert data['project']['version'] == '0.4.0'
    assert any('@v0.7.0' in dep for dep in data['project']['dependencies'])
    PY
  • git diff --check

@Pigbibi Pigbibi marked this pull request as ready for review April 6, 2026 19:32
@Pigbibi Pigbibi merged commit aa0d3c6 into main Apr 6, 2026
1 check passed
@Pigbibi Pigbibi deleted the codex/strategy-boundary-docs-release-20260407 branch April 6, 2026 19:36
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