发布

  • fix(oss): add READMEs to the SDK packages so twine check --strict passes (#201)

    frostbyte_neo 发布于 2026-06-16 08:25:25 +00:00

    The secure-release pipeline runs twine check --strict, which failed
    omnigent-client and omnigent-ui-sdk with "long_description missing" — the
    core omnigent package sets readme = "README.md" but the two SDKs never
    did. Add a README to each SDK and point readme at it (also gives them a
    rendered PyPI page). Verified: twine check --strict PASSES for all four
    SDK distributions.

    Co-authored-by: Isaac
    (cherry picked from commit b049d3a8b4)

    下载附件