Skip to content

Releases: KanadeK/haplint

Release list

HapLint v0.1.0

Choose a tag to compare

@KanadeK KanadeK released this 27 Aug 19:23

HapLint v0.1.0

HapLint's first public release adds a real offline quality gate for Apple Core Haptics .ahap assets.

Highlights:

  • validates UTF-8/JSON boundaries, AHAP version 1 events, parameters, curves, ranges, and durations;
  • checks AudioCustom paths and optional bundle resources without accessing the network;
  • emits deterministic console, JSON, and SARIF 2.1.0 reports;
  • renders valid patterns as script-free standalone SVG timelines;
  • ships as a zero-runtime-dependency Python 3.11+ wheel and source archive;
  • includes committed pass/warning/failure examples and a cross-platform release gate.

Install the attached haplint-0.1.0-py3-none-any.whl, then run:

haplint check path/to/haptics --strict

Static analysis does not replace playback and perceptual QA on Apple hardware.