SkillMeat v0.22.0 Release Notes¶
Release Date: 2026-04-01
Added¶
- Enterprise CAS File Content: All five artifact file content endpoints (
list,get,create,update,delete) now fully implemented in enterprise mode using Content-Addressed Storage (CAS) with SHA-256 deduplication. Previously returned HTTP 501. ArtifactBlobsRepositorywith idempotent upsert, ref-counting, and GC candidate flaggingEnterpriseFileContentServicewith priority retrieval chain:content_payload→markdown_payloadlegacy → errorMAX_INLINE_BLOB_BYTES(10 MB) guard with configurable limit- Dual-mode router dispatch preserving local edition behavior unchanged
-
159 tests: unit (repo + service), contract (router parity), smoke (CI), integration (edge cases)
-
Git Repo Connector — Connect Git repositories for artifact scanning, discovery, and indexing. Includes connection management (CRUD), scan triggering with artifact detection (6 signal types), webhook-driven re-scan with HMAC-SHA256 verification, scan results with change tracking (new/changed/removed/unchanged), and selective artifact indexing. Available in both local and enterprise editions. New frontend UI with connections page, scan history/detail views, and webhook configuration panel.