chore(release): bump version to 3.0.1 (#65)

Merge dev into master for 3.0.1 release
This commit is contained in:
Dan
2026-08-04 17:24:29 +01:00
committed by GitHub
parent 5071b9689f
commit d89fc64d4e
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## 3.0.1
- Aligned workflow instructions in `.hermes.md`, `SKILL.md`, and `playbooks/recon.md` with Hermes v3 runtime tool contracts.
- Added cross-cutting evidence & verification discipline guidance (`references/evidence-and-verification-discipline.md`).
- Added authorized flag-capture (FLAGS) mode for lab/CTF engagements (`references/flags-mode.md`, `templates/flag-capture-register.md`).
- Enforced per-hypothesis discipline fields (`Confidence`, `Timebox`, `Cheapest test`, `Kill criteria`) and `Decoy Trail` logging.
- Fixed hypothesis board rewriter in `plugins/violin_guard/hypotheses.py` to preserve structural sections (`## Observations`, `## Decoy Trail`, `## Research Log`, `## Resolved Theories`).
- Updated `RecordHypothesisArgsModel` in `schemas.py` to expose discipline fields in tool parameters.
- Standardized workspace `AGENTS.md` to follow industry AI developer guidance best practices.
## 3.0.0
- Made the Windows workflow smoke harness use the repository virtual-environment runtime when available, avoiding false failures from a dependency-free system Python.
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "violin"
version = "3.0.0"
version = "3.0.1"
description = "Supervised agentic Hermes penetration-testing profile"
requires-python = ">=3.11,<3.12"
dependencies = [