| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-13 | 960 Bytes | |
| v2.13.1 -- Policy Studio main-line release + protobufjs patch source code.tar.gz | 2026-05-13 | 39.6 MB | |
| v2.13.1 -- Policy Studio main-line release + protobufjs patch source code.zip | 2026-05-13 | 40.5 MB | |
| Totals: 3 Items | 80.1 MB | 3 | |
CAP v2.13.1
Patch release from main after the 2026-05-09 CAP merge train.
Included
- Keeps the v2.13 Policy Studio wire/SDK surface on the canonical
mainlineage: - unified Rule / Decision / Bundle / Trace / Audit metadata / Scope binding shapes
- job + edge evaluation contexts
- evaluator service proto
BusPacket.auth_tokenfield 18- Go AgentClient Register / Lookup / SetScope wrappers
- Node SDK lockfile maintenance:
protobufjs7.5.6 and transitive@protobufjs/*patch updates.
Validation run before release
go test ./sdk/go/...— PASScd sdk/node && npm ci && npm test— PASS (48 passing, 2 pending)cd sdk/python && python -m pip install -e . && python -m pytest tests/— PASS (86 passed, 2 skipped)
Note
This is the tag Cordum should consume instead of the older v2.9.3 requirement. It also supersedes the earlier v2.13.0 tag for consumers that require a release tag directly on main.