Skip to content

ATS v0.5.0 - TickTick parity and secure trunk sync

Choose a tag to compare

@renezander030 renezander030 released this 13 Jun 11:02
· 110 commits to main since this release

ATS v0.5.0 makes the ATS interface the complete task-management path for the TickTick-backed workflow while keeping public release data sanitized.

Highlights:

  • Adds the local-first TickTick cache adapter for reads from the centralized JSON cache with API-backed writes.
  • Completes ATS routing for project, task, note, cache, vector, benchmark, completion, and help workflows.
  • Corrects task create/update round trips, explicit field clearing, retrieval deduplication, and adapter embedding fallbacks.
  • Reworks agent trunk synchronization to use ATS only, validate schema, update atomically, and emit sync health state.
  • Adds deterministic public-claim and personal-data gates for repository and npm publish surfaces.
  • Expands regression coverage to 123 passing tests across Node.js 20 and 22.

Validation:

  • GitHub CI passed on the tagged commit.
  • 95 repository files and 41 npm payload files passed the disclosure gate.
  • No npm packages are published by this GitHub release.