|
1 | 1 | # SchemaPin Roadmap |
2 | 2 |
|
3 | | - |
4 | | --blue) |
| 3 | + |
| 4 | +-blue) |
5 | 5 |  |
6 | 6 |
|
7 | 7 | **Cryptographic schema integrity verification for AI tool ecosystems — the trust anchor of the ThirdKey trust stack.** |
|
15 | 15 | | **1.0.0** | 2026-01 | Core verification, TOFU pinning, 4-language support | Shipped | |
16 | 16 | | **1.1.0** | 2026-01 | Revocation documents, standalone revocation endpoint | Shipped | |
17 | 17 | | **1.2.0** | 2026-02 | Offline verification, trust bundles, resolver abstraction | Shipped | |
18 | | -| **1.3.0** | Q1 2026 | AgentSkills security — skill folder signing | **Active** | |
| 18 | +| **1.3.0** | 2026-02 | AgentSkills security — skill folder signing | **Shipped** | |
19 | 19 | | **1.4.0** | Q2-Q3 2026 | Cross-agent tool trust for A2A networks | Planning | |
20 | 20 | | **1.5.0** | Q4 2026 | Advanced revocation and key lifecycle | Planning | |
21 | 21 |
|
@@ -81,8 +81,8 @@ All four language implementations receive matching SkillSigner implementations: |
81 | 81 | |----------|----------|--------|-------| |
82 | 82 | | Python | First (fastest iteration, most skill authors) | **Shipped** | `schemapin/skill.py` — `SkillSigner` class | |
83 | 83 | | Rust | Second (blocks Symbiont runtime integration) | **Shipped** | `src/skill.rs` — module-level functions, 22 tests | |
84 | | -| JavaScript | Third (Node.js ecosystem, ClawHub tooling) | Pending | `src/skill.ts` | |
85 | | -| Go | Fourth (CLI distribution) | Pending | `skill.go` | |
| 84 | +| JavaScript | Third (Node.js ecosystem, ClawHub tooling) | **Shipped** | `src/skill.js` — module-level functions, 22 tests | |
| 85 | +| Go | Fourth (CLI distribution) | **Shipped** | `pkg/skill/skill.go` — package-level functions, 22+ tests | |
86 | 86 |
|
87 | 87 | Cross-language interop tests ensure a Python-signed skill verifies in Rust/JS/Go. |
88 | 88 |
|
|
0 commit comments