Skip to content

Commit 5d931d5

Browse files
authored
Merge pull request #6 from hermes-labs-ai/codex/intent-verify-v012-final-polish
docs: clarify v0.1.2 release boundary
2 parents 42c56d6 + f3b3bf5 commit 5d931d5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors:
1010
affiliation: "Hermes Labs"
1111
license: MIT
1212
version: "0.1.2"
13-
date-released: "2026-04-19"
13+
date-released: "2026-08-04"
1414
repository-code: "https://github.com/hermes-labs-ai/intent-verify"
1515
references:
1616
- type: article

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ The JSON object includes `spec_path`, `repo_path`, `files_scanned`, `average_cov
105105

106106
## Limitations / what it does NOT do
107107

108+
- **Not runtime agent intent verification.** It does not authorize or monitor AI-agent actions, MCP/tool calls, or permissions; it checks static repository source against a markdown spec.
108109
- **Lexical, not semantic.** It matches tokens as substrings; it does not understand meaning, control flow, or behavior.
109110
- **It can over-credit.** A token appearing anywhere in any scanned file counts, even if it is in a comment, a string, or an unrelated context.
110111
- **It can under-credit.** A correct implementation written with different vocabulary than the spec will score low.

0 commit comments

Comments
 (0)