swt3-ai 0.6.2 → 0.6.3
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 +6 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e188b46b6b23e00d95b22c45a4518666d9110713eff7f9bbf88645adc73dd94
|
|
4
|
+
data.tar.gz: 49396345cfb7c2c5ac88e4db18e0ac090c561845ea490c429ff944002a5617e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8574933dabc8d8960c86fb3cfa19d42b483d4a7668ee0f7a47b28ce428589240bf4df30bef9da98e944f0a4b9cd605b523379a6692c72c63b57b5cb2587c19cd
|
|
7
|
+
data.tar.gz: 4cfca3e68846e4fab2b721efb8adb7f4199bdd0cf920309e4b353e24fe7577fadcc940d9db9acbd2270b8b0b10e93bb4ac63ff8fa453e8fa8eda274b67ae813e
|
data/README.md
CHANGED
|
@@ -9,10 +9,13 @@ Witness your AI. Prove it followed the rules. Cryptographic accountability for e
|
|
|
9
9
|
|
|
10
10
|
EU AI Act GPAI transparency obligations enforce **August 2, 2026**. High-risk enforcement follows **December 2, 2027**. This SDK gives you the cryptographic primitives for both.
|
|
11
11
|
|
|
12
|
-
## What's New in v0.
|
|
12
|
+
## What's New in v0.6.3
|
|
13
13
|
|
|
14
|
-
- **
|
|
15
|
-
|
|
14
|
+
- **v0.6.3 across the ecosystem**: Python, TypeScript, and MCP SDKs add consent witnessing (AI-CONSENT.1), output safety classification (AI-GRD.2), incident reporting (AI-INCIDENT.1), and training data provenance (AI-DATA.1). Swift and Kotlin add typed attestation structs. Core primitives in this package remain stable -- the fingerprint formula and signing functions are unchanged. 32 MCP tools, 34+ frameworks, 107 procedures.
|
|
15
|
+
|
|
16
|
+
### v0.5.9
|
|
17
|
+
|
|
18
|
+
- **Compliance Intelligence** available in Python, TypeScript, and MCP SDKs -- offline crosswalk resolution across 34+ frameworks. Core primitives in this package remain stable and unchanged.
|
|
16
19
|
|
|
17
20
|
## What You Get
|
|
18
21
|
|
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.6.
|
|
4
|
+
version: 0.6.3
|
|
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-08-04 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
|
|
@@ -52,6 +52,6 @@ requirements: []
|
|
|
52
52
|
rubygems_version: 3.4.20
|
|
53
53
|
signing_key:
|
|
54
54
|
specification_version: 4
|
|
55
|
-
summary: 'SWT3 AI Witness SDK: cryptographic attestation for AI inference.
|
|
55
|
+
summary: 'SWT3 AI Witness SDK: cryptographic attestation for AI inference. 107 procedures,
|
|
56
56
|
56 namespaces, 8 languages, 18 profiles, 21 integrations.'
|
|
57
57
|
test_files: []
|