swt3-ai 0.5.5 → 0.5.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d0ad95b855731be59484f16727a59a6fd09f54196bce2805a3124f735a40125
4
- data.tar.gz: a9df82a856f95023cffa81cd5e6ac9e520d6089b6eb5b4e00155b05d8107977d
3
+ metadata.gz: 12b70f278f08567eaa37ac727c996a2067b35504ea4438be1d25ef00f6ad5d00
4
+ data.tar.gz: ea571ecc554ae1016bbaba53acc2314faa64c44e4da0a1d6a1d2583c86c26aa7
5
5
  SHA512:
6
- metadata.gz: 44bb0ab012423a3cc6412fa110f857127329a62c7fc65a666a9c70347bb9475239801890db9366d1b16939260988ba81e6b1665f49799b235fb3ef59653fdb49
7
- data.tar.gz: 7e3d4ae198b5f38a8c90c840cb69d87d7622676d93ce3cf412690c86e252e899ed18333e176b42f0da467666528d00181cb43c290f7e0401c175036448b6c33b
6
+ metadata.gz: 4eeafc7a0f61f7b4b1813aba5efbe2200367a3db520f824d647bb246f2dd4c2cf0c1b007c174e7f7e804fb5239e97a87ebb844678a96a10d1fd7872e47a564d2
7
+ data.tar.gz: e4130a57eb5bdb3ff05c16b41a60584301ea13e032dfd93c029798bf03a609eec89a2b40e2ea8797719f60f2ca1f887bfc277b74a2dc965a070e96720bb59e77
data/README.md CHANGED
@@ -89,3 +89,5 @@ Your prompts and responses **never leave your infrastructure**. The SDK computes
89
89
  *SWT3: Sovereign Witness Traceability. We don't run your models. We witness them.*
90
90
 
91
91
  SWT3 and Sovereign Witness Traceability are trademarks of Tenable Nova LLC. Patent pending. Apache 2.0 licensed.
92
+
93
+ This project is not affiliated with, endorsed by, or sponsored by any third-party AI provider. All third-party trademarks are the property of their respective owners. Use of these names is for identification and interoperability purposes only.
data/lib/swt3_ai/types.rb CHANGED
@@ -76,4 +76,26 @@ module Swt3Ai
76
76
  }.freeze
77
77
 
78
78
  # Key purpose for key attestation (AI-TRUST.3).
79
- KEY_PURPOSES = %w[signing encryption delegation].freezeend
79
+ KEY_PURPOSES = %w[signing encryption delegation].freeze
80
+
81
+ # AI model lifecycle stages (NIST AI RMF MAP 1.3).
82
+ LIFECYCLE_STAGES = %w[design development testing deployment monitoring decommission].freeze
83
+
84
+ # METAGOV governance domain scope codes (AI-METAGOV.5).
85
+ METAGOV_SCOPES = %w[verdict_rules trust_mesh enforcement clearing full].freeze
86
+
87
+ # METAGOV permission level codes (AI-METAGOV.5).
88
+ METAGOV_PERMISSIONS = %w[read modify approve].freeze
89
+
90
+ # METAGOV emergency override reason codes (AI-METAGOV.6).
91
+ METAGOV_OVERRIDE_REASONS = %w[unspecified incident_response regulatory_deadline system_failure security_breach].freeze
92
+
93
+ # METAGOV review status codes (AI-METAGOV.6).
94
+ METAGOV_REVIEW_STATUSES = %w[unreviewed attested revoked].freeze
95
+
96
+ # METAGOV governance divergence codes (AI-METAGOV.7).
97
+ METAGOV_DIVERGENCE_TYPES = %w[equivalent version_divergent structural_divergent coverage_divergent].freeze
98
+
99
+ # METAGOV attestation purity tiers (AI-METAGOV.8).
100
+ METAGOV_PURITY_TIERS = %w[verified_pure unverified_purity impure].freeze
101
+ end
data/lib/swt3_ai.rb CHANGED
@@ -7,5 +7,5 @@ require_relative "swt3_ai/signing"
7
7
  require_relative "swt3_ai/types"
8
8
 
9
9
  module Swt3Ai
10
- VERSION = "0.5.5"
10
+ VERSION = "0.5.6"
11
11
  end
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.5
4
+ version: 0.5.6
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-06-09 00:00:00.000000000 Z
11
+ date: 2026-06-16 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. 65 procedures,
56
- 41 namespaces, 5 languages, 15 profiles, 12 integrations.'
55
+ summary: 'SWT3 AI Witness SDK: cryptographic attestation for AI inference. 94 procedures,
56
+ 48 namespaces, 5 languages, 15 profiles, 12 integrations.'
57
57
  test_files: []