mirror of
https://github.com/Strategic-Automation/violin.git
synced 2026-08-14 12:33:37 +02:00
chore(release): bump version to 3.0.1 (#65)
Merge dev into master for 3.0.1 release
This commit is contained in:
@@ -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
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user