|
1 | | -# intent-verify: repo intent verification and spec drift checks |
| 1 | +# intent-verify is a deterministic spec-drift checker |
| 2 | + |
| 3 | +intent-verify is a deterministic spec-drift checker that verifies whether a repo's code still matches a markdown spec via lexical token overlap — repo intent verification and spec-drift checks. Zero-LLM. |
2 | 4 |
|
3 | 5 | Find spec drift fast when your repo has an `INTENT.md`, `SPEC.md`, or handoff doc but nobody knows if the code still matches it. |
4 | 6 |
|
@@ -84,7 +86,7 @@ intent-verify: INTENT.md vs . (12 files) |
84 | 86 | [OK 100%] uploads PDF invoices |
85 | 87 | [PART 50%] retries provider timeout |
86 | 88 | [LOW 20%] writes audit log for rejected invoices |
87 | | -intent-verify: MISSING — 1/3 items below 35% (avg 57%) |
| 89 | +intent-verify: MISSING — 1/3 items below 30% (avg 57%) |
88 | 90 | ``` |
89 | 91 |
|
90 | 92 | JSON mode: |
@@ -132,29 +134,4 @@ examples/ |
132 | 134 |
|
133 | 135 | ## About Hermes Labs |
134 | 136 |
|
135 | | -[Hermes Labs](https://hermes-labs.ai) builds AI audit infrastructure for enterprise AI systems — EU AI Act readiness, ISO 42001 evidence bundles, continuous compliance monitoring, agent-level risk testing. We work with teams shipping AI into regulated environments. |
136 | | - |
137 | | -**Our OSS philosophy — read this if you're deciding whether to depend on us:** |
138 | | - |
139 | | -- **Everything we release is free, forever.** MIT or Apache-2.0. No "open core," no SaaS tier upsell, no paid version with the features you actually need. You can run this repo commercially, without talking to us. |
140 | | -- **We open-source our own infrastructure.** The tools we release are what Hermes Labs uses internally — we don't publish demo code, we publish production code. |
141 | | -- **We sell audit work, not licenses.** If you want an ANNEX-IV pack, an ISO 42001 evidence bundle, gap analysis against the EU AI Act, or agent-level red-teaming delivered as a report, that's at [hermes-labs.ai](https://hermes-labs.ai). If you just want the code to run it yourself, it's right here. |
142 | | - |
143 | | -**The Hermes Labs OSS audit stack** (public, open-source, no SaaS): |
144 | | - |
145 | | -**Static audit** (before deployment) |
146 | | -- [**lintlang**](https://github.com/hermes-labs-ai/lintlang) — Static linter for AI agent configs, tool descriptions, system prompts. `pip install lintlang` |
147 | | -- [**rule-audit**](https://github.com/hermes-labs-ai/rule-audit) — Static prompt audit — contradictions, coverage gaps, priority ambiguities |
148 | | -- [**scaffold-lint**](https://github.com/hermes-labs-ai/scaffold-lint) — Scaffold budget + technique stacking. `pip install scaffold-lint` |
149 | | - |
150 | | -**Runtime observability** (while the agent runs) |
151 | | -- [**little-canary**](https://github.com/hermes-labs-ai/little-canary) — Prompt injection detection via sacrificial canary-model probes |
152 | | -- [**suy-sideguy**](https://github.com/hermes-labs-ai/suy-sideguy) — Runtime policy guard — user-space enforcement + forensic reports |
153 | | -- [**colony-probe**](https://github.com/hermes-labs-ai/colony-probe) — Prompt confidentiality audit — detects system-prompt reconstruction |
154 | | - |
155 | | -**Regression & scoring** (to prove what changed) |
156 | | -- [**hermes-jailbench**](https://github.com/hermes-labs-ai/hermes-jailbench) — Jailbreak regression benchmark. `pip install hermes-jailbench` |
157 | | -- [**agent-convergence-scorer**](https://github.com/hermes-labs-ai/agent-convergence-scorer) — Score how similar N agent outputs are. `pip install agent-convergence-scorer` |
158 | | - |
159 | | -**Supporting infra** |
160 | | -- [**claude-router**](https://github.com/hermes-labs-ai/claude-router) · [**zer0dex**](https://github.com/hermes-labs-ai/zer0dex) · [**forgetted**](https://github.com/hermes-labs-ai/forgetted) · [**quick-gate-python**](https://github.com/hermes-labs-ai/quick-gate-python) · [**quick-gate-js**](https://github.com/hermes-labs-ai/quick-gate-js) · [**repo-audit**](https://github.com/hermes-labs-ai/repo-audit) |
| 137 | +Hermes Labs is an independent AI-reliability lab building open-source tools that catch silent failure modes in production AI. More at [hermes-labs.ai](https://hermes-labs.ai). |
0 commit comments