Skip to content

docs: publish strategy entrypoint release line - #10

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

docs: publish strategy entrypoint release line#10
Pigbibi merged 1 commit into
mainfrom
codex/strategy-boundary-docs-release-20260407

Conversation

@Pigbibi

@Pigbibi Pigbibi commented Apr 6, 2026

Copy link
Copy Markdown
Contributor

Summary

  • document the manifest plus entrypoint boundary for live profiles
  • bump UsEquityStrategies to v0.7.0 and pin QuantPlatformKit to the fixed v0.7.0 tag
  • keep platform-facing integration guidance in the strategy-layer readme

Test Plan

  • python3 - <<'PY'
    import tomllib
    data = tomllib.loads(open('pyproject.toml', 'rb').read().decode())
    assert data['project']['version'] == '0.7.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 ff3accc 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