Description
Cross-repo README inconsistencies, one of which is a correctness bug: the SDKs state different minimum server versions, so at least one set of users is told the wrong floor. This sweep also covers a duplicated requirements block and inconsistent status badges. Edits land in decree-python and decree-typescript; tracked here in the hub repo.
Acceptance criteria
References
decree-python/README.md:110; decree-typescript/README.md:124, :16-18, :121-124
- Status badges:
decree/README.md:13 vs decree-python/README.md:8, decree-typescript/README.md:8, decree-ui/README.md:5, demos/README.md:4
- Touches:
decree-python, decree-typescript (plus badge tweaks across all repos)
Description
Cross-repo README inconsistencies, one of which is a correctness bug: the SDKs state different minimum server versions, so at least one set of users is told the wrong floor. This sweep also covers a duplicated requirements block and inconsistent status badges. Edits land in
decree-pythonanddecree-typescript; tracked here in the hub repo.Acceptance criteria
decree-python/README.md:110says the server is "v0.3.0+";decree-typescript/README.md:124says "v0.8.0 – v0.x". These can't both be the real minimum. Determine the actual supported floor per SDK (the TS SDK generatesSUPPORTED_SERVER_VERSIONand hascompat.ts— use that as source of truth) and correct both READMEs to match reality.decree-typescript/README.mdstates the Node 22+ requirement twice (:16-18and:121-124); collapse to one.decree/README.mduses repostatus "active" while the SDK / UI / demos READMEs use "WIP"; pick a consistent signal per maturity, or document why they differ.References
decree-python/README.md:110;decree-typescript/README.md:124,:16-18,:121-124decree/README.md:13vsdecree-python/README.md:8,decree-typescript/README.md:8,decree-ui/README.md:5,demos/README.md:4decree-python,decree-typescript(plus badge tweaks across all repos)