Skip to content

Releases: hermes-labs-ai/intent-verify

v0.1.2 — Clearer spec-drift boundaries

Choose a tag to compare

@roli-lpci roli-lpci released this 04 Aug 18:22
5d931d5

intent-verify catches one narrow failure mode: a markdown spec or handoff says the repo should cover something, but the source no longer visibly reflects it.

This maintenance release:

  • clarifies how lexical token-overlap scoring works, including verdicts, exit codes, and known over- and under-crediting;
  • makes the boundary between lexical coverage and semantic verification explicit, without changing checker behavior;
  • distinguishes static repository checks from runtime agent action, MCP/tool-call, or permission authorization;
  • adds canonical package links and modernized MIT license metadata;
  • adds a release-triggered, tag/version-checked OIDC workflow for publishing to PyPI;
  • updates citation and Zenodo metadata for v0.1.2.

verified, partial, and missing are lexical coverage verdicts—not proof that requirements are implemented correctly. Keep tests and code review in the loop.

v0.1.1

Choose a tag to compare

@roli-lpci roli-lpci released this 31 May 03:46

intent-verify is a deterministic spec-drift checker

This release carries the scholarly metadata (.zenodo.json, CITATION.cff), an entity-definition README, and consistent Hermes Labs identity, archived with a citable DOI.

v0.1.0

Choose a tag to compare

@roli-lpci roli-lpci released this 19 Apr 07:22

First public release of intent-verify.\n\nIncluded:\n- repo intent verification for markdown specs and handoffs\n- text and JSON output modes\n- CI, maintainer docs, and agent docs\n- preview asset showing real CLI output\n\nThis tool is intentionally narrow: it catches visible spec drift, not semantic correctness.