Skip to content

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 EnterpriseContextSyncService implementing IContextSyncService interface.
  • GET /sync/status — per-artifact sync status classification (current, outdated, diverged) for enterprise projects
  • POST /sync/pull — fast-forward and 3-way merge strategies for pulling upstream changes without filesystem I/O
  • POST /sync/push — RBAC-gated push with pending review entries for Tier 1/2 targets
  • GET /sync/compliance-check — read-only compliance endpoint for CI pipeline integration
  • GitOps hard update: enforce_override=true creates PRs in linked Git repos via HardUpdateService (requires Git Repo Connector)
  • Soft update cascade: Tier 1 version bumps automatically mark downstream Tier 3 scopes as diverged
  • Feature flag: enterprise_sync_enabled gates all enterprise sync endpoints (defaults to false)
  • IContextSyncService ABC extracted from ContextSyncService for interface-based DI
  • OTel spans for all enterprise sync operations
  • Sync status tab enterprise wiring with Pull/Publish actions and MergeWorkflowDialog conflict routing