Tags

Tags give the ability to mark specific points in history as being important
  • v0.1.0

    clio v0.1.0 — first full-surface release.
    
    Lineage:
      cfc9819   feat: bootstrap clio foundation library (Phase 1.5a)
      e231658   feat: Phase 1.5b — schema_map + normalize lifts, track + drift fresh, confidence Protocol
      HEAD      release: clio v0.1.0 (Phase 1.5c reconciliation)
    
    Subsystems shipped:
      clio.extract  — vision (parameterized PDF->JSON via litellm),
                      schema_map (sentence-transformer cosine, threshold 0.65),
                      normalize (8 string transforms + DataFrame helpers),
                      confidence (ConfidenceScore Protocol + Cosine + Ensemble).
      clio.track    — content-addressable Fingerprint (SHA256), Polars-native
                      Hive-partitioned parquet store, lineage trace + descendants,
                      AuditEnvelope for adapter composition.
      clio.drift    — 8-event taxonomy, pairwise + against-history compare,
                      auto-remap via schema_map, log/JSONL alarm targets.
      clio.runtime  — hardware probing (NVIDIA / AMD / Intel / Apple Metal),
                      detect_device() torch bridge with CLIO_DEVICE env override.
    
    71 tests passing on Python 3.10+. uv.lock committed.
    
    Apache-2.0 single-license. Substrate under ic-engine + etlantis.
  • v0.0.1-rc1-bootstrap

    Phase 1.5a bootstrap — clio foundation library
    
    First snapshot: hardware detection lifted from ic-engine, parameterized
    vision-extraction primitive (litellm-backed), package skeleton for
    extract/track/drift/runtime. Phase 1.5b (cleanroom-claude) lifts
    schema_map + normalize and adds track + drift; Phase 1.5c reconciles
    to v0.1.0.