Releases: hermes-labs-ai/lintlang
Releases · hermes-labs-ai/lintlang
v0.2.2
v0.2.1 — Fix false positives, add summary table
v0.2.1 plus public-surface hardening.\n\nHighlights:\n- clearer problem-first README for prompt and agent-config linting\n- agent docs and preview assets added\n- local and GitHub CI verification on the hardened public repo surface
v0.2.0 — PASS/REVIEW/FAIL verdict system
What's new
Breaking: HERM score replaced with PASS/REVIEW/FAIL verdict
- ❌ FAIL — any CRITICAL or HIGH finding
⚠️ REVIEW — any MEDIUM finding- ✅ PASS — only LOW/INFO findings or none
Added
--fail-on fail|reviewCLI flag for verdict-based CI gatingcompute_verdict()in public API.lintlangignoresupport +--excludeflag for file-type filtering.md/ SKILL.md file support (previously silently skipped)- Expanded
is_prompt_likeregex to recognize SKILL.md format
Fixed
- SKILL.md files now get proper coverage instead of defaulting to 65%
Deprecated
--fail-understill works but--fail-onis preferred
See CHANGELOG.md for full details.
v0.1.2
v0.1.1
Static linter for AI agent tool descriptions, system prompts, and configs.
- HERM v1.1 scoring engine (6 dimensions, 8 signal categories)
- H1-H7 structural detectors
- YAML/JSON/text parsers with auto-detection
- CLI with
--fail-underfor CI gating - 91 tests passing