From 9985e26a40d787b6984038604731d4faa1b70044 Mon Sep 17 00:00:00 2001 From: Ruslan Strazhnyk Date: Thu, 4 Jun 2026 21:34:02 +0200 Subject: [PATCH] chore: bump version to 1.17.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Covers #120 — 8 pure-static-analysis review skills added to the orch catalog (diff-risk-review, secret-scan, dependency-audit, dead-code-scan, complexity-hotspots, error-handling-audit, test-quality-review, flaky-selector-scan). Catalog now ships 12 skills. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 5 +++++ main.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc56b9..2bf6fdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to qmax-code. Versions follow [Semantic Versioning](https://semver.org/). +## [1.17.0] - 2026-06-04 + +### Added +- Eight pure-static-analysis review skills added to the orch catalog (#120): `diff-risk-review`, `secret-scan`, `dependency-audit`, `dead-code-scan`, `complexity-hotspots`, `error-handling-audit`, `test-quality-review`, `flaky-selector-scan`. Like `sast-presurgery`, they reason over the diff/source and declare no MCP dependency, so they work in both Claude Code and Codex sessions. The catalog now ships 12 skills, materialized into `~/.claude/skills` and `~/.codex/skills`. + ## [1.16.18] - 2026-06-04 ### Fixed diff --git a/main.go b/main.go index 2a65733..40b78dc 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ import ( ) // Version is set at build time via -ldflags "-X main.Version=x.y.z" -var Version = "1.16.18" +var Version = "1.17.0" const Name = "qmax-code"