Skip to content

@effect-migrate/core@0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Nov 23:32
fa6096e

Minor Changes

  • #46 30ca7cd Thanks @aridyckovsky! - Add time-series checkpoint persistence with Time and ProcessInfo services. New checkpoint manager provides automatic thread linking via AMP_CURRENT_THREAD_ID, delta computation between audits, and manifest-based history navigation. Checkpoints use normalized FindingsGroup schema for 40-70% size reduction. New services enable testable date/time and environment variable access.

Patch Changes

  • #43 caefe69 Thanks @aridyckovsky! - Add getPackageMeta service for dynamic version reading from package.json. Exports PackageMeta interface and getPackageMeta Effect that reads both toolVersion and schemaVersion at runtime, with intelligent path resolution for development and production environments.