Skip to content

Commit f81cb7b

Browse files
authored
chore(release): v0.7.0 (#43)
Release v0.7.0. ### Added - Add Agent Plugins 1.0.0 portable manifest (manifest) ### Fixed - Stop naming a worklog command; add F3b, control-grading, identity lookup (lifecycle) ### Documentation - Cover explicitly instructed self-review in §E (edge-cases) Bumped: root `plugin.json`, `.claude-plugin/plugin.json`, every `skills/*/SKILL.md` frontmatter version. Parity verified with `check-version-parity.sh v0.7.0`. Tag `v0.7.0` follows once this merges.
2 parents 4e028f6 + 992e103 commit f81cb7b

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "peer-qa-review",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "Round-1 IT QA runbook: peer review of completed work before customer acceptance or internal close. Lifecycle, checklist, severity vocabulary, comment template, edge cases, anti-patterns. Generic for any IT/Ops team.",
55
"repository": "https://github.com/netresearch/peer-qa-review-skill",
66
"license": "(MIT AND CC-BY-SA-4.0)",

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.0] - 2026-08-08
11+
12+
### Added
13+
14+
- Add Agent Plugins 1.0.0 portable manifest (manifest)
15+
16+
### Fixed
17+
18+
- Stop naming a worklog command; add F3b, control-grading, identity lookup (lifecycle)
19+
20+
### Documentation
21+
22+
- Cover explicitly instructed self-review in §E (edge-cases)
23+
1024
## [0.6.2] - 2026-08-03
1125

1226
### Changed

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
33
"name": "peer-qa-review",
4-
"version": "0.6.2",
4+
"version": "0.7.0",
55
"description": "Round-1 IT QA runbook: peer review of completed work before customer acceptance or internal close. Lifecycle, checklist, severity vocabulary, comment template, edge cases, anti-patterns. Generic for any IT/Ops team.",
66
"author": {
77
"name": "Netresearch DTT GmbH",

skills/peer-qa-review/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: "(MIT AND CC-BY-SA-4.0). See LICENSE-MIT and LICENSE-CC-BY-SA-4.0"
55
compatibility: "Requires a ticket system (Jira tested) and shell access. Companion: jira-communication skill."
66
metadata:
77
author: Netresearch DTT GmbH
8-
version: "0.6.2"
8+
version: "0.7.0"
99
repository: https://github.com/netresearch/peer-qa-review-skill
1010
allowed-tools: Bash Read Write Edit
1111
---

0 commit comments

Comments
 (0)