Tags: dimaldim/omnigent
Tags
fix(oss): add READMEs to the SDK packages so twine check --strict pas… …ses (omnigent-ai#201) 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 b049d3a)
Sync 🌊: 8 upstream changes (omnigent-ai#8) * Sync: re-export latest main (source + CI workflows) * chore(oss): regenerate public lockfiles against public PyPI/npm * chore(oss): regenerate public lockfiles against public PyPI/npm * Add public uv config (P7D cooldown) + record span in uv.lock (test ahead of internal omnigent-ai#3249) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>