Skip to content

Commit 58745a7

Browse files
roli-lpciclaude
andcommitted
release: v0.1.1 — DOI-readiness metadata
Patch bump to publish a tagged release carrying the audit-pass metadata (.zenodo.json, CITATION.cff, entity-def README, Hermes Labs identity) so the work is archived with a citable DOI. No code change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f356849 commit 58745a7

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.zenodo.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"description": "intent-verify is a deterministic spec-drift checker that verifies whether a repo's code still covers the acceptance items stated in a markdown spec, INTENT.md, or handoff doc. It parses acceptance items, scores lexical token overlap against the codebase, and returns verified / partial / missing so teams catch repo intent drift before review, release, or handoff. Deterministic, zero-LLM, no network.",
44
"upload_type": "software",
55
"creators": [
6-
{ "name": "Bosch Rodriguez, Rolando", "orcid": "0009-0005-4896-1112", "affiliation": "Hermes Labs" }
6+
{
7+
"name": "Bosch Rodriguez, Rolando",
8+
"orcid": "0009-0005-4896-1112",
9+
"affiliation": "Hermes Labs"
10+
}
711
],
812
"keywords": [
913
"AI reliability",
@@ -16,7 +20,7 @@
1620
"zero-LLM"
1721
],
1822
"license": "MIT",
19-
"version": "0.1.0",
23+
"version": "0.1.1",
2024
"related_identifiers": [
2125
{
2226
"identifier": "10.5281/zenodo.19042469",

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors:
99
orcid: "https://orcid.org/0009-0005-4896-1112"
1010
affiliation: "Hermes Labs"
1111
license: MIT
12-
version: "0.1.0"
12+
version: "0.1.1"
1313
date-released: "2026-04-19"
1414
repository-code: "https://github.com/hermes-labs-ai/intent-verify"
1515
references:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "intent-verify"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Repo intent verification and spec drift checks for markdown specs, handoffs, and codebases."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)