swt3-ai 0.6.2 → 0.6.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +21 -4
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e62795a077b9c0882bf1fc1102c06c20b83c8e7515a9a693730c08af1be8eeaf
4
- data.tar.gz: f5344ecb4d6a53d11cdebe1ee57bb679ff7e618ae82282387309726a24dcd887
3
+ metadata.gz: 1cba9dd5230fdaeb9a047241cbf0ceb7bd3dfb771a40d5b7fef2a541d32e59d4
4
+ data.tar.gz: 7550f8d5ea676ad0162408966e049ebe82149458d8918321b11d8dd51b85ab3c
5
5
  SHA512:
6
- metadata.gz: c7c1be38bb262715e28c8c1004559343fe36b1d232f5da67390b94fe7e5a5086f0d3ef2d5d6b01c2ae05b5eb70a30b127915ba5ef2cee7cbe1947496878c2129
7
- data.tar.gz: 93969f9c8d145c880f1f7ed968ba7fefea7f3c009a64d33a23ab1770d4f1134075aa8eee6dac2f2458636fc5d862181c24f9c2d757969fba48a3047a19fe1899
6
+ metadata.gz: a38259a7569fb4067b1e48be7142498031049fb8deed31616352cd878f000a52e832e470b038774a112928c3ee4661b03b41ef2993284427306688f82d6f9663
7
+ data.tar.gz: 440b026afd9d18645969d9013949ba7256c50a5d81b8e06c52459475754157673c113b1e920bde60355ce307bfb151962da3c3892ce685b0fc9d597f1e93bb03
data/README.md CHANGED
@@ -9,10 +9,27 @@ 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.5.9
12
+ ## What's New in v0.6.4
13
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.
14
+ Version alignment with the full SWT3 SDK ecosystem. The protocol now spans 9 languages (Python, TypeScript, Rust, C#, Ruby, Swift, Kotlin, plus MCP and K8s agent) with 113 procedures across 61 namespaces.
15
+
16
+ **Why 9 languages matters:** AI systems don't run on one stack. A Python training pipeline feeds a Rust inference engine that serves a Swift mobile app monitored by a TypeScript dashboard. Every handoff is an accountability gap. Cross-language parity means the same fingerprint formula, the same signing algorithm, and the same test vectors produce identical results regardless of where the attestation happens. No translation layer. No format conversion. One protocol, verified across every runtime.
17
+
18
+ **New in the ecosystem (v0.6.4):**
19
+ - Pre-inference gate module: authorization checkpoint before inference runs
20
+ - Chain reconstruction: forensic timeline rebuilding from witness anchors
21
+ - 10 new MCP compliance tools (33 total): gate, guardrail, HITL, consent, data provenance, RAG, output filter, incident, reconstruct, trajectory
22
+ - Kotlin SDK (v0.1.1): JVM/Android support with full test vector parity
23
+ - 185 compliance guides (5 new regulatory crosswalks)
24
+ - Crosswalk data: 27 frameworks, 339 procedure-framework mappings
25
+
26
+ ### v0.6.3
27
+
28
+ - **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, 113 procedures.
29
+
30
+ ### v0.5.9
31
+
32
+ - **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
33
 
17
34
  ## What You Get
18
35
 
@@ -21,7 +38,7 @@ EU AI Act GPAI transparency obligations enforce **August 2, 2026**. High-risk en
21
38
  - **`Swt3Ai::Fingerprint.sha256_truncated`** -- truncated SHA-256 hashing for prompts, responses, and model weights
22
39
  - **Types** -- `WitnessPayload`, `WitnessReceipt`, `WitnessConfig` structs and `REVOCATION_REASONS` constants
23
40
 
24
- All output is byte-identical to the Python, TypeScript, Swift, Rust, C#, and MCP SDKs. 7 languages, one audit trail. Verified by shared test vectors.
41
+ All output is byte-identical to the Python, TypeScript, Swift, Rust, C#, and MCP SDKs. 9 languages, one audit trail. Verified by shared test vectors.
25
42
 
26
43
  ## Quick Start
27
44
 
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.2
4
+ version: 0.6.4
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-07-28 00:00:00.000000000 Z
11
+ date: 2026-08-11 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. 108 procedures,
56
- 56 namespaces, 8 languages, 18 profiles, 21 integrations.'
55
+ summary: 'SWT3 AI Witness SDK: cryptographic attestation for AI inference. 113 procedures,
56
+ 61 namespaces, 9 languages, 18 profiles, 21 integrations.'
57
57
  test_files: []