swt3-ai 0.5.8 → 0.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bebf373d9a11721a8c636e8335ff3c0bd48f60f5ef738571dc19b34251b5d65d
|
|
4
|
+
data.tar.gz: 996a7b4ee26e5603ad6697f4f37b93dc5750aeafcc344d0d3d50185a7fc3bcc8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18a7db4cf5bb5cc237881b9324a876fa8918abd93c4f39114a04205213caf99b91a8e3ad9eae5d44ab593cc4d86d3d32f0cbc1486dd07183ed896b881087350a
|
|
7
|
+
data.tar.gz: 91e86cf454721b565d84bf03985b128e9ea6351540536fc3bc779eff917e8ce5bc83464990e2a365183a5af98cae419570f10cb61b96056fc7210a524922f641
|
data/README.md
CHANGED
|
@@ -9,6 +9,11 @@ Witness your AI. Prove it followed the rules. Cryptographic accountability for e
|
|
|
9
9
|
|
|
10
10
|
GPAI transparency obligations are enforceable now. EU AI Act high-risk enforcement begins **December 2, 2027**. This SDK gives you the cryptographic primitives.
|
|
11
11
|
|
|
12
|
+
## What's New in v0.5.9
|
|
13
|
+
|
|
14
|
+
- **Compliance Intelligence** available in Python, TypeScript, and MCP SDKs -- offline crosswalk resolution across 24 frameworks. Core primitives in this package remain stable and unchanged.
|
|
15
|
+
- 2,069 tests passing across all 7 SDK languages.
|
|
16
|
+
|
|
12
17
|
## What You Get
|
|
13
18
|
|
|
14
19
|
- **`Swt3Ai::Fingerprint.mint_fingerprint`** -- canonical SWT3 fingerprint from tenant, procedure, factors, and timestamp
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: swt3-ai
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- TeNova Labs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-07-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Mint, verify, and sign SWT3 witness anchors for AI compliance. EU AI
|
|
14
14
|
Act, NIST AI RMF, CMMC, SR 11-7. Cross-language parity with Python and TypeScript
|