SkillMeat v0.23.0 Release Notes¶
Release Date: 2026-04-01
Added¶
- Enterprise Context Sync Service: Full-featured artifact sync and compliance API for enterprise projects using
EnterpriseContextSyncServiceimplementingIContextSyncServiceinterface. GET /sync/status— per-artifact sync status classification (current,outdated,diverged) for enterprise projectsPOST /sync/pull— fast-forward and 3-way merge strategies for pulling upstream changes without filesystem I/OPOST /sync/push— RBAC-gated push with pending review entries for Tier 1/2 targetsGET /sync/compliance-check— read-only compliance endpoint for CI pipeline integration- GitOps hard update:
enforce_override=truecreates PRs in linked Git repos viaHardUpdateService(requires Git Repo Connector) - Soft update cascade: Tier 1 version bumps automatically mark downstream Tier 3 scopes as diverged
- Feature flag:
enterprise_sync_enabledgates all enterprise sync endpoints (defaults tofalse) IContextSyncServiceABC extracted fromContextSyncServicefor interface-based DI- OTel spans for all enterprise sync operations
- Sync status tab enterprise wiring with Pull/Publish actions and MergeWorkflowDialog conflict routing